General Features
496
Parameter sip.timer_t1
<y0000000000xx>.cfg
Description It configures the SIP session timer T1 (in seconds).
Permitted
Values
Float from 0.5 to 10
Default
0.5
Web UI
Settings > SIP > SIP Session Timer T1 (0.5~10s)
Parameter sip.timer_t2
<y0000000000xx>.cfg
Description It configures the SIP session timer T2 (in seconds).
Permitted
Values
Float from 2 to 40
Default
4
Web UI
Settings > SIP > SIP Session Timer T2 (2~40s)
Parameter sip.timer_t4
<y0000000000xx>.cfg
Description It configures the SIP session timer T4 (in seconds).
Permitted
Values
Float from 2.5 to 60
Default
5
Web UI
Settings > SIP > SIP Session Timer T4 (2.5~60s)
Session Timer
Session timer allows a periodic refresh of SIP sessions through an UPDATE request, to determine whether a SIP
session is still active. Session timer is specified in
. The phones support two refresher modes: UAC and
UAS. Whether the endpoint functions as a UAC or a UAS depends on the UA that initiates the SIP request. If the ini-
tiator is configured as UAC, the other client or the SIP server will function as a UAS. If the initiator is configured as
UAS, the other client or the SIP server will function as a UAC. The session expiration is negotiated via the Session-
Expires header in the INVITE message. The negotiated refresher is always the UAC and it will send an UPDATE
request at the negotiated session expiration. The value “refresher=uac” included in the UPDATE message means
that the UAC performs the refresh.
Example of UPDATE message (UAC mode):
UPDATE sip:[email protected]:5060 SIP/2.0
Via: SIP/2.0/UDP 10.10.20.32:5060;branch=z9hG4bK2104991394
From: "10111" <sip:[email protected]:5060 > ;tag=2170397024
To: <sip:[email protected]:5060 > ;tag=200382096
Call-ID: [email protected]
CSeq: 2 UPDATE
Contact: <sip:[email protected]:5060 >
Max-Forwards: 70
User-Agent: Yealink SIP-T46G 28.82.0.20
Session-Expires: 90;refresher=uac