Update BUGBUG comment.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@397426 65c4cc65-6c06-0410-ace0-fbb531ad65f3
changes/78/78/1
Richard Mudgett 12 years ago
parent 28e9d3afc9
commit 641748cc1b

@ -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);

Loading…
Cancel
Save