[Asterisk-cvs] asterisk pbx.c,1.154.2.5,1.154.2.6

russell at lists.digium.com russell at lists.digium.com
Sun Jan 2 21:02:24 CST 2005


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

Modified Files:
      Tag: v1-0
	pbx.c 
Log Message:
increase stack size for searching through contexts (bug #3182)


Index: pbx.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx.c,v
retrieving revision 1.154.2.5
retrieving revision 1.154.2.6
diff -u -d -r1.154.2.5 -r1.154.2.6
--- pbx.c	30 Dec 2004 20:57:41 -0000	1.154.2.5
+++ pbx.c	3 Jan 2005 03:07:40 -0000	1.154.2.6
@@ -481,7 +481,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