[Asterisk-cvs] asterisk/doc README.ael,1.3,1.4

russell at lists.digium.com russell at lists.digium.com
Wed Jun 22 18:17:22 CDT 2005


Update of /usr/cvsroot/asterisk/doc
In directory mongoose.digium.com:/tmp/cvs-serv15924/doc

Modified Files:
	README.ael 
Log Message:
add some information on what the user must do to start using AEL


Index: README.ael
===================================================================
RCS file: /usr/cvsroot/asterisk/doc/README.ael,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- README.ael	22 Jun 2005 20:08:43 -0000	1.3
+++ README.ael	22 Jun 2005 22:18:02 -0000	1.4
@@ -5,6 +5,25 @@
 it more like a programming language.  AEL is intended to provide an actual
 programming language that can be used to write an Asterisk dialplan.
 
+Getting Started
+-------------------------
+The AEL configuration parser (pbx_ael.so) is completely separate from the module
+that parses extensions.conf (pbx_config.so).  To use AEL, the only thing that
+has to be done is the module pbx_ael.so must be loaded by Asterisk.  This will
+be done automatically if using 'autoload=yes' in /etc/asterisk/modules.conf.
+When thenmodule is loaded, it will look for 'extensions.ael' in /etc/asterisk/.
+Both extensions.conf and extensions.ael can be used in conjunction with each 
+other if that is what is desired.  Some users may want to keep extensions.conf
+for the features that are configured in the 'general' section of 
+extensions.conf.
+
+
+Reloading extensions.ael
+-------------------------
+To reload extensions.ael, the following command can be issued at the CLI.
+
+	*CLI> reload pbx_ael.so
+
 
 Contexts
 -------------------------




More information about the svn-commits mailing list