aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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