]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_session: Deferred re-INVITE without SDP send a=sendrecv instead of a=sendonly
authorPatrick Verzele <patrick@verzele.be>
Tue, 1 Sep 2020 13:43:46 +0000 (14:43 +0100)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Thu, 3 Sep 2020 12:38:50 +0000 (07:38 -0500)
commitd649ab4a30ee48fbe92616e2ced7a54e5f184102
tree5c16743b9d13a16960e36835112f9deba2b9aa32
parent0064aa0107c377805293198e5214611f79778485
res_pjsip_session: Deferred re-INVITE without SDP send a=sendrecv instead of a=sendonly

Building on ASTERISK-25854. When the device requests hold by sending SDP with attribute recvonly, asterisk places the session in sendonly mode. When the device later requests to resume the call by using a re-INVITE excluding SDP, asterisk needs to change the sendonly mode to sendrecv again.

Change-Id: I60341ce3d87f95869f3bc6dc358bd3e8286477a6
res/res_pjsip_session.c