From a5fe6f2a52422c9cd3cd053479f9520dfb230410 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Tue, 13 Mar 2012 16:58:57 +0000 Subject: [PATCH] Requested changes documenting the fixed AEL functionality. ........ Merged revisions 358859 from http://svn.asterisk.org/svn/asterisk/branches/1.8 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@358860 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 10 ++++++++++ UPGRADE.txt | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/CHANGES b/CHANGES index ae351ecb98..d947b10c7d 100644 --- a/CHANGES +++ b/CHANGES @@ -8,6 +8,16 @@ === ============================================================================== +------------------------------------------------------------------------------ +--- Functionality changes since Asterisk 10.3.0 ------------------------------ +------------------------------------------------------------------------------ + +Gosub changes +------------- + * A new function, STACK_PEEK, has been added, to correlate for functionality + available in AEL in 1.4 that disappeared in 10. STACK_PEEK permits the + user to see the location of the calling Gosub from within the subroutine. + ------------------------------------------------------------------------------ --- Functionality changes since Asterisk 10.1.0 ------------------------------ ------------------------------------------------------------------------------ diff --git a/UPGRADE.txt b/UPGRADE.txt index be641bfa2b..565a0dd808 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -19,6 +19,16 @@ === =========================================================== +From 10.3 to 10.4: + +* In AEL dialplans, the "h" extension will now be inherited from prior + calling contexts, just as it had in 1.4. If you have created an AEL + dialplan from scratch in earlier versions of 10, you may want to check + that the execution of "h" extensions in earlier contexts is what you + want. If you want to interrupt this functionality, simply placing an + "h" extension in the macro where you want no inheritance to take place + should be sufficient. + From 10.2 to 10.3: * If no transport is specified in sip.conf, transport will default to UDP. -- 2.47.2