You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Routr is not following the protocol specified in Section "10.3 Processing REGISTER Requests" of RFC3261. It's incorrectly handling the "expires" parameter from the Contact header, which should be used to determine the expiration time. Because of this, we are having problems with SIP clients that include the expiration time in the Contact header rather than using a separate Expires header.
Steps to reproduce
Build a basic UA with SIP.js (or use SimpleUser)
Attempt to register with the UA
At this point will see an error and the registration will fail
Expected behavior
Routr should handle the 'expires' parameter in the Contact header, and fall back to the header or a default value if none are present, as per RFC3261.
Additional context
As part of this ticket we should review the entire section 10.3 since it is likely we are missing additional aspects of registration process.
The text was updated successfully, but these errors were encountered:
What happened?
Routr is not following the protocol specified in Section "10.3 Processing REGISTER Requests" of RFC3261. It's incorrectly handling the "expires" parameter from the Contact header, which should be used to determine the expiration time. Because of this, we are having problems with SIP clients that include the expiration time in the Contact header rather than using a separate Expires header.
Steps to reproduce
Expected behavior
Routr should handle the 'expires' parameter in the Contact header, and fall back to the header or a default value if none are present, as per RFC3261.
Additional context
As part of this ticket we should review the entire section
10.3
since it is likely we are missing additional aspects of registration process.The text was updated successfully, but these errors were encountered: