]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fixes issue with AST_CONTROL_SRCUPDATE not being relayed correctly during bridging
authorDavid Vossel <dvossel@digium.com>
Mon, 16 Feb 2009 23:30:52 +0000 (23:30 +0000)
committerDavid Vossel <dvossel@digium.com>
Mon, 16 Feb 2009 23:30:52 +0000 (23:30 +0000)
commit03dd54be23a6ae16406c2e630bb49a4649b2227f
tree4f80615c2b58fdf88afbbf0daeee8bd546281c44
parent4d808232cffed33c396a871cc93d45881b020557
Fixes issue with AST_CONTROL_SRCUPDATE not being relayed correctly during bridging

This should have been committed with rev176247, but I missed it.  srcupdate frames no longer break out of the native bridge, but are not being sent to the other call leg either.  This fixs that.

issue #13749

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