]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res/res_rtp_asterisk: generate new SSRC on native bridge end
authorTorrey Searle <tsearle@voxbone.com>
Fri, 19 Feb 2021 11:50:21 +0000 (12:50 +0100)
committerGeorge Joseph <gjoseph@digium.com>
Mon, 8 Mar 2021 14:14:34 +0000 (08:14 -0600)
commit8c247e2a946360f7e8e81a3e30427bc02afe048f
tree9170bcf9e9b27180d62e5bf033a4d41d12819ab4
parent304f8ddfb27fa27390f4186bbe2074770c7248d3
res/res_rtp_asterisk: generate new SSRC on native bridge end

For RTCP to work, we update the ssrc to be the one corresponding to
the native bridge while active.  However when the bridge ends we
should generate a new SSRC as the sequence numbers will not continue
from the native bridge left off.

ASTERISK-29300 #close

Change-Id: I23334b6934d2bf6490bda4bbf6414d96b8d17d10
res/res_rtp_asterisk.c