mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
AST-2009-005
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@211539 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -424,7 +424,7 @@ static struct ooh323_pvt *ooh323_alloc(int callref, char *callToken)
|
||||
/*
|
||||
Possible data values - peername, exten/peername, exten@ip
|
||||
*/
|
||||
static struct ast_channel *ooh323_request(const char *type, int format,
|
||||
static struct ast_channel *ooh323_request(const char *type, int format, const struct ast_channel *requestor,
|
||||
void *data, int *cause)
|
||||
{
|
||||
struct ast_channel *chan = NULL;
|
||||
@@ -1886,7 +1886,7 @@ int reload_config(int reload)
|
||||
if (gRTPTimeout <= 0)
|
||||
gRTPTimeout = 60;
|
||||
} else if (!strcasecmp(v->name, "tos")) {
|
||||
if (sscanf(v->value, "%i", &format) == 1)
|
||||
if (sscanf(v->value, "%30i", &format) == 1)
|
||||
gTOS = format & 0xff;
|
||||
else if (!strcasecmp(v->value, "lowdelay"))
|
||||
gTOS = IPTOS_LOWDELAY;
|
||||
|
Reference in New Issue
Block a user