Displaying 1 result from an estimated 1 matches for "aelparse1".
Did you mean:
aelparse
2006 Jan 06
0
--- AEL 2 --- Try it out!
...loads this file and
merges it into asterisk, so it is easily possible for you to have a
hybrid dialplan, part in extensions.conf, part in extensions.ael, and
part in extensions.ael2.
Along with the AEL2 module, some executables are provided in the source dir,
asterisk/utils, called aelparse, and aelparse1, that allow both the
current ael compiler (aelparse1), and my AEL2 compiler (aelparse) to be
standalone executables, so you can test your extensions.ael2 file and
get the syntax/semantic errors output without having to load the file
into asterisk.
AEL2 is made to load the current ael files. But it...