Skip to content
New issue

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

Dialog local URI is not valid in case of UAC #175

Open
calvet27 opened this issue Jul 9, 2024 · 0 comments
Open

Dialog local URI is not valid in case of UAC #175

calvet27 opened this issue Jul 9, 2024 · 0 comments

Comments

@calvet27
Copy link

calvet27 commented Jul 9, 2024

Hi, Support,

I found that dialog.local.uri is not matched UAC uri.
We can create dialog via calling 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.

Please fix this ASAP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant