ICallRouteTo(String, String, Int32) Method

Awaitable version of RouteTo(String, String, Int32, ActionBoolean)
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#
Task<bool> RouteTo(
	string destination,
	string nameaddr,
	int timeout_seconds
)

Parameters

destination  String
 
nameaddr  String
 
timeout_seconds  Int32
 

Return Value

TaskBoolean

See Also