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:
Richard Mudgett
2013-08-15 18:20:52 +00:00
parent c3466db29d
commit e35860f954
5 changed files with 12 additions and 12 deletions

View File

@@ -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 */