aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-03 03:07:40 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-03 03:07:40 +0000
commita8803fc6e6e67c1f76b1a5d5f1cc630c059f53cf (patch)
tree9ba30080fb526af2957ade69dd3148cef4c7007a
parent392c13bc42ebe911b174c357b1616bfe034ed037 (diff)
increase stack size for searching through contexts (bug #3182)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-0@4645 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xpbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx.c b/pbx.c
index b648ded89..09f173e1e 100755
--- 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