asterisk/addons
Corey Farrell 572a508ef2 loader: Convert reload_classes to built-in modules.
* acl (named_acl.c)
* cdr
* cel
* ccss
* dnsmgr
* dsp
* enum
* extconfig (config.c)
* features
* http
* indications
* logger
* manager
* plc
* sounds
* udptl

These modules are now loaded at appropriate time by the module loader.
Unlike loadable modules these use AST_MODULE_LOAD_FAILURE on error so
the module loader will abort startup on failure of these modules.

Some of these modules are still initialized or shutdown from outside the
module loader.  logger.c is initialized very early and shutdown very
late, manager.c is initialized by the module loader but is shutdown by
the Asterisk core (too much uses it without holding references).

Change-Id: I371a9a45064f20026c492623ea8062d02a1ab97f
2018-03-14 05:20:12 -04:00
..
ooh323c General: Avoid implicit conversion to char when changes value to negative. 2018-01-06 22:12:40 +01:00
.gitignore Add .gitignore and .gitreview files 2015-04-11 19:43:43 -06:00
Makefile format_mp3: Re-work menuselect/build issues 2017-05-30 10:57:03 -04:00
app_mysql.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
cdr_mysql.c loader: Convert reload_classes to built-in modules. 2018-03-14 05:20:12 -04:00
chan_mobile.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
chan_ooh323.c loader: Convert reload_classes to built-in modules. 2018-03-14 05:20:12 -04:00
chan_ooh323.h Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
format_mp3.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
ooh323cDriver.c Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
ooh323cDriver.h ooh323cDriver: Fix typo in header guard. 2018-01-05 13:19:36 +01:00
res_config_mysql.c loader: Convert reload_classes to built-in modules. 2018-03-14 05:20:12 -04:00