PhoneSystemDivertCall(Int32, String, String, Boolean) Method

request to divert ringing call to new destination. (replace current destination with new one)

Definition

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

Parameters

CallID  Int32
CallID on PBX (see ActiveConnection)
dn  String
Specifies the current location of ringing call (Number)
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(Int32, String, String, Boolean)

See Also