summaryrefslogtreecommitdiff
path: root/main/bridge_channel.c
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2013-08-21 18:58:28 +0000
committerRichard Mudgett <rmudgett@digium.com>2013-08-21 18:58:28 +0000
commit0c6328af5b6f6a80b170ae8db5fbede2e74d98cb (patch)
tree9f99141ae141b43f079eeda936176a87cd9b4a69 /main/bridge_channel.c
parentba7ffbe5005db9753a75e4a376bc37e11b0701a7 (diff)
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
Diffstat (limited to 'main/bridge_channel.c')
-rw-r--r--main/bridge_channel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/bridge_channel.c b/main/bridge_channel.c
index f6d909cbc..f49fddc0f 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.