Severity
Minor
Versions
Git
Components/Modules
app_reload
Operating Environment
N/A
Frequency of Occurrence
Constant
Issue Description
Calling Reload() without any arguments is supposed to reload everything (equivalent to a 'core reload'), but actually does nothing. This is because it was calling ast_module_reload with an empty string, and the argument needs to explicitly be NULL.
Relevant log output
Asterisk Issue Guidelines