Dialplan
Definition
Encapsulates the entire dial plan to be executed. This is the root tag that contains the rest of the script.
Value
This is the root tag required for all CallFire XML campaigns.
Attributes
Attribute | Required | Values | Description |
---|---|---|---|
name | N | any text | A unique name for the tag |
loggingEnabled | N | true or false | Disable IVR logging. Default is true |
Examples
The following example shows a simple play tag that says hello.
<dialplan name="Root">
<play type="tts" voice="female2">Hello!.</play>
</dialplan>