mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 00:00:09 +00:00
Changed some BUGBUG tags to associated JIRA issue tags.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396792 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1749,7 +1749,7 @@ static void bridge_channel_wait(struct ast_bridge_channel *bridge_channel)
|
||||
ast_bridge_channel_lock(bridge_channel);
|
||||
if (bridge_channel->state != BRIDGE_CHANNEL_STATE_WAIT) {
|
||||
} else if (bridge_channel->suspended) {
|
||||
/* BUGBUG the external party use of suspended will go away as will these references because this is the bridge channel thread */
|
||||
/* XXX ASTERISK-21271 the external party use of suspended will go away as will these references because this is the bridge channel thread */
|
||||
ast_debug(1, "Bridge %s: %p(%s) is going into a signal wait\n",
|
||||
bridge_channel->bridge->uniqueid, bridge_channel,
|
||||
ast_channel_name(bridge_channel->chan));
|
||||
|
||||
Reference in New Issue
Block a user