[Asterisk-cvs] asterisk/pbx pbx_ael.c,1.4,1.5

kpfleming at lists.digium.com kpfleming at lists.digium.com
Tue Jul 5 15:23:43 CDT 2005


Update of /usr/cvsroot/asterisk/pbx
In directory mongoose.digium.com:/tmp/cvs-serv963/pbx

Modified Files:
	pbx_ael.c 
Log Message:
don't force autofallthrough to on (bug #4599)


Index: pbx_ael.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_ael.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pbx_ael.c	17 Jun 2005 14:33:29 -0000	1.4
+++ pbx_ael.c	5 Jul 2005 19:22:58 -0000	1.5
@@ -1189,7 +1189,6 @@
 	ast_merge_contexts_and_delete(&local_contexts, registrar);
 	for (con = ast_walk_contexts(NULL); con; con = ast_walk_contexts(con))
 		ast_context_verify_includes(con);
-	pbx_set_autofallthrough(1);
 
 #if 0
 		v = ast_variable_browse(cfg, "globals");




More information about the svn-commits mailing list