]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Core: Increase AST_PBX_MAX_STACK to 512 if not LOW_MEMORY
authorGeorge Joseph <gjoseph@digium.com>
Wed, 20 Feb 2019 18:48:25 +0000 (11:48 -0700)
committerGeorge Joseph <gjoseph@digium.com>
Wed, 20 Feb 2019 18:51:25 +0000 (11:51 -0700)
commit23ffc3af5c4a35268ea881eed1c6dd0647d7d696
tree7b3826a5da58790b7d6a090f82e3e863ca62565a
parentda93d17af87dcdfdf74daa8028a17755fa0f658a
Core:  Increase AST_PBX_MAX_STACK to 512 if not LOW_MEMORY

The current settings AST_PBX_MAX_STACK is 128 entries which is
too low for some FreePBX installations with complex parking
arrangements.  Increased to 512 if LOW_MEMORY is not defined.

ASTERISK-28300

Change-Id: I7c4b540bc92e6642df0f3da639b003f7da8b1299
include/asterisk/extconf.h
include/asterisk/pbx.h