[asterisk-commits] file: branch file/bridge_native r388204 - /team/file/bridge_native/bridges/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu May 9 11:43:21 CDT 2013


Author: file
Date: Thu May  9 11:43:19 2013
New Revision: 388204

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=388204
Log:
Nothing to see here, move along.

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=388204&r1=388203&r2=388204
==============================================================================
--- team/file/bridge_native/bridges/bridge_native_rtp.c (original)
+++ team/file/bridge_native/bridges/bridge_native_rtp.c Thu May  9 11:43:19 2013
@@ -73,9 +73,9 @@
 	/* It's safe for NULL to be passed to both of these, bridge_channel isn't used at all */
 	if (bridge) {
 		if (f->subclass.integer == AST_CONTROL_HOLD) {
-			native_rtp_bridge_leave(ast_channel_internal_bridge(chan), NULL);
+			native_rtp_bridge_leave(bridge, NULL);
 		} else if ((f->subclass.integer == AST_CONTROL_UNHOLD) || (f->subclass.integer == AST_CONTROL_UPDATE_RTP_PEER)) {
-			native_rtp_bridge_join(ast_channel_internal_bridge(chan), NULL);
+			native_rtp_bridge_join(bridge, NULL);
 		}
 	}
 




More information about the asterisk-commits mailing list