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.
Namespace: TCX.ConfigurationAssembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
public void ServiceCall(
string serviceName,
Dictionary<string, string> serviceParameters
)
- 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
IPhoneSystemServiceCall(String, DictionaryString, String)