PhoneSystemMakeCall(RegistrarRecord, String) Method

Initiates call from the specific device. Depending on the device capabilities call will be initiated uaCSTA connection, 3CXDirectCallControl (for 3CX clients) or using MakeCall service which will make a call to the device and then transfer call to requiested destination

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public void MakeCall(
	RegistrarRecord from_device,
	string destination
)

Parameters

from_device  RegistrarRecord
device registrar record
destination  String
destination number

Implements

IPhoneSystemMakeCall(RegistrarRecord, String)

Exceptions

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

See Also