mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Merge res_odbc and res_config
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3186 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
loader.c
2
loader.c
@@ -19,6 +19,7 @@
|
||||
#include <asterisk/module.h>
|
||||
#include <asterisk/options.h>
|
||||
#include <asterisk/config.h>
|
||||
#include <asterisk/config_pvt.h>
|
||||
#include <asterisk/logger.h>
|
||||
#include <asterisk/channel.h>
|
||||
#include <asterisk/term.h>
|
||||
@@ -156,6 +157,7 @@ void ast_module_reload(void)
|
||||
ast_verbose("The previous reload command didn't finish yet\n");
|
||||
return;
|
||||
}
|
||||
read_ast_cust_config();
|
||||
reload_manager();
|
||||
ast_enum_reload();
|
||||
ast_rtp_reload();
|
||||
|
Reference in New Issue
Block a user