Switch Voice Application
If you hadn't yet read the intro part of this section, please click here to read it first.
Description
This module provides the developer a simple way to switch the currently active call from the currently running voice application to a different one.
Workflow
This module may be executed at any point of a scenario.
Scenario Example

Parameters
Parameter | Description |
---|---|
Connection | The Voice Application Connection to be used for the query. |
Token | The Cloudonix session token to store the information in. |
Voice Application Target | See Below. |
Additional Data | An array of key/value pairs, to be passed to the new Voice Application as part of the request data. |
Voice Application Targets
This Voice Application
Voice application control is returned to the current voice application, with potential additional data.
Attached or Detached Voice Application
Voice application control is passed to a new voice application that was previsouly built with Make.com.
Custom Voice Application Endpoint
Voice application control is passed to the URL designated in the Endpoint
parameter.
Embedded CXML
Voice application control is passed to the CXML document, provided via the CXML Script
parameter.
Advanced Mode
Available when selecting the Custom Voice Application Endpoint
options:
Parameter | Description |
---|---|
Endpoint HTTP Method | What HTTP method to use POST or GET . (Default: POST ) |