drachtio / drachtio-fsmrf

Drachtio freeswitch-based media resource function -- http://davehorton.github.io/drachtio-fsmrf
MIT License
48 stars 27 forks source link

Unhandled Promise rejection #76

Closed spointer closed 1 year ago

spointer commented 1 year ago

Hello Dave,

In case srf.createUAC function is failed inside this.createEndpoint function, "You have triggered an unhandledRejection, you may have forgotten to catch a Promise rejection" error is raised and no callback is called to fsmrf app side.

I created PR #75

Thank you.

spointer commented 1 year ago

Thanks and i close this issue.