CtiCallStateManager.TransferCall Method

Definition

Transfers a call using the additional data to pass the nessessary data to the CTI connector.

public:
 virtual bool TransferCall(Guid ctiCallRefCallId, System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ additionalData);
public virtual bool TransferCall (Guid ctiCallRefCallId, System.Collections.Generic.Dictionary<string,string> additionalData);
abstract member TransferCall : Guid * System.Collections.Generic.Dictionary<string, string> -> bool
override this.TransferCall : Guid * System.Collections.Generic.Dictionary<string, string> -> bool
Public Overridable Function TransferCall (ctiCallRefCallId As Guid, additionalData As Dictionary(Of String, String)) As Boolean

Parameters

ctiCallRefCallId
Guid

Specifies the reference Id identifying the root call

additionalData
Dictionary<String,String>

Specifies the additional user defined data that can be passed to the method.

Returns

True if the command was executed successfully, otherwise false.

Implements

Applies to