aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/ael/ael-test/ael-test3
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-27 03:45:22 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-27 03:45:22 +0000
commit52da543985c8469e7a2e00413686a6a478dfd63a (patch)
treeaf3705edc5f573446d149d9cdcb3d4b8f0825f44 /pbx/ael/ael-test/ael-test3
parent5394044aeb7ac9c86c4546fab88c301e338041c8 (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: http://svn.digium.com/svn/asterisk/trunk@43747 f38db490-d61c-443f-a65b-d21fe96a405b
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: