ICallRouteTo(String, String, Int32, ActionBoolean) Method
Reroute call to the new destination.
script should use this method only when executed in
Active mode.
Namespace: CallFlowAssembly: 3CX.CallFlow (in 3CX.CallFlow.dll) Version: 20.0.1
void RouteTo(
string destination,
string nameaddr,
int timeout_seconds,
Action<bool> completed
)
Parameters
- destination String
- destination number or device contact
- nameaddr String
- sip uri which should be shown to the route destination. can be used to specify display name for ringing call
- timeout_seconds Int32
- Route timeout. The route will be cancelled if not answered during this period of time
- completed ActionBoolean
- added to provide routing result. At the moment called only in case if route has failed