PhoneSystemListen Method

Note: This API is now obsolete.
request to listen call

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
[ObsoleteAttribute("Use BargeinCall(dn, ActiveConnection, BargeInMode.Listen) instead")]
public void Listen(
	int CallID,
	string dn
)

Parameters

CallID  Int32
CallID on PBX (CallID)
dn  String
identifies new participant who should start to listen the call.(see Number)

Implements

IPhoneSystemListen(Int32, String)

See Also