]> 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 <tsearle@gmail.com>
Thu, 16 Aug 2018 07:06:24 +0000 (02:06 -0500)
commit0d4bde84d11d668d1b7eae2d5361878d281ab2d6
treec3115e5e0a5888dba5a371b09b3c03f8935de30b
parent100ffc6866bb236596959959ad672bdf00850e89
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