asterisk/res
Russell Bryant 3dc9e8f38a Add support for #include, var_metric, and cat_metric in res_config_sqlite
(closes issue #10738, rbraun_proformatique)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82679 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-09-17 20:24:50 +00:00
..
ael Make the MALLOC_DEBUG output for free() useful again. After changing calls to 2007-09-17 18:57:56 +00:00
snmp Fix a typo in the Asterisk MIB and fix astNumChanBridged so it acts as a counter again 2007-08-23 17:27:07 +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
res_adsi.c Don't reload a configuration file if nothing has changed. 2007-08-16 21:09:46 +00:00
res_ael_share.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. 2007-08-15 19:21:27 +00:00
res_agi.c Merged revisions 82296 via svnmerge from 2007-09-12 21:57:30 +00:00
res_clioriginate.c (closes issue #10271) 2007-07-23 14:32:04 +00:00
res_config_odbc.c Doxygen cleanups/fixes. 2007-09-05 16:31:39 +00:00
res_config_pgsql.c This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I didn't add it to 1.4 yet, because it's not entirely clear to me if this is a bug fix or an enhancement. A lot of files were affected by small changes like ast_variable_new getting an added arg, for the file name the var was defined in; ast_category_new gets added args of filename and lineno; ast_category and ast_variable structures now record file and lineno for each entry; a list of all #include and #execs in a config file (or any of its inclusions are now kept in the ast_config struct; at save time, each entry is put back into its proper file of origin, in order. #include and #exec directives are folded in properly. Headers indicating that the file was generated, are generated also for each included file. Some changes to main/manager.c to take care of file renaming, via the UpdateConfig command. Multiple inclusions of the same file are handled by exploding these into multiple include files, uniquely named. There's probably more, but I can't remember it right now. 2007-08-29 20:55:40 +00:00
res_config_sqlite.c Add support for #include, var_metric, and cat_metric in res_config_sqlite 2007-09-17 20:24:50 +00:00
res_convert.c (closes issue #10271) 2007-07-23 14:32:04 +00:00
res_crypto.c Doxygen cleanups/fixes. 2007-09-05 16:31:39 +00:00
res_features.c Make the MALLOC_DEBUG output for free() useful again. After changing calls to 2007-09-17 18:57:56 +00:00
res_indications.c Don't reload a configuration file if nothing has changed. 2007-08-16 21:09:46 +00:00
res_jabber.c Merged revisions 81650 via svnmerge from 2007-09-06 14:24:29 +00:00
res_limit.c Fix building under Solaris. 2007-07-02 20:27:28 +00:00
res_monitor.c Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too. 2007-07-31 01:10:47 +00:00
res_musiconhold.c Merged revisions 81042 via svnmerge from 2007-08-27 16:16:56 +00:00
res_odbc.c Add a direct execute method to res_odbc (closes issue #10722) 2007-09-14 17:29:23 +00:00
res_realtime.c It is no longer required for each module that deals with a channel to call ast_module_user_hangup_all in it's unload function. The loader will automatically perform this action for it. 2007-07-16 13:35:20 +00:00
res_smdi.c Don't reload a configuration file if nothing has changed. 2007-08-16 21:09:46 +00:00
res_snmp.c Don't reload a configuration file if nothing has changed. 2007-08-16 21:09:46 +00:00
res_speech.c Merged revisions 81406 via svnmerge from 2007-08-31 15:54:32 +00:00