PhoneSystemMakeCall(String, DictionaryString, String) Method

send request to system extension.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public void MakeCall(
	string dnNumber,
	Dictionary<string, string> parameters
)

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

Implements

IPhoneSystemMakeCall(String, DictionaryString, String)

Remarks

It is generic method which allows to implement system extension API. Documentation should be provided separately.

See Also