Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To tag in Trying response #131

Open
soloma83 opened this issue Oct 5, 2018 · 0 comments
Open

To tag in Trying response #131

soloma83 opened this issue Oct 5, 2018 · 0 comments

Comments

@soloma83
Copy link

soloma83 commented Oct 5, 2018

self.to_details['params']['tag'] = msg.to_details['params']['tag']

Hello all.
This line must be changed to
self.to_details['params']['tag'] = msg.to_details['params'].get('tag')

RFC3261 8.2.6.2 Headers and Tags

the UAS MUST add a tag to the To header field in
the response (with the exception of the 100 (Trying) response, in
which a tag MAY be present)

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant