]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk: Send correct sender SSRC when p2p bridge in use
authorTorrey Searle <torrey@voxbone.com>
Fri, 6 Mar 2020 16:13:34 +0000 (17:13 +0100)
committerGeorge Joseph <gjoseph@digium.com>
Thu, 12 Mar 2020 15:33:04 +0000 (10:33 -0500)
commita1dba820cf96fbc8cd5f30760f5077f5b1fe3e8b
treefed07a2a9cfe411edde683b086ff795f13d409d1
parent0cde95ec89b2e24aa8d82f4c3e1e874febde44da
res_rtp_asterisk: Send correct sender SSRC when p2p bridge in use

bridge_p2p_rtp_write will forward rtp to the bridged rtp instance
without modifying the ssrc.  However, it is not updating the SSRC
in the bridged rtp.  Thus, when SSRC packets are generated, they
have the correct SSRC for the sender.

ASTERISK-28773 #close

Change-Id: I39f923bde28ebb4f0fddc926b92494aed294a478
res/res_rtp_asterisk.c