drachtio / drachtio-freeswitch-modules

A collection of open-sourced freeswitch modules that I use in various drachtio applications
MIT License
169 stars 114 forks source link

fix mod_audio_fork open ws when fs bug already initiated #140

Closed xquanluu closed 9 months ago

xquanluu commented 9 months ago

There is race condition that the mod_audio_fork successfully opened ws connection to the destination so quick that the freeswitch bug name has not been finished add to private data yet. that causing metadata cannot be sent to the ws server.