]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_sip: Fix session timeout on retransmit of non-UDP packets 87/3887/3
authorSteve Davies <steve@one47.co.uk>
Tue, 13 Sep 2016 10:34:47 +0000 (11:34 +0100)
committerRichard Mudgett <rmudgett@digium.com>
Tue, 13 Sep 2016 15:55:16 +0000 (10:55 -0500)
commitc53dcd2c50109e09d3f674eb40377ae921a6a314
tree48a51117484137ffaf64da5748fba806982e3063
parentb1b406cb12ece5ac9435a6b9e15abb1230b7debf
chan_sip: Fix session timeout on retransmit of non-UDP packets

Change-Id I1cd33453c77c56c8e1394cd60a6f17bb61c1d957 Enable Session-Timers for
SIP over TCP (and TLS) also disables SIP retransmits in chan_sip for non-UDP
connections, allowing the TCP layer to handle the retransmits. Unfortunately,
this caused sessions to be terminated with a retransmit timeout becasue it
stopped at the point of the first retrans call.

This patch waits for the 64*T1 timer to expire instead.

ASTERISK-19968

Change-Id: I844f26801aada10bc94e9bebe6e151f0a8443204
channels/chan_sip.c