Enum TransactionTerminationReasonEnum
Enumeration of the reasons that a transaction was terminated
Namespace: SipLib.Transactions
Assembly: SipLib.dll
Syntax
public enum TransactionTerminationReasonEnum
Fields
Name | Description |
---|---|
AckToFinalResponseNotReceived | For server INVITE transactions. Indicates that the server sent a 300 - 699 final response code to the client, but the client never sent an ACK request. |
CancelRequestFailed | Used for client INVITE requests. An client INVITE request was sent. Then the client sent a client CANCEL but the CANCEL transaction failed so the original client INVITE transaction was forcefully terminated by the transaction manager. |
ConnectionFailure | A connection failure for a TCP or TLS connection was detected. Does not apply to a UDP. |
FinalResponseReceived | A final response code (300 - 699) was received |
NoFinalResponseReceived | For client non-INVITE transactions, an interim response was received but a final response was never received. |
NoResponseReceived | No response was received for the request. |
OkReceived | A 200 OK or other 2XX response was received |