PhoneSystemInvokeCommand Method

invokes PBX command

Definition

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

Parameters

commandName  String
command defined by PBX
parameters  DictionaryString, String
set of parameters

Implements

IPhoneSystemInvokeCommand(String, DictionaryString, String)

See Also