summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2013-08-22 16:46:01 +0000
committerRichard Mudgett <rmudgett@digium.com>2013-08-22 16:46:01 +0000
commit641748cc1be20f439144f168c55e1a8a80d0402e (patch)
treef808a178436160c0148e38685013d8d1833b2ca4 /main
parent28e9d3afc9d8a091206490c02a9f2999850aa9dd (diff)
Update BUGBUG comment.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@397426 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main')
-rw-r--r--main/bridge.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/main/bridge.c b/main/bridge.c
index ad8e8bec6..30b3c0ed4 100644
--- a/main/bridge.c
+++ b/main/bridge.c
@@ -1411,7 +1411,11 @@ void ast_bridge_notify_masquerade(struct ast_channel *chan)
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);