Bug 4377 - Initial round of loader changes

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10084 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2006-02-14 23:08:06 +00:00
parent ff7a90829d
commit f1209276fd
9 changed files with 334 additions and 369 deletions

4
rtp.c
View File

@@ -1871,7 +1871,7 @@ static struct ast_cli_entry cli_debug =
static struct ast_cli_entry cli_no_debug =
{{ "rtp", "no", "debug", NULL } , rtp_no_debug, "Disable RTP debugging", no_debug_usage };
void ast_rtp_reload(void)
int ast_rtp_reload(void)
{
struct ast_config *cfg;
char *s;
@@ -1923,7 +1923,7 @@ void ast_rtp_reload(void)
}
if (option_verbose > 1)
ast_verbose(VERBOSE_PREFIX_2 "RTP Allocating from port range %d -> %d\n", rtpstart, rtpend);
return 0;
}
/*! \brief Initialize the RTP system in Asterisk */