PhoneSystemTransferCall(ActiveConnection, 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(
	ActiveConnection transferrer,
	string number_to
)

Parameters

transferrer  ActiveConnection
Specifies the participant (ActiveConnection) 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(ActiveConnection, 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.
This method allows to replace participant even if both are bound to the same DN. For example if both praticipants are external and connected through the same line(trunk)

See Also