mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-09 14:36:48 +00:00
Making trunk compile again.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@307752 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1247,6 +1247,7 @@ static int ooh323_indicate(struct ast_channel *ast, int condition, const void *d
|
||||
}
|
||||
p->alertsent = 1;
|
||||
}
|
||||
}
|
||||
break;
|
||||
case AST_CONTROL_SRCUPDATE:
|
||||
ast_rtp_instance_update_source(p->rtp);
|
||||
@@ -4095,7 +4096,7 @@ static int ooh323_set_udptl_peer(struct ast_channel *chan, struct ast_udptl *udp
|
||||
memset(&p->udptlredirip, 0, sizeof(p->udptlredirip));
|
||||
|
||||
ast_mutex_unlock(&p->lock);
|
||||
free(callToken);
|
||||
/* free(callToken); */
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@@ -56,7 +56,7 @@ int ooCreateCallCmdConnection(OOH323CallData* call)
|
||||
|
||||
OOTRACEINFO2("INFO: create cmd connect for call: %lx\n", call);
|
||||
|
||||
call->CmdChanLock = ast_calloc(1, sizeof(ast_mutex_t));
|
||||
call->CmdChanLock = calloc(1, sizeof(ast_mutex_t));
|
||||
ast_mutex_init(call->CmdChanLock);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user