]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Requested changes documenting the fixed AEL functionality.
authorTilghman Lesher <tilghman@meg.abyt.es>
Tue, 13 Mar 2012 16:54:36 +0000 (16:54 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Tue, 13 Mar 2012 16:54:36 +0000 (16:54 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@358859 65c4cc65-6c06-0410-ace0-fbb531ad65f3

CHANGES
UPGRADE.txt

diff --git a/CHANGES b/CHANGES
index 318b5bf2343f635b14fbb49411baf4630ae3210b..17a5b3114a3aa737ea2a151a14337e7ce120435e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,16 @@
 ===
 ======================================================================
 
+------------------------------------------------------------------------------
+--- Functionality changes since Asterisk 1.8.9.11 ----------------------------
+------------------------------------------------------------------------------
+
+Gosub changes
+-------------
+ * A new function, STACK_PEEK, has been added, to correlate for functionality
+   available in AEL in 1.4 that disappeared in 1.8.  STACK_PEEK permits the
+   user to see the location of the calling Gosub from within the subroutine.
+
 ------------------------------------------------------------------------------
 --- Functionality changes since Asterisk 1.8.9.0 -----------------------------
 ------------------------------------------------------------------------------
index 4eb8cee6a42833950549fe72296a9823379d8173..5a6ead21398f3906352890372b4f6c6392d25ab2 100644 (file)
 ===
 ===========================================================
 
+From 1.8.11 to 1.8.12:
+* 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 1.8, 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 1.8.10 to 1.8.11:
 
 * If no transport is specified in sip.conf, transport will default to UDP.