You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought remianInDialog option during proxyRequest() should allow ACK and BYE to remain in dialog.
However, with the option true, app.js is still only able to interact with INVITE and BYE.
const result = await srf.proxyRequest(req, ['192.168.241.1:5032'], {
remainInDialog: true
});
Any help is appreciated.
Thanks,
The text was updated successfully, but these errors were encountered:
Do you mean that you are not seeing the ACK reach the server? That would be strange, could you provide a drachtio log file from your test call showing same?
Hello community,
I thought remianInDialog option during proxyRequest() should allow ACK and BYE to remain in dialog.
However, with the option true, app.js is still only able to interact with INVITE and BYE.
Any help is appreciated.
Thanks,
The text was updated successfully, but these errors were encountered: