We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
aiosip/aiosip/dialog.py
Line 68 in 37f0abd
Hello all. This line must be changed to self.to_details['params']['tag'] = msg.to_details['params'].get('tag')
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
aiosip/aiosip/dialog.py
Line 68 in 37f0abd
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
Thank you.
The text was updated successfully, but these errors were encountered: