aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-31 00:37:55 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-31 00:37:55 +0000
commit9a906e13bb8ee6687e9b2dd8aed2a00becf7a2c1 (patch)
tree3861b9413e957150f3da013c9fb6d9506c8d906f /pbx.c
parent13793c5fcd35e7a03680824b85fee14db07bf3d1 (diff)
Increase max stack size for context searches (bug #3182)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4617 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx.c')
-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