Skip to content
Snippets Groups Projects
Commit ff1527de authored by Mark Michelson's avatar Mark Michelson
Browse files

Let's get this to compile


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@108293 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 39cc1b4f
No related branches found
No related tags found
No related merge requests found
...@@ -4185,7 +4185,7 @@ static int sip_call(struct ast_channel *ast, char *dest, int timeout) ...@@ -4185,7 +4185,7 @@ static int sip_call(struct ast_channel *ast, char *dest, int timeout)
/* Initialize auto-congest time */ /* Initialize auto-congest time */
ast_sched_del(sched, p->initid); ast_sched_del(sched, p->initid);
p->initid = ast_sched_add(sched, p->maxtime ? (p->maxtime * 4) : SIP_TRANS_TIMEOUT, auto_congest, p); p->initid = ast_sched_add(sched, p->timer_b, auto_congest, dialog_ref(p));
} }
   
return res; return res;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment