PhoneSystemBargeinCall(String, ActiveConnection, PBXConnectionBargeInMode) Method

request to barge in to the call

Definition

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

Parameters

dn  String
identifies new participant who should barge in to the call.(see Number)
connection  ActiveConnection
identifies the call where to barge in and participant of Whisper mode
mode  PBXConnectionBargeInMode
Barge in mode as specified by PBXConnectionBargeInMode

Implements

IPhoneSystemBargeinCall(String, ActiveConnection, PBXConnectionBargeInMode)

Remarks

This method calls all active devices of the specified DN. Method BargeinCall(String, ActiveConnection, PBXConnectionBargeInMode, String) allogs to select specific device

See Also