Make RTP ports configurable

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1026 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-05-16 02:50:46 +00:00
parent f345e8a77c
commit b0760f8006
6 changed files with 74 additions and 3 deletions

View File

@@ -24,6 +24,7 @@
#include <asterisk/term.h>
#include <asterisk/manager.h>
#include <asterisk/enum.h>
#include <asterisk/rtp.h>
#include <dlfcn.h>
#include <asterisk/md5.h>
#include <pthread.h>
@@ -146,6 +147,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_rtp_reload();
time(&ast_lastreloadtime);
ast_pthread_mutex_lock(&modlock);