[svn-commits] murf: trunk r47836 - /trunk/UPGRADE.txt

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sat Nov 18 21:22:33 MST 2006


Author: murf
Date: Sat Nov 18 22:22:33 2006
New Revision: 47836

URL: http://svn.digium.com/view/asterisk?view=rev&rev=47836
Log:
Added a few words to explain the change to AEL concerning Gosub()

Modified:
    trunk/UPGRADE.txt

Modified: trunk/UPGRADE.txt
URL: http://svn.digium.com/view/asterisk/trunk/UPGRADE.txt?view=diff&rev=47836&r1=47835&r2=47836
==============================================================================
--- trunk/UPGRADE.txt (original)
+++ trunk/UPGRADE.txt Sat Nov 18 22:22:33 2006
@@ -6,3 +6,14 @@
 * The CallerID fields across Manager events have now been made more
   consistent. CallerID Number will be sent as CallerIDNum and CallerID
   Name will be sent as CallerIDName wherever used.
+
+AEL:
+
+* Macros are now implemented underneath with the Gosub() application.
+  Heaven Help You if you wrote code depending on any aspect of this!
+  Previous to 1.6, macros were implemented with the Macro() app, which
+  provided a nice feature of auto-returning. The compiler will do its
+  best to insert a Return() app call at the end of your macro if you did
+  not include it, but really, you should make sure that all execution
+  paths within your macros end in "return;".
+



More information about the svn-commits mailing list