asterisk/cdr
George Joseph 747beb1ed1 modules: change module LOAD_FAILUREs to LOAD_DECLINES
In all non-pbx modules, AST_MODULE_LOAD_FAILURE has been changed
to AST_MODULE_LOAD_DECLINE.  This prevents asterisk from exiting
if a module can't be loaded.  If the user wishes to retain the
FAILURE behavior for a specific module, they can use the "require"
or "preload-require" keyword in modules.conf.

A new API was added to logger: ast_is_logger_initialized().  This
allows asterisk.c/check_init() to print to the error log once the
logger subsystem is ready instead of just to stdout.  If something
does fail before the logger is initialized, we now print to stderr
instead of stdout.

Change-Id: I5f4b50623d9b5a6cb7c5624a8c5c1274c13b2b25
2017-04-12 15:57:21 -06:00
..
Makefile Doxygen Updates - Title update 2012-10-14 21:46:45 +00:00
cdr_adaptive_odbc.c Remove ASTERISK_REGISTER_FILE. 2016-10-27 09:53:55 -04:00
cdr_csv.c Remove ASTERISK_REGISTER_FILE. 2016-10-27 09:53:55 -04:00
cdr_custom.c modules: change module LOAD_FAILUREs to LOAD_DECLINES 2017-04-12 15:57:21 -06:00
cdr_manager.c Remove ASTERISK_REGISTER_FILE. 2016-10-27 09:53:55 -04:00
cdr_odbc.c Remove ASTERISK_REGISTER_FILE. 2016-10-27 09:53:55 -04:00
cdr_pgsql.c cdr_pgsql: Fix buffer overflow calling libpq 2017-03-30 17:48:42 -05:00
cdr_radius.c Add support for building RADIUS with radcli 2016-11-14 19:40:03 +02:00
cdr_sqlite.c Remove ASTERISK_REGISTER_FILE. 2016-10-27 09:53:55 -04:00
cdr_sqlite3_custom.c Remove ASTERISK_REGISTER_FILE. 2016-10-27 09:53:55 -04:00
cdr_syslog.c Remove ASTERISK_REGISTER_FILE. 2016-10-27 09:53:55 -04:00
cdr_tds.c Remove ASTERISK_REGISTER_FILE. 2016-10-27 09:53:55 -04:00