]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Send a SRCCHANGE indication when we masquerade
authorTerry Wilson <twilson@digium.com>
Mon, 16 Aug 2010 17:06:37 +0000 (17:06 +0000)
committerTerry Wilson <twilson@digium.com>
Mon, 16 Aug 2010 17:06:37 +0000 (17:06 +0000)
commitc5278fc11157c88dcf4161313925b095afc4c03e
tree52423b6afbee001411119776795980178c7e5e50
parente30457f0219c8ae0f730e6439118ff1e75ab5a40
Send a SRCCHANGE indication when we masquerade

Masquerading a channel means that the src of the audio is potentially
changing, so send a SRCCHANGE so that RTP-based media streams can get
a new SSRC generated to reflect the change. Original patch by addix
(along with lots of testing--thanks!).

(closes issue #17007)
Reported by: addix
Patches:
      1001-reset-SSRC-original-channel.diff uploaded by addix (license 1006)
      srcchange.diff uploaded by twilson (license 396)
Tested by: addix, twilson

Review: https://reviewboard.asterisk.org/r/862/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@282430 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/channel.c