mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
Resolve some BUGBUG comments.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396783 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2682,7 +2682,11 @@ void ast_bridge_technology_suspend(struct ast_bridge_technology *technology)
|
||||
|
||||
void ast_bridge_technology_unsuspend(struct ast_bridge_technology *technology)
|
||||
{
|
||||
/* BUGBUG unsuspending a bridge technology probably needs to prod all existing bridges to see if they should start using it. */
|
||||
/*
|
||||
* XXX We may want the act of unsuspending a bridge technology
|
||||
* to prod all existing bridges to see if they should start
|
||||
* using it.
|
||||
*/
|
||||
technology->suspended = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user