mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 16:50:14 +00:00
increase stack size for searching through contexts (bug #3182)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4645 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
pbx.c
2
pbx.c
@@ -481,7 +481,7 @@ int pbx_exec(struct ast_channel *c, /* Channel */
|
|||||||
|
|
||||||
|
|
||||||
/* Go no deeper than this through includes (not counting loops) */
|
/* 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_EXISTS 0
|
||||||
#define HELPER_SPAWN 1
|
#define HELPER_SPAWN 1
|
||||||
|
|||||||
Reference in New Issue
Block a user