mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 18:55:19 +00:00 
			
		
		
		
	Deferred some more BUGBUG comments to a JIRA issue or XXX comment.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@397346 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -4815,7 +4815,7 @@ static char *handle_bridge_technology_suspend(struct ast_cli_entry *e, int cmd, | ||||
| static struct ast_cli_entry bridge_cli[] = { | ||||
| 	AST_CLI_DEFINE(handle_bridge_show_all, "List all bridges"), | ||||
| 	AST_CLI_DEFINE(handle_bridge_show_specific, "Show information about a bridge"), | ||||
| /* BUGBUG need AMI action equivalents to the following CLI commands. */ | ||||
| /* XXX ASTERISK-22356 need AMI action equivalents to the following CLI commands. */ | ||||
| 	AST_CLI_DEFINE(handle_bridge_destroy_specific, "Destroy a bridge"), | ||||
| 	AST_CLI_DEFINE(handle_bridge_kick_channel, "Kick a channel from a bridge"), | ||||
| 	AST_CLI_DEFINE(handle_bridge_technology_show, "List registered bridge technologies"), | ||||
|   | ||||
| @@ -305,7 +305,8 @@ static int bridge_channel_write_frame(struct ast_bridge_channel *bridge_channel, | ||||
| { | ||||
| 	ast_bridge_channel_lock_bridge(bridge_channel); | ||||
| /* | ||||
|  * BUGBUG need to implement a deferred write queue for when there is no peer channel in the bridge (yet or it was kicked). | ||||
|  * XXX need to implement a deferred write queue for when there | ||||
|  * is no peer channel in the bridge (yet or it was kicked). | ||||
|  * | ||||
|  * The tech decides if a frame needs to be pushed back for deferral. | ||||
|  * simple_bridge/native_bridge are likely the only techs that will do this. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user