PhoneSystemTransferCall(Int32, String, String) Method

request to transfer established call. (replace participant of the call)

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public void TransferCall(
	int CallID,
	string dn,
	string number_to
)

Parameters

CallID  Int32
CallID on PBX (see ActiveConnection)
dn  String
Specifies the participant (Number) who will be replaced by new one (by dialing to number_to)
number_to  String
The number which should be dialed by PBX to reach the new participant

Implements

IPhoneSystemTransferCall(Int32, String, String)

Remarks

In some very specific call scenarious it may be useful to set dn to point to ExternalLine participant of the call In that case external participant of the call will be replaced with new one

See Also