Acme Packet (MOSC)

MOSC Banner

What are SIP timers and how are they used?

edited Mar 21, 2013 11:48AM in Acme Packet (MOSC) 4 commentsAnswered

SIP timers define the transaction expiration timers, retransmission intervals when UDP is used as a transport, and the lifetime of dynamic TCP connections. The retransmission and expiration timers correspond to the timers defined in RFC 3261.

init timer: The initial request retransmission interval. It corresponds to Timer T1 in RFC 3261.
This timer is used when sending requests over UDP. If the response is not received within this interval, the request is retransmitted. The retransmission interval is doubled after each retransmission.

max timer: The maximum retransmission interval for non-INVITE requests. It corresponds to Timer T2 in RFC 3261. The retransmission interval is doubled after each retransmission. If the resulting retransmission interval exceeds the max timer, it is set to the max timer value.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center