[svn-commits] murf: branch group/newcdr r164518 - /team/group/newcdr/main/features.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Dec 15 15:50:00 CST 2008


Author: murf
Date: Mon Dec 15 15:50:00 2008
New Revision: 164518

URL: http://svn.digium.com/view/asterisk?view=rev&rev=164518
Log:
remove a CHANNEL_END event I don't need? We shall see

Modified:
    team/group/newcdr/main/features.c

Modified: team/group/newcdr/main/features.c
URL: http://svn.digium.com/view/asterisk/team/group/newcdr/main/features.c?view=diff&rev=164518&r1=164517&r2=164518
==============================================================================
--- team/group/newcdr/main/features.c (original)
+++ team/group/newcdr/main/features.c Mon Dec 15 15:50:00 2008
@@ -2520,7 +2520,6 @@
 
 	
 	if (res != AST_PBX_KEEPALIVE && config->end_bridge_callback) {
-		ast_cel_report_event(chan, CEL_BRIDGE_END, NULL, NULL, NULL);
 		config->end_bridge_callback(config->end_bridge_callback_data);
 	}
 




More information about the svn-commits mailing list