PhoneSystemServiceCall Method

Call to PBX service. It is generic method with allows to request service from system extensions such as conference extension, PlayFile, RecordFile etc.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public void ServiceCall(
	string serviceName,
	Dictionary<string, string> serviceParameters
)

Parameters

serviceName  String
Service name or system extension
serviceParameters  DictionaryString, String
dictionary of parameters. System extension will receive set of key-value pairs and perform requested action

Implements

IPhoneSystemServiceCall(String, DictionaryString, String)

Exceptions

OperationFailedcall manager has rejected request
PBXIsNotConnectedcall manager connection is not available

See Also