From 658000cc9af3d29e1fe68ae7bd4f9d44cbf5a984 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Fri, 31 Dec 2004 00:37:55 +0000 Subject: [PATCH] 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 --- pbx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbx.c b/pbx.c index 2b2249a664..46b990fc58 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