Method | Description | |
---|---|---|
Answer ( string contentType, string body, SIPDialogue answeredDialogue, SIPDialogueTransferModesEnum transferMode ) : SIPDialogue | ||
Answer ( string contentType, string body, string toTag, SIPDialogue answeredDialogue, SIPDialogueTransferModesEnum transferMode ) : SIPDialogue |
An answer on a blind transfer means the remote end of the dialogue being replaced should be re-invited and then the replaced dialogue should be hungup.
|
|
AnswerNonInvite ( SIPResponseStatusCodesEnum answerStatus, string reasonPhrase, string customHeaders, string contentType, string body ) : void | ||
AuthenticateCall ( ) : bool | ||
LoadSIPAccountForIncomingCall ( ) : bool | ||
NoCDR ( ) : void | ||
PendingLegHungup ( ) : void |
Fired when a transfer is pending and the call leg that is going to be bridged hangs up before the transfer completes.
|
|
Progress ( SIPResponseStatusCodesEnum progressStatus, string reasonPhrase, string customHeaders, string progressContentType, string progressBody ) : void | ||
Redirect ( SIPResponseStatusCodesEnum redirectCode, SIPURI redirectURI ) : void | ||
Reject ( SIPResponseStatusCodesEnum failureStatus, string reasonPhrase, string customHeaders ) : void | ||
SIPTransferServerUserAgent ( SIPMonitorLogDelegate logDelegate, BlindTransferDelegate blindTransfer, SIPTransport sipTransport, SIPEndPoint outboundProxy, SIPDialogue dialogueToReplace, SIPDialogue oppositeDialogue, string callDestination, string owner, string adminID ) : System | ||
SetDialPlanContextID ( System.Guid dialPlanContextID ) : void | ||
SetOwner ( string owner, string adminMemberId ) : void | ||
SetTraceDelegate ( SIPTransactionTraceMessageDelegate traceDelegate ) : void |
Method | Description | |
---|---|---|
CreateDummyRequest ( SIPDialogue dialogueToReplace, string callDestination ) : SIPRequest |
public Answer ( string contentType, string body, SIPDialogue answeredDialogue, SIPDialogueTransferModesEnum transferMode ) : SIPDialogue | ||
contentType | string | |
body | string | |
answeredDialogue | SIPDialogue | |
transferMode | SIPDialogueTransferModesEnum | |
return | SIPDialogue |
public Answer ( string contentType, string body, string toTag, SIPDialogue answeredDialogue, SIPDialogueTransferModesEnum transferMode ) : SIPDialogue | ||
contentType | string | |
body | string | |
toTag | string | |
answeredDialogue | SIPDialogue | |
transferMode | SIPDialogueTransferModesEnum | |
return | SIPDialogue |
public AnswerNonInvite ( SIPResponseStatusCodesEnum answerStatus, string reasonPhrase, string customHeaders, string contentType, string body ) : void | ||
answerStatus | SIPResponseStatusCodesEnum | |
reasonPhrase | string | |
customHeaders | string | |
contentType | string | |
body | string | |
return | void |
public LoadSIPAccountForIncomingCall ( ) : bool | ||
return | bool |
public Progress ( SIPResponseStatusCodesEnum progressStatus, string reasonPhrase, string customHeaders, string progressContentType, string progressBody ) : void | ||
progressStatus | SIPResponseStatusCodesEnum | |
reasonPhrase | string | |
customHeaders | string | |
progressContentType | string | |
progressBody | string | |
return | void |
public Redirect ( SIPResponseStatusCodesEnum redirectCode, SIPURI redirectURI ) : void | ||
redirectCode | SIPResponseStatusCodesEnum | |
redirectURI | SIPURI | |
return | void |
public Reject ( SIPResponseStatusCodesEnum failureStatus, string reasonPhrase, string customHeaders ) : void | ||
failureStatus | SIPResponseStatusCodesEnum | |
reasonPhrase | string | |
customHeaders | string | |
return | void |
public SIPTransferServerUserAgent ( SIPMonitorLogDelegate logDelegate, BlindTransferDelegate blindTransfer, SIPTransport sipTransport, SIPEndPoint outboundProxy, SIPDialogue dialogueToReplace, SIPDialogue oppositeDialogue, string callDestination, string owner, string adminID ) : System | ||
logDelegate | SIPMonitorLogDelegate | |
blindTransfer | BlindTransferDelegate | |
sipTransport | SIPTransport | |
outboundProxy | SIPEndPoint | |
dialogueToReplace | SIPDialogue | |
oppositeDialogue | SIPDialogue | |
callDestination | string | |
owner | string | |
adminID | string | |
return | System |
public SetDialPlanContextID ( System.Guid dialPlanContextID ) : void | ||
dialPlanContextID | System.Guid | |
return | void |
public SetOwner ( string owner, string adminMemberId ) : void | ||
owner | string | |
adminMemberId | string | |
return | void |
public SetTraceDelegate ( SIPTransactionTraceMessageDelegate traceDelegate ) : void | ||
traceDelegate | SIPTransactionTraceMessageDelegate | |
return | void |