PhoneSystemAttachConnectionData Method

Allows to attach data to the existing connection. The data will be available using AttachedData and indexer of ActiveConnection Ignores all keys which are not started with "public_" prefix.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public bool AttachConnectionData(
	ActiveConnection ac,
	Dictionary<string, string> dataset
)

Parameters

ac  ActiveConnection
active connection where to attach the data
dataset  DictionaryString, String
the dataset

Return Value

Boolean
True, if data was attached, False - if no "public_*" keys are provided

Implements

IPhoneSystemAttachConnectionData(ActiveConnection, DictionaryString, String)

Exceptions

OperationFailedcall manager rejected data
PBXIsNotConnectedNo connection with call manager to perform action

See Also