[asterisk-commits] file: branch file/bridge_native r386108 - /team/file/bridge_native/bridges/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Apr 19 10:51:12 CDT 2013
Author: file
Date: Fri Apr 19 10:51:09 2013
New Revision: 386108
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=386108
Log:
Remove handling of UPDATE_RTP_PEER for now.
Modified:
team/file/bridge_native/bridges/bridge_native_rtp.c
Modified: team/file/bridge_native/bridges/bridge_native_rtp.c
URL: http://svnview.digium.com/svn/asterisk/team/file/bridge_native/bridges/bridge_native_rtp.c?view=diff&rev=386108&r1=386107&r2=386108
==============================================================================
--- team/file/bridge_native/bridges/bridge_native_rtp.c (original)
+++ team/file/bridge_native/bridges/bridge_native_rtp.c Fri Apr 19 10:51:09 2013
@@ -66,8 +66,7 @@
/* It's safe for NULL to be passed to both of these, bridge_channel isn't used at all */
if (f->subclass.integer == AST_CONTROL_HOLD) {
native_rtp_bridge_leave(ast_channel_internal_bridge(chan), NULL);
- } else if ((f->subclass.integer == AST_CONTROL_UNHOLD) ||
- (f->subclass.integer == AST_CONTROL_UPDATE_RTP_PEER)) {
+ } else if (f->subclass.integer == AST_CONTROL_UNHOLD) {
native_rtp_bridge_join(ast_channel_internal_bridge(chan), NULL);
}
More information about the asterisk-commits
mailing list