mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-11-03 20:38:59 +00:00 
			
		
		
		
	Merged revisions 155554 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r155554 | seanbright | 2008-11-08 20:27:00 -0500 (Sat, 08 Nov 2008) | 14 lines Merged revisions 155553 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r155553 | seanbright | 2008-11-08 20:08:07 -0500 (Sat, 08 Nov 2008) | 6 lines Use static functions here instead of nested ones. This requires a small change to the ast_bridge_config struct as well. To understand the reason for this change, see the following post: http://gcc.gnu.org/ml/gcc-help/2008-11/msg00049.html ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@155556 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		@@ -2381,7 +2381,7 @@ int ast_bridge_call(struct ast_channel *chan,struct ast_channel *peer,struct ast
 | 
			
		||||
	}
 | 
			
		||||
   before_you_go:
 | 
			
		||||
	if (res != AST_PBX_KEEPALIVE && config->end_bridge_callback) {
 | 
			
		||||
		config->end_bridge_callback();
 | 
			
		||||
		config->end_bridge_callback(config->end_bridge_callback_data);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* run the hangup exten on the chan object IFF it was NOT involved in a parking situation 
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user