PhoneSystemGetGlobalParams Method

Returns global parameters of PBX. like IP/ports/network interfaces etc.
MUST not be used by third party applications.

Definition

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

Return Value

DictionaryString, String
Dictionary containing all global parameters defined for the instance

Implements

IPhoneSystemGetGlobalParams

See Also