[asterisk-commits] rmudgett: trunk r397346 - in /trunk/main: bridge.c bridge_channel.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Aug 21 13:58:30 CDT 2013


Author: rmudgett
Date: Wed Aug 21 13:58:28 2013
New Revision: 397346

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=397346
Log:
Deferred some more BUGBUG comments to a JIRA issue or XXX comment.

Modified:
    trunk/main/bridge.c
    trunk/main/bridge_channel.c

Modified: trunk/main/bridge.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/bridge.c?view=diff&rev=397346&r1=397345&r2=397346
==============================================================================
--- trunk/main/bridge.c (original)
+++ trunk/main/bridge.c Wed Aug 21 13:58:28 2013
@@ -4815,7 +4815,7 @@
 static struct ast_cli_entry bridge_cli[] = {
 	AST_CLI_DEFINE(handle_bridge_show_all, "List all bridges"),
 	AST_CLI_DEFINE(handle_bridge_show_specific, "Show information about a bridge"),
-/* BUGBUG need AMI action equivalents to the following CLI commands. */
+/* XXX ASTERISK-22356 need AMI action equivalents to the following CLI commands. */
 	AST_CLI_DEFINE(handle_bridge_destroy_specific, "Destroy a bridge"),
 	AST_CLI_DEFINE(handle_bridge_kick_channel, "Kick a channel from a bridge"),
 	AST_CLI_DEFINE(handle_bridge_technology_show, "List registered bridge technologies"),

Modified: trunk/main/bridge_channel.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/bridge_channel.c?view=diff&rev=397346&r1=397345&r2=397346
==============================================================================
--- trunk/main/bridge_channel.c (original)
+++ trunk/main/bridge_channel.c Wed Aug 21 13:58:28 2013
@@ -305,7 +305,8 @@
 {
 	ast_bridge_channel_lock_bridge(bridge_channel);
 /*
- * BUGBUG need to implement a deferred write queue for when there is no peer channel in the bridge (yet or it was kicked).
+ * XXX need to implement a deferred write queue for when there
+ * is no peer channel in the bridge (yet or it was kicked).
  *
  * The tech decides if a frame needs to be pushed back for deferral.
  * simple_bridge/native_bridge are likely the only techs that will do this.




More information about the asterisk-commits mailing list