ICallSwitchTo Method
Script instance may detach itself from the call processing and ask another script instance to continue.
new script instance will inherit execution context and will use the same Caller data overrides and return point (see
Return(Boolean))
Caller script will be switched to
Wrapup
Script should use this method only when executed in
Active mode.
Namespace: CallFlowAssembly: 3CX.CallFlow (in 3CX.CallFlow.dll) Version: 20.0.1
void SwitchTo(
string CallFlow
)
Parameters
- CallFlow String
- the name of the CallFlow(script) which shoul continue call processing
This method does not return control to the caller script. It either switches processing the new script object or perform
Return(Boolean)(false) on failure.
Calling script can finalize own tasks in
Wrapup mode.