summaryrefslogtreecommitdiff
path: root/pbx/ael/ael-test/ael-test3
diff options
context:
space:
mode:
authorSteve Murphy <murf@digium.com>2006-09-27 03:45:22 +0000
committerSteve Murphy <murf@digium.com>2006-09-27 03:45:22 +0000
commit35b951d2ac43bdee8f52ce384d81b8159b34c3b5 (patch)
treeaf3705edc5f573446d149d9cdcb3d4b8f0825f44 /pbx/ael/ael-test/ael-test3
parent2b7debf368e12dfedf60f02052007550d98fd9e9 (diff)
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
Diffstat (limited to 'pbx/ael/ael-test/ael-test3')
-rwxr-xr-xpbx/ael/ael-test/ael-test3/extensions.ael1
1 files changed, 1 insertions, 0 deletions
diff --git a/pbx/ael/ael-test/ael-test3/extensions.ael b/pbx/ael/ael-test/ael-test3/extensions.ael
index dd77c0531..14b24ce51 100755
--- a/pbx/ael/ael-test/ael-test3/extensions.ael
+++ b/pbx/ael/ael-test/ael-test3/extensions.ael
@@ -14,6 +14,7 @@ globals
macro std-exten( ext , dev )
{
Dial(${dev}/${ext},20);
+ goto privacyManagerFailed|s|begin;
switch(${DIALSTATUS})
{
case BUSY: