summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-12-31 00:37:55 +0000
committerMark Spencer <markster@digium.com>2004-12-31 00:37:55 +0000
commit658000cc9af3d29e1fe68ae7bd4f9d44cbf5a984 (patch)
tree3861b9413e957150f3da013c9fb6d9506c8d906f
parent9d49aa6573ab167b8795e31b0b41f2ca6ff12dbe (diff)
Increase max stack size for context searches (bug #3182)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4617 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rwxr-xr-xpbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx.c b/pbx.c
index 2b2249a66..46b990fc5 100755
--- a/pbx.c
+++ b/pbx.c
@@ -486,7 +486,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