drachtio / drachtio-fsmrf

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

Add RECV_RTCP_MESSAGE to EVENTS_OF_INTEREST #37

Closed guy032 closed 4 years ago

guy032 commented 4 years ago

Hello Dave, I needed to add this event to the list of EVENTS_OF_INTEREST In order to make it possible to catch the early media received from the callee before we bridge the call. otherwise we can play custom ringtone in the case that no media has been recieved. Please consider the possibility to add this along with the ability to customize this list in the future to anyone's wish. P.S. Why not just use the 'all' parameter?

davehorton commented 4 years ago

If I am understanding what you are wanting, this is not the preferred way to do this. You should handle the 183 response coming from the callee in your drachtio-srf app as the trigger, not the arrival of an RTCP message.