ActiveConnectionDrop Method

Drop the connection
This action is performed as emulation of the Reject/Drop action on the device. Request to drop call is coming from the server side.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
void Drop(
	PhoneSystemDropRingingAction ringing_action = PhoneSystemDropRingingAction.Terminate
)

Parameters

ringing_action  PhoneSystemDropRingingAction  (Optional)
if connection is in ringing state, desired action can be applied.
In normal flow, when the device is rejecting call, the server applies action according to the response received from the device.
As far as this method effectively the request to cancel call from the server side, server needs to be instructed what is the reason and what is the action should be applied after cancelling the call

Exceptions

OperationFailedcall manager has rejected request
PBXIsNotConnectedNo connection with call manager to perform action

See Also