aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-22 22:19:31 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-22 22:19:31 +0000
commit871b25ff396674cb24b708092513fa8cd375b76e (patch)
treeb96f222edcfd544bd2fc9a5c2710229a58293eab /doc
parentd29bfce1af625c9043eefb99f66fa0c7570a34ef (diff)
it's actually the parser for the language, not a configuration file ... :)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5977 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/README.ael2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.ael b/doc/README.ael
index 20ba6f282..df07de308 100755
--- a/doc/README.ael
+++ b/doc/README.ael
@@ -7,7 +7,7 @@ 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
+The AEL 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.