mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-09 14:36:48 +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:
@@ -81,7 +81,7 @@ struct ast_bridge_tech_optimizations;
|
||||
* \brief Structure that contains information regarding a channel in a bridge
|
||||
*/
|
||||
struct ast_bridge_channel {
|
||||
/* BUGBUG cond is only here because of external party suspend/unsuspend support. */
|
||||
/* XXX ASTERISK-21271 cond is only here because of external party suspend/unsuspend support. */
|
||||
/*! Condition, used if we want to wake up a thread waiting on the bridged channel */
|
||||
ast_cond_t cond;
|
||||
/*! Current bridged channel state */
|
||||
|
Reference in New Issue
Block a user