drachtio / drachtio-fsmrf

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

fix createEndpoint and connectCaller #74

Closed spointer closed 1 year ago

spointer commented 1 year ago
  1. Freeswitch headers for internal esl connection are unnecessarily included and sent to remote SIP server inside 200 OK.
  2. UA dialog also should be destroyed in timeoutFn callback of connectCaller function because app cannot get UA dialog object when freeswitch connection timeout error is thrown.