[asterisk-commits] tilghman: branch 1.8 r358859 - in /branches/1.8: CHANGES UPGRADE.txt
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Mar 13 11:54:39 CDT 2012
Author: tilghman
Date: Tue Mar 13 11:54:36 2012
New Revision: 358859
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=358859
Log:
Requested changes documenting the fixed AEL functionality.
Modified:
branches/1.8/CHANGES
branches/1.8/UPGRADE.txt
Modified: branches/1.8/CHANGES
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/CHANGES?view=diff&rev=358859&r1=358858&r2=358859
==============================================================================
--- branches/1.8/CHANGES (original)
+++ branches/1.8/CHANGES Tue Mar 13 11:54:36 2012
@@ -7,6 +7,16 @@
=== and the other UPGRADE files for older releases.
===
======================================================================
+
+------------------------------------------------------------------------------
+--- 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 -----------------------------
Modified: branches/1.8/UPGRADE.txt
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/UPGRADE.txt?view=diff&rev=358859&r1=358858&r2=358859
==============================================================================
--- branches/1.8/UPGRADE.txt (original)
+++ branches/1.8/UPGRADE.txt Tue Mar 13 11:54:36 2012
@@ -18,6 +18,15 @@
===
===========================================================
+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.
More information about the asterisk-commits
mailing list