Add ENUM configurable search path

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@946 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-05-01 04:29:25 +00:00
parent b7dcee9370
commit 475fc3de54
5 changed files with 113 additions and 8 deletions

View File

@@ -23,9 +23,9 @@
#include <asterisk/channel.h>
#include <asterisk/term.h>
#include <asterisk/manager.h>
#include <asterisk/enum.h>
#include <dlfcn.h>
#include <asterisk/md5.h>
#define __USE_GNU
#include <pthread.h>
#include "asterisk.h"
#include "astconf.h"
@@ -145,6 +145,7 @@ void ast_module_reload(void)
/* We'll do the logger and manager the favor of calling its reload here first */
reload_manager();
ast_enum_reload();
ast_pthread_mutex_lock(&modlock);
m = module_list;