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
This commit is contained in:
Mark Spencer 2004-12-31 00:37:55 +00:00
parent 9d49aa6573
commit 658000cc9a
1 changed files with 1 additions and 1 deletions

2
pbx.c
View File

@ -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