]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
increase stack size for searching through contexts (bug #3182)
authorRussell Bryant <russell@russellbryant.com>
Mon, 3 Jan 2005 03:07:40 +0000 (03:07 +0000)
committerRussell Bryant <russell@russellbryant.com>
Mon, 3 Jan 2005 03:07:40 +0000 (03:07 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4645 65c4cc65-6c06-0410-ace0-fbb531ad65f3

pbx.c

diff --git a/pbx.c b/pbx.c
index b648ded89649fbedf2443a8dd2e5c1ef7876c9dc..09f173e1ea0d3ae130ba2c2e5514ac34e3df77f5 100755 (executable)
--- a/pbx.c
+++ b/pbx.c
@@ -481,7 +481,7 @@ int pbx_exec(struct ast_channel *c,                 /* Channel */
 
 
 /* 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