From 0c6328af5b6f6a80b170ae8db5fbede2e74d98cb Mon Sep 17 00:00:00 2001
From: Richard Mudgett <rmudgett@digium.com>
Date: Wed, 21 Aug 2013 18:58:28 +0000
Subject: [PATCH] Deferred some more BUGBUG comments to a JIRA issue or XXX
 comment.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@397346 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 main/bridge.c         | 2 +-
 main/bridge_channel.c | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/main/bridge.c b/main/bridge.c
index a9295b6840..ad8e8bec6a 100644
--- a/main/bridge.c
+++ b/main/bridge.c
@@ -4815,7 +4815,7 @@ static char *handle_bridge_technology_suspend(struct ast_cli_entry *e, int cmd,
 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"),
diff --git a/main/bridge_channel.c b/main/bridge_channel.c
index f6d909cbcf..f49fddc0fc 100644
--- a/main/bridge_channel.c
+++ b/main/bridge_channel.c
@@ -305,7 +305,8 @@ static int bridge_channel_write_frame(struct ast_bridge_channel *bridge_channel,
 {
 	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.
-- 
GitLab