PhoneSystemDivertCall(ActiveConnection, String, Boolean) Method

request to divert incoming call to new destination.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public void DivertCall(
	ActiveConnection connection,
	string destination,
	bool VMBox
)

Parameters

connection  ActiveConnection
ActiveConnection current connection
destination  String
the number which should be dialed by PBX to reach the new destination
VMBox  Boolean
In case if destination points to the Extension then it is possible to redirect call to voicemail box of that extension

Implements

IPhoneSystemDivertCall(ActiveConnection, String, Boolean)

See Also