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
Kevin P. Fleming fd1e942f53
fix some copy-and-paste leftovers
18 years ago
..
ael 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, 18 years ago
Makefile fix some copy-and-paste leftovers 18 years ago
dundi-parser.c apparently developers are still not aware that they should be use ast_copy_string instead of strncpy... fix up many more users, and fix some bugs in the process 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 20 years ago
pbx_ael.c In response to 10578, I just ran 1.4 thru valgrind; some of the config leakage I've already fixed, but it doesn't hurt to double check. I found and fixed leaks in res_jabber, cdr_tds, pbx_ael. Nothing major, tho. 18 years ago
pbx_config.c Use ast_free to free memory, or else we shall implode if MALLOC_DEBUG is enabled. 18 years ago
pbx_dundi.c Fix tab completion for dundi show peer. 18 years ago
pbx_gtkconsole.c Various updates from PCadach's chan_h323-live branch 19 years ago
pbx_kdeconsole.cc various minor fixes 20 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 Fix the potential use of an uninitialized buffer in a log message. 18 years ago
pbx_spool.c Fix a small typo. 18 years ago