Enum SIPTransactionStatesEnum
Namespace: SIPSorcery.SIP
Assembly: SIPSorcery.dll
Syntax
public enum SIPTransactionStatesEnum
Fields
Name | Description |
---|---|
Calling | |
Cancelled | This state is not in the SIP RFC but is deemed the most practical way to record that an INVITE has been cancelled. Other states will have ramifications for the transaction lifetime. |
Completed | |
Confirmed | |
Proceeding | |
Terminated | |
Trying |