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
Hi, Support,
I found that dialog.local.uri is not matched UAC uri. We can create dialog via calling createUAC,
dialog.local.uri
createUAC
createUAC(uri, ...)
And in the dialog,
this.local = { uri: 'uas' === type ? opts.sent.getParsedHeader('Contact')[0].uri : this.req.uri, ... }
this.req.uri is same with the first parameter of createUAC, So it is not local, it means remote, UAS.
this.req.uri
Please fix this ASAP.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, Support,
I found that
dialog.local.uri
is not matched UAC uri.We can create dialog via calling
createUAC
,And in the dialog,
this.req.uri
is same with the first parameter ofcreateUAC
, So it is not local, it means remote, UAS.Please fix this ASAP.
The text was updated successfully, but these errors were encountered: