ICallCall(String, ActionBoolean, DictionaryString, String) Method

Delegates call hanling to the new call flow started by the new instance of the specified script. The reference to MyCall and subscriptions to the MyCall events are left alive and calling script can continue to perform operations When new call flow is calling Return(Boolean) it is detached from MyCall and then delegate completed is called
Script should use this method only when executed in Active mode.

Definition

Namespace: CallFlow
Assembly: 3CX.CallFlow (in 3CX.CallFlow.dll) Version: 20.0.1
C#
void Call(
	string CallFlow,
	Action<bool> completed,
	Dictionary<string, string> CallerDataOverrides = null
)

Parameters

CallFlow  String
The name of route point
completed  ActionBoolean
Called when call is completed and delivers result
CallerDataOverrides  DictionaryString, String  (Optional)
Called script will use this data insted of the data attached to the connection

See Also