[asterisk-commits] rmudgett: trunk r397426 - /trunk/main/bridge.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Aug 22 11:46:03 CDT 2013


Author: rmudgett
Date: Thu Aug 22 11:46:01 2013
New Revision: 397426

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=397426
Log:
Update BUGBUG comment.

Modified:
    trunk/main/bridge.c

Modified: trunk/main/bridge.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/bridge.c?view=diff&rev=397426&r1=397425&r2=397426
==============================================================================
--- trunk/main/bridge.c (original)
+++ trunk/main/bridge.c Thu Aug 22 11:46:01 2013
@@ -1411,7 +1411,11 @@
 	ast_bridge_channel_lock_bridge(bridge_channel);
 	bridge = bridge_channel->bridge;
 	if (bridge_channel == bridge_find_channel(bridge, chan)) {
-/* BUGBUG this needs more work.  The channels need to be made compatible again if the formats change. The bridge_channel thread needs to monitor for this case. */
+/*
+ * XXX ASTERISK-22366 this needs more work.  The channels need
+ * to be made compatible again if the formats change. The
+ * bridge_channel thread needs to monitor for this case.
+ */
 		/* The channel we want to notify is still in a bridge. */
 		bridge->v_table->notify_masquerade(bridge, bridge_channel);
 		bridge_reconfigured(bridge, 1);




More information about the asterisk-commits mailing list