3CX Configuration and Call Control API v4.0.0.0 (v20)
C#
Show/Hide TOC
Script
Base
T
Start Method
Start of the script. Script can be called or executed as a part of call flow. Script is ended when:
1. Call is terminated.
2.
SwitchTo(String)
- continues call without return to this script
3. Call to
Return(Boolean)
return will calls the action last registered in the stack by
Call(String, Action
Boolean
, Dictionary
String, String
)
Pay attention that when
RouteTo(String, String, Int32, Action
Boolean
)
is answered then flow will be terminated.
Definition
Namespace:
CallFlow
Assembly:
3CX.CallFlow.ScriptingHost (in 3CX.CallFlow.ScriptingHost.dll) Version: 20.0.1
C#
Copy
public
abstract
void
Start
()
Implements
ICallHandler
Start
See Also
Reference
ScriptBase
T
Class
CallFlow Namespace
In This Article
Definition
See Also