]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res/res_pjsip_sdp_rtp: put rtcp-mux in answer only if offered
authorTorrey Searle <torrey@voxbone.com>
Thu, 9 Aug 2018 07:34:17 +0000 (09:34 +0200)
committerTorrey Searle <torrey@voxbone.com>
Thu, 16 Aug 2018 06:57:46 +0000 (08:57 +0200)
commit81938082aee6ba27e6559efa2901df9146103b7d
tree23dd79d926705abe39a824606cabcdea1157a76a
parent22792b2b3207daa72c20988141bcf3fbecdcb826
res/res_pjsip_sdp_rtp:  put rtcp-mux in answer only if offered

If in the initial sdp the caller doesn't include the line
a=rtcp-mux

Then asterisk shoud not include rtcp-mux in the response regardless
of rtcp-mux being enabled on the endpoint

ASTERISK-28007 #close

Change-Id: I58e9b9f40a139afc0da5de41906cc608fb62adc7
res/res_pjsip_sdp_rtp.c
res/res_pjsip_session.c