PhoneSystemDropCall(ActiveConnection, PhoneSystemDropRingingAction) 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(
	ActiveConnection ac,
	PhoneSystemDropRingingAction ringing_action
)

Parameters

ac  ActiveConnection
the ActiveConnection which should be terminated
ringing_action  PhoneSystemDropRingingAction
if connection is ringing state, the cancelled conection should be processed as specified response from the device

Implements

IPhoneSystemDropCall(ActiveConnection, PhoneSystemDropRingingAction)

See Also