Class SIPTimings
Inheritance
System.Object
SIPTimings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SIPSorcery.SIP
Assembly: SIPSorcery.dll
Syntax
public static class SIPTimings
Fields
| Improve this Doc View SourceMAX_RING_TIME
The number of milliseconds a transaction can stay in the proceeding state (i.e. an INVITE will ring for) before the call is given up and timed out.
Declaration
public static int MAX_RING_TIME
Field Value
Type | Description |
---|---|
System.Int32 |
T1
Value of the SIP defined timer T1 in milliseconds and is the time for the first retransmit. Should not need to be adjusted in normal circumstances.
Declaration
public static int T1
Field Value
Type | Description |
---|---|
System.Int32 |
T2
Value of the SIP defined timer T2 in milliseconds and is the maximum time between retransmits. Should not need to be adjusted in normal circumstances.
Declaration
public static int T2
Field Value
Type | Description |
---|---|
System.Int32 |
T6
Value of the SIP defined timer T6 in milliseconds and is the period after which a transaction has timed out. Should not need to be adjusted in normal circumstances.
Declaration
public static int T6
Field Value
Type | Description |
---|---|
System.Int32 |