]> 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:52:40 +0000 (12:52 -0600)
commitbb8903b00ea6e928a9dbf2778bb8ce98afdd704e
tree3fd21440f86473afbeec08588d08c2b0398925bd
parent1c5def4b18eb43930b8f9cfdcdadda41bfcceff0
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