Open calvet27 opened 4 months ago
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.
Hi, Support,
I found that
dialog.local.uri
is not matched UAC uri. We can create dialog via callingcreateUAC
,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.