mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Don't autodestruct on semi-ack. We'll add it as we need it case-by-case.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2903 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -656,8 +656,6 @@ static int __sip_semi_ack(struct sip_pvt *p, int seqno, int resp)
|
||||
if (cur->retransid > -1)
|
||||
ast_sched_del(sched, cur->retransid);
|
||||
cur->retransid = -1;
|
||||
/* Schedule destruction in 15000ms just in case */
|
||||
sip_scheddestroy(p, 15000);
|
||||
res = 0;
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user