[Asterisk-cvs] asterisk pbx.c,1.192,1.193

markster at lists.digium.com markster at lists.digium.com
Thu Dec 30 19:43:16 CST 2004


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

Modified Files:
	pbx.c 
Log Message:
Increase max stack size for context searches (bug #3182)


Index: pbx.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx.c,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -d -r1.192 -r1.193
--- pbx.c	29 Dec 2004 23:40:54 -0000	1.192
+++ pbx.c	31 Dec 2004 00:37:55 -0000	1.193
@@ -486,7 +486,7 @@
 
 
 /* Go no deeper than this through includes (not counting loops) */
-#define AST_PBX_MAX_STACK	64
+#define AST_PBX_MAX_STACK	128
 
 #define HELPER_EXISTS 0
 #define HELPER_SPAWN 1




More information about the svn-commits mailing list