[svn-commits] murf: trunk r47835 - /trunk/doc/ael.txt

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sat Nov 18 21:12:40 MST 2006


Author: murf
Date: Sat Nov 18 22:12:39 2006
New Revision: 47835

URL: http://svn.digium.com/view/asterisk?view=rev&rev=47835
Log:
Added a few words of explanation about macros

Modified:
    trunk/doc/ael.txt

Modified: trunk/doc/ael.txt
URL: http://svn.digium.com/view/asterisk/trunk/doc/ael.txt?view=diff&rev=47835&r1=47834&r2=47835
==============================================================================
--- trunk/doc/ael.txt (original)
+++ trunk/doc/ael.txt Sat Nov 18 22:12:39 2006
@@ -102,7 +102,9 @@
 might. A macro call can be made within an extension, and the
 individual statements there are executed until it ends. At this point,
 execution returns to the next statement after the macro call. Macros
-can call other macros. And they work just like function calls.
+can call other macros. And they work just like function calls. In 1.2,
+and 1.4, they are implemented underneath with the Macro() application.
+In 1.6 and up, they are implemented with the Gosub() application.
 
 Applications
 ------------
@@ -981,7 +983,7 @@
 
 A macro is defined in its own block like this. The arguments to the
 macro are specified with the name of the macro. They are then referred
-to by that same name. A catch block can be specified to catch special
+to by that same name. A catch block can be specified to 'catch' special
 extensions.
 
 



More information about the svn-commits mailing list