ActiveConnectionBargein(String, PBXConnectionBargeInMode) Method

Barge in to the call. Call manager will make a call to all devices attachec to specified DN. Answered connection will barge in to the call of the ActiveConnection

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
void Bargein(
	string dn,
	PBXConnectionBargeInMode mode
)

Parameters

dn  String
destination to make new connection
mode  PBXConnectionBargeInMode
bargein type

Exceptions

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

See Also