mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
This commits the changes to AEL to use the gosub-with-args from Tilghman to perform macro calls. This results in substantially smaller stack footprint, which allows macro call depths in excess of 100,000 levels, rather than the limit of 7 calls deep, which the Macro app is subject to.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43747 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -14,6 +14,7 @@ globals
|
||||
macro std-exten( ext , dev )
|
||||
{
|
||||
Dial(${dev}/${ext},20);
|
||||
goto privacyManagerFailed|s|begin;
|
||||
switch(${DIALSTATUS})
|
||||
{
|
||||
case BUSY:
|
||||
|
Reference in New Issue
Block a user