asterisk/pbx
Steve Murphy c9f3efc381 Merged revisions 87168 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r87168 | murf | 2007-10-26 10:34:02 -0600 (Fri, 26 Oct 2007) | 1 line

closes issue #11086 where a user complains that references to following contexts report a problem; The problem was REALLy that he was referring to empty contexts, which were being ignored. Reporter stated that empty contexts should be OK. I checked it out against extensions.conf, and sure enough, empty contexts ARE ok. So, I removed the restriction from AEL. This, though, highlighted a problem with multiple contexts of the same name. This should be OK, also. So, I added the extend keyword to AEL, and it can preceed the 'context' keyword (mixed with 'abstract', if nec.). This will turn off the warnings in AEL if the same context name is used 2 or more times. Also, I now call ast_context_find_or_create for contexts now, instead of just ast_context_create; I did this because pbx_config does this. The 'extend' keyword thus becomes a statement of intent. AEL can now duplicate the behavior of pbx_config,
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@87187 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-10-26 17:39:39 +00:00
..
ael/ael-test Merged revisions 87168 via svnmerge from 2007-10-26 17:39:39 +00:00
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. 2007-08-15 19:21:27 +00:00
dundi-parser.c Simplify buffer handling in dundi-parser.c. This also makes the code a bit 2007-10-15 15:55:23 +00:00
dundi-parser.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
kdeconsole_main.cc rename this file so it doesn't appear to be a module by itself 2006-07-07 02:20:28 +00:00
pbx_ael.c Merged revisions 87168 via svnmerge from 2007-10-26 17:39:39 +00:00
pbx_config.c Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense 2007-10-22 20:05:18 +00:00
pbx_dundi.c Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense 2007-10-22 20:05:18 +00:00
pbx_gtkconsole.c Do a massive conversion for using the ast_verb() macro 2007-07-26 15:49:18 +00:00
pbx_kdeconsole.cc various minor fixes 2006-07-07 00:48:40 +00:00
pbx_kdeconsole.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
pbx_loopback.c merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
pbx_realtime.c Merged revisions 85515 via svnmerge from 2007-10-12 15:41:27 +00:00
pbx_spool.c Merged revisions 82358 via svnmerge from 2007-09-13 23:12:16 +00:00