PhoneSystemMakeCall(String, String) Method

legacy form of the request to make call.
added only for backward compatibility with software which relies on the legacy behavior of MakeCall service.

Definition

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

Parameters

from_number  String
MakeCall service makes connection with specified this number
number_to  String
when from_number has answered, MakeCall service will transfer call to this number

Implements

IPhoneSystemMakeCall(String, String)

Remarks

If request is not accepted by CallManager or CallManager is not connected - exception is thrown

Exceptions

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

See Also