]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fixes issue with AST_CONTROL_SRCUPDATE breaking out of native bridge
authorDavid Vossel <dvossel@digium.com>
Mon, 16 Feb 2009 21:28:20 +0000 (21:28 +0000)
committerDavid Vossel <dvossel@digium.com>
Mon, 16 Feb 2009 21:28:20 +0000 (21:28 +0000)
commit1a00cbbf1de298d7102ebe6a125cf6d8461e51ec
tree127b7e779df72d9ec297855a0705dce6e19ddf09
parent1b5b3efcae0c23a872777b8135d91ec8b51a065f
Fixes issue with AST_CONTROL_SRCUPDATE breaking out of native bridge

In iax2, when a AST_CONTROL_SRCUPDATE is received it breaks from the native bridge, but since there is no code path to handle srcupdate it just goes to be beginning of the loop.  This was causing packet storms of srcupdate frames between servers.  Now srcupdate frames do not break the native bridge for processing.

(closes issue #13749)
Reported by: adiemus

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@176247 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_iax2.c