Outbound Tag Not Set Due to Missing Options in Contact.toString() (Registrator.js:39) #914
DarkHorse109707
started this conversation in
General
Replies: 1 comment
-
|
As the spec indicates, the 'ob' parameter in Contact is used for requests creating a dialog, and Register does not create a dialog. https://datatracker.ietf.org/doc/rfc5626/ "ob" Parameter: The "ob" parameter is a SIP URI parameter that has a
different meaning depending on context. In a Path header field
value, it is used by the first edge proxy to indicate that a flow
token was added to the URI. In a Contact or Route header field
value, it indicates that the UA would like other requests in the
same dialog to be routed over the same flow. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Dear.
In
UA.js(line 922), there is acontactobject, and itstoString()method requires options to enable the outbound tag.However, I noticed that in
Registrator.js(line 39),this._ua.contact.toString()is called without any options.I need to add the "ob" parameter to the contact, and I would appreciate your advice on how best to do this.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions