Skip to content
Snippets Groups Projects
  • Corey Farrell's avatar
    572a508e
    loader: Convert reload_classes to built-in modules. · 572a508e
    Corey Farrell authored
    * 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
    572a508e
    History
    loader: Convert reload_classes to built-in modules.
    Corey Farrell authored
    * 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