-
- Downloads
This commits the changes to AEL to use the gosub-with-args from Tilghman to...
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
Showing
- CHANGES 8 additions, 0 deletionsCHANGES
- pbx/ael/ael-test/ael-test11/extensions.ael 1 addition, 0 deletionspbx/ael/ael-test/ael-test11/extensions.ael
- pbx/ael/ael-test/ael-test3/extensions.ael 1 addition, 0 deletionspbx/ael/ael-test/ael-test3/extensions.ael
- pbx/ael/ael-test/ael-test5/extensions.ael 16 additions, 11 deletionspbx/ael/ael-test/ael-test5/extensions.ael
- pbx/ael/ael-test/ref.ael-ntest10 133 additions, 120 deletionspbx/ael/ael-test/ref.ael-ntest10
- pbx/ael/ael-test/ref.ael-test1 14 additions, 10 deletionspbx/ael/ael-test/ref.ael-test1
- pbx/ael/ael-test/ref.ael-test2 22 additions, 14 deletionspbx/ael/ael-test/ref.ael-test2
- pbx/ael/ael-test/ref.ael-test3 96 additions, 14 deletionspbx/ael/ael-test/ref.ael-test3
- pbx/ael/ael-test/ref.ael-test4 22 additions, 14 deletionspbx/ael/ael-test/ref.ael-test4
- pbx/ael/ael-test/ref.ael-test5 11 additions, 8 deletionspbx/ael/ael-test/ref.ael-test5
- pbx/ael/ael-test/ref.ael-test6 20 additions, 12 deletionspbx/ael/ael-test/ref.ael-test6
- pbx/ael/ael-test/ref.ael-test7 16 additions, 10 deletionspbx/ael/ael-test/ref.ael-test7
- pbx/ael/ael-test/ref.ael-vtest13 254 additions, 175 deletionspbx/ael/ael-test/ref.ael-vtest13
- pbx/pbx_ael.c 171 additions, 63 deletionspbx/pbx_ael.c
Loading
Please register or sign in to comment