sip { 3gpp-d sec | 3gpp-t1 msec | 3gpp-t2 sec | 3gpp-t4 sec | d sec | invite-expiry sec | t1 msec | t2 sec | t4 sec }
Sets transaction and
expiry timers for SIP.
3gpp-d sec: This
time is used to control the retransmission of 200OK messages to
INVITEs after an ACK is sent. The ACK transaction is cleared after
this period. This timer is applicable only for unreliable transport.
sec must
be an integer from 0 to 2147483646.
Default: 64*T1
(128 seconds, recommended minimum)
3gpp-t1 msec: This
timer is used to control the time interval between each retransmission.
The interval doubles after each retransmission. This is used by
P-CSCF/A-BG only when it sending message toward the UE. Example:
T1, 2T1, 4T2, etc. This timer is applicable only for unreliable
transport.
msec must
be an integer from 0 to 2147483646.
Default: 2000 ms (2
secs, recommended minimum).
3gpp-t2 sec: This
timer is used to control the period for which the request continues
to get retransmitted. This is used by P-CSCF/A-BG only
when it sending message toward the UE. This timer is applicable
both for reliable and unreliable transport.
sec must
be an integer from 0 to 2147483646.
Default: 16 seconds
(recommended minimum).
3gpp-t4 sec: This
timer is used to control the period for which the final response
to non-invite transaction should be buffered. The buffered response
for the retransmitted non-invite request should be sent within that
interval. This timer is applicable only for unreliable transport.
sec must
be an integer from 0 to 2147483646.
Default: 17 seconds
(recommended minimum).
d sec: This
time is used to control the retransmission of 200 OK to INVITE after
ACK is sent. The ACK transaction will be cleared after this interval.
This timer is applicable only for unreliable transport.
sec must
be an integer from 0 to 2147483646.
Default: 64*T1
(32 seconds, recommended minimum)
invite-expiry sec: This
timer is used by SIP while acting as UA Role and no final response
is received for the INVITE request sent. This timer is applicable
for both reliable and unreliable transport.
sec must
be an integer from 0 to 2147483646.
Default: 100 seconds
(recommended minimum).
t1 msec: Specifies
the time interval (in milliseconds) between each retransmission.
The interval doubles after each retransmission, for example: T1,
2T1, 4T2, etc. This timer is applicable only for unreliable transport.
msec must
be an integer from 0 to 2147483646.
Default: 500 milliseconds
(recommended minimum).
t2 sec: This
timer is used to control the period for which the request keeps
getting retransmitted. This timer is applicable both for reliable
and unreliable transport.
sec must
be an integer from 0 to 2147483646. The recommended minimum value
for this parameter is 4 seconds.
Default: 64*T1
(32 seconds)
t4 sec: This
timer is used to control the period for which the final response
to non-invite transaction should be buffered so as to send the buffered
response for the retransmitted non-invite request within that interval.
This timer is applicable only for unreliable transport.
sec must
be an integer from 0 to 2147483646.
Default: 5 seconds
(recommended minimum).