mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Update bridge_channel refactorings; export bridge_ symbol
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395295 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -58,7 +58,7 @@ static int bridge_features_duration_callback(struct ast_bridge *bridge, struct a | ||||
| 		ast_stream_and_wait(bridge_channel->chan, limits->duration_sound, AST_DIGIT_NONE); | ||||
| 	} | ||||
|  | ||||
| 	ast_bridge_channel_leave_bridge(bridge_channel); | ||||
| 	ast_bridge_channel_leave_bridge(bridge_channel, AST_BRIDGE_CHANNEL_STATE_END); | ||||
|  | ||||
| 	ast_test_suite_event_notify("BRIDGE_TIMELIMIT", "Channel1: %s", ast_channel_name(bridge_channel->chan)); | ||||
| 	return -1; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user