mirror of https://github.com/sipwise/rtpengine.git
Support inactive hold, because some client implementations (such as Zoiper5) are using `a=inactive` for their holds. For us this means, either of this puts the other side on hold: - `sendonly: !MEDIA_ISSET(media, SEND) && MEDIA_ISSET(media, RECV)` - `inactive: !MEDIA_ISSET(media, SEND) && !MEDIA_ISSET(media, RECV)` Change-Id: I75562eee60220885e233fa965bf22da92850a8f4pull/1897/head
parent
2ce79f9bb4
commit
51a0175ae7
Loading…
Reference in new issue