PBXConnectionTransferCall(Int32, String, String) Method

Note: This API is now obsolete.

Definition

Namespace: TCX.PBXAPI
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
[ObsoleteAttribute("Use PhoneSystem.Root.TransferCall(CallID, dn, number_to)")]
public void TransferCall(
	int CallID,
	string dn,
	string number_to
)

Parameters

CallID  Int32
dn  String
number_to  String

See Also