Skip to content
Snippets Groups Projects
  • Corey Farrell's avatar
    a164b7cc
    loader: Correct overly strict startup checks. · a164b7cc
    Corey Farrell authored
    The code which handled loading modules had too many situations which
    would result in halting Asterisk startup.  Treat most errors as declines
    instead of failures.  The exception is when the module load function
    returns AST_MODULE_LOAD_FAILURE or an invalid code.
    
    Clear the missingdeps vector when appropriate to ensure the next loop
    starts clean.
    
    ASTERISK-27620
    
    Change-Id: I45547d9641fd45bd86d80250224417625631ad84
    a164b7cc
    History
    loader: Correct overly strict startup checks.
    Corey Farrell authored
    The code which handled loading modules had too many situations which
    would result in halting Asterisk startup.  Treat most errors as declines
    instead of failures.  The exception is when the module load function
    returns AST_MODULE_LOAD_FAILURE or an invalid code.
    
    Clear the missingdeps vector when appropriate to ensure the next loop
    starts clean.
    
    ASTERISK-27620
    
    Change-Id: I45547d9641fd45bd86d80250224417625631ad84