Property | Type | Description | |
---|---|---|---|
AckRetransmits | int | ||
CDR | |||
CompletedAt | System.DateTime | ||
Created | System.DateTime | ||
DeliveryFailed | bool | ||
DeliveryPending | bool | ||
InitialTransmit | System.DateTime | ||
LastTransmit | System.DateTime | ||
LocalSIPEndPoint | |||
OutboundProxy | |||
RemoteEndPoint | |||
Retransmits | int | ||
TimedOutAt | System.DateTime | ||
TransactionType | SIPTransactionTypesEnum | ||
TransactionsCreated | System.Int64 | ||
TransactionsDestroyed | System.Int64 |
Property | Type | Description | |
---|---|---|---|
logger | log4net.ILog | ||
m_ackRequest | |||
m_ackRequestIPEndPoint | |||
m_branchId | string | ||
m_callId | string | ||
m_localTag | string | ||
m_maxRingTime | int | ||
m_remoteTag | string | ||
m_t1 | int | ||
m_t6 | int | ||
m_transactionFinalResponse | |||
m_transactionRequest |
Method | Description | |
---|---|---|
ACKReceived ( |
||
FireTransactionRemoved ( ) : void | ||
FireTransactionTimedOut ( ) : void | ||
GetRequestTransactionId ( string branchId, SIPMethodsEnum method ) : string | ||
GotRequest ( |
||
GotResponse ( |
||
RequestRetransmit ( ) : void | ||
ResendAckRequest ( ) : void | ||
RetransmitFinalResponse ( ) : void | ||
SendFinalResponse ( |
||
SendInformationalResponse ( |
||
SendReliableRequest ( ) : void | ||
SendRequest ( |
||
SendRequest ( |
Method | Description | |
---|---|---|
Cancel ( ) : void | ||
GetInfoResponse ( |
||
SIPTransaction ( |
Creates a new SIP transaction and adds it to the list of in progress transactions.
|
Method | Description | |
---|---|---|
FireTransactionStateChangedEvent ( ) : void | ||
FireTransactionTraceMessage ( string message ) : void | ||
RemoveEventHandlers ( ) : void | ||
ResponseRetransmit ( ) : void | ||
UpdateTransactionState ( SIPTransactionStatesEnum transactionState ) : void |
public ACKReceived ( |
||
localSIPEndPoint | ||
remoteEndPoint | ||
sipRequest | ||
return | void |
protected GetInfoResponse ( |
||
sipRequest | ||
sipResponseCode | SIPResponseStatusCodesEnum | |
return |
public static GetRequestTransactionId ( string branchId, SIPMethodsEnum method ) : string | ||
branchId | string | |
method | SIPMethodsEnum | |
return | string |
public GotRequest ( |
||
localSIPEndPoint | ||
remoteEndPoint | ||
sipRequest | ||
return | void |
public GotResponse ( |
||
localSIPEndPoint | ||
remoteEndPoint | ||
sipResponse | ||
return | void |
protected SIPTransaction ( |
||
sipTransport | The SIP Transport layer that is to be used with the transaction. | |
transactionRequest | The SIP Request on which the transaction is based. | |
dstEndPoint | The socket the at the remote end of the transaction and which transaction messages will be sent to. | |
localSIPEndPoint | The socket that should be used as the send from socket for communications on this transaction. Typically this will /// be the socket the initial request was received on. | |
outboundProxy | ||
return | NUnit.Framework |
public SendFinalResponse ( |
||
finalResponse | ||
return | void |
public SendInformationalResponse ( |
||
sipResponse | ||
return | void |
public SendRequest ( |
||
dstEndPoint | ||
sipRequest | ||
return | void |
public SendRequest ( |
||
sipRequest | ||
return | void |
public SIPEndPoint,SIPSorcery.SIP LocalSIPEndPoint | ||
return |
public SIPEndPoint,SIPSorcery.SIP RemoteEndPoint | ||
return |
public SIPTransactionTypesEnum TransactionType | ||
return | SIPTransactionTypesEnum |
public Int64,System TransactionsDestroyed | ||
return | System.Int64 |
protected SIPRequest,SIPSorcery.SIP m_ackRequest | ||
return |
protected SIPEndPoint,SIPSorcery.SIP m_ackRequestIPEndPoint | ||
return |
protected SIPResponse,SIPSorcery.SIP m_transactionFinalResponse | ||
return |