PhoneSystemDropCall(Int32, String) Method

request to disconnect participant from a call.

Definition

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

Parameters

CallID  Int32
CallID on PBX (see ActiveConnection)
dn  String
Participant of call who should be disconnected (see Number)

Implements

IPhoneSystemDropCall(Int32, String)

See Also