Skip to content
Snippets Groups Projects
  • Corey Farrell's avatar
    79f111e1
    Prevent unload of modules which implement an Optional API. · 79f111e1
    Corey Farrell authored
    Once an Optional API module is loaded it should stay loaded.  Unloading
    an optional API module runs the risk of a crash if something else is
    using it.  This patch causes all optional API providers to tell the
    module loader not to unload except at shutdown.
    
    ASTERISK-27389
    
    Change-Id: Ia07786fe655681aec49cc8d3d96e06483b11f5e6
    79f111e1
    History
    Prevent unload of modules which implement an Optional API.
    Corey Farrell authored
    Once an Optional API module is loaded it should stay loaded.  Unloading
    an optional API module runs the risk of a crash if something else is
    using it.  This patch causes all optional API providers to tell the
    module loader not to unload except at shutdown.
    
    ASTERISK-27389
    
    Change-Id: Ia07786fe655681aec49cc8d3d96e06483b11f5e6