]> 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, 9 Aug 2018 07:34:17 +0000 (09:34 +0200)
commita1b0db826a2bbbd185fe69c755f55c1c401a5562
treeb4696cacc4642057bf6428ff439a797fea8b1687
parent673d5099117a5f628ea979d3eb747a50dacae0a2
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