From 641748cc1be20f439144f168c55e1a8a80d0402e Mon Sep 17 00:00:00 2001 From: Richard Mudgett <rmudgett@digium.com> Date: Thu, 22 Aug 2013 16:46:01 +0000 Subject: [PATCH] Update BUGBUG comment. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@397426 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/bridge.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/main/bridge.c b/main/bridge.c index ad8e8bec6a..30b3c0ed4d 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); -- GitLab