Controlling the call flow
These methods allow you to modify the call flow on the fly.
- Public Sub SetNextModule(ModuleName As String)
- Public Sub DoTransfer(TransferString As String)
- Public Sub DoHangUp()
- Public Sub SendCallToProject(Source As String, ProjectID As Long)
Syntax
- LVCA.SetNextModule ModuleName
- LVCA.DoTransfer TransferString
- LVCA.DoHangUp
- LVCA.SetInteractionMode Mode
- LVCA.SetAfterAudioTimeout Seconds
- LVCA.SendCallToProject Source, ProjectID
- LVCA.SetNumberOfDTMFDigitsAllowed Count
Arguments
- ModuleName - String - The name of the module in the Project to immediately switch the caller to.
- TransferString -String - The Transfer extension. Example: "&,,100"
- Source - String - The path to a Project or a Database name
- ProjectID - Long - When referencing a file this is zero, if it is a Database project then it is the Project ID