projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd87915
)
it's actually the parser for the language, not a configuration file ... :)
author
Russell Bryant
<russell@russellbryant.com>
Wed, 22 Jun 2005 22:19:31 +0000
(22:19 +0000)
committer
Russell Bryant
<russell@russellbryant.com>
Wed, 22 Jun 2005 22:19:31 +0000
(22:19 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5977
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
doc/README.ael
patch
|
blob
|
history
diff --git
a/doc/README.ael
b/doc/README.ael
index
20ba6f2
..
df07de3
100755
(executable)
--- 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.