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
Russell Bryant 3d7cf301d8
Merged revisions 82802 via svnmerge from
18 years ago
..
ael/ael-test an unreported crash I debugged, looked like it was backing up way too far after hitting the syntax error. An inspection of the code revealed that error tokens in lists were not rearranged when the rules were rearranged as part of a code neatening-up process. By moving the error tokens to where they should be, I also reduced the number of shift/reduce conflicts to 3 instead of 8. This introduces subtle differences in error messages, so the regressions had to be updated. 18 years ago
Makefile This commit closes bug 7605, and half-closes 7638. The AEL code has been redistributed/repartitioned to allow code re-use both inside and outside of Asterisk. This commit introduces the utils/conf2ael program, and an external config-file reader, for both normal config files, and for extensions.conf (context, exten, prio); It provides an API for programs outside of asterisk to use to play with the dialplan and config files. 18 years ago
dundi-parser.c Merged revisions 46200 via svnmerge from 19 years ago
dundi-parser.h remove extraneous svn:executable properties 20 years ago
kdeconsole_main.cc rename this file so it doesn't appear to be a module by itself 19 years ago
pbx_ael.c This commit closes bug 7605, and half-closes 7638. The AEL code has been redistributed/repartitioned to allow code re-use both inside and outside of Asterisk. This commit introduces the utils/conf2ael program, and an external config-file reader, for both normal config files, and for extensions.conf (context, exten, prio); It provides an API for programs outside of asterisk to use to play with the dialplan and config files. 18 years ago
pbx_config.c Make the MALLOC_DEBUG output for free() useful again. After changing calls to 18 years ago
pbx_dundi.c Merged revisions 82802 via svnmerge from 18 years ago
pbx_gtkconsole.c Do a massive conversion for using the ast_verb() macro 18 years ago
pbx_kdeconsole.cc various minor fixes 19 years ago
pbx_kdeconsole.h remove extraneous svn:executable properties 20 years ago
pbx_loopback.c merge new_loader_completion branch, including (at least): 19 years ago
pbx_realtime.c Do a massive conversion for using the ast_verb() macro 18 years ago
pbx_spool.c Merged revisions 82358 via svnmerge from 18 years ago