You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/pbx/ael
Steve Murphy b7f66e48e8
closes issue #10777 -- by returning a null for the parse tree when there's really nothing there, and making sure we don't try to do checking on a null tree.
18 years ago
..
ael-test This is a regression update that matches what I did in 84134 for AEL regressions. 18 years ago
ael.flex This issue sort of closes 10786; All config files support #include with globbing (you know, *,[chars],?,{list,list},etc), so I've updated the AEL system to support this also. 18 years ago
ael.tab.c closes issue #10777 -- by returning a null for the parse tree when there's really nothing there, and making sure we don't try to do checking on a null tree. 18 years ago
ael.tab.h These mods fix bug 9623, where an '@' in the eswitch contents causes a syntax error. I also updated the regressions. 18 years ago
ael.y closes issue #10777 -- by returning a null for the parse tree when there's really nothing there, and making sure we don't try to do checking on a null tree. 18 years ago
ael_lex.c This issue sort of closes 10786; All config files support #include with globbing (you know, *,[chars],?,{list,list},etc), so I've updated the AEL system to support this also. 18 years ago