Outbound Tag Not Set Due to Missing Options in Contact.toString() (Registrator.js:39) #914
DarkHorse109707
started this conversation in
General
Replies: 0 comments
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 acontact
object, 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