]> 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:32:29 +0000 (10:32 -0500)
commitb8a67fc15dfa83dc6efc403e13d63c64662446f9
tree3eb234bffaddac9a08c8086b87ea01a30c296357
parenta3599cc01dab81df12b241127e687768b784372d
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