PhoneSystemMakeCall(String, DictionaryString, String) Method
send request to system extension.
Namespace: TCX.ConfigurationAssembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
public void MakeCall(
string dnNumber,
Dictionary<string, string> parameters
)
- dnNumber String
- System extension Number
- parameters DictionaryString, String
- dictionary of parameters. System extension will receive set of key value pairs and perform requested action
IPhoneSystemMakeCall(String, DictionaryString, String)
It is generic method which allows to implement system extension API.
Documentation should be provided separately.