Voice: Dial DTMF

This node is used to push phone numbers for tone dialling in a voice flow. The number to be dialled can sourced dynamically within the flow in multiple ways such as collecting it directly from the user or fetching from a database etc.

The options of DTMF node are:

Node OptionsDescription
DIALDTMF SETTINGSThese options are used to configure DTMF number.
TIMER SETTINGSTimer options helps you configure the time-out upon which the control is passed to the selected node.
NODE EVENTSNode options helps you configure the events that you want to trigger on this node.

DIALDTMF SETTINGS


The dial dtmf settings screen allows you to configure DTMF value from the drop-down. You can select a session variable or define static variable.

TIMER SETTINGS


The timer settings screen allows you to configure the time-out upon which the control is passed to the selected node.

670

Type

Description

call

This option helps you terminate the flow from this node after the specified time-out seconds. To enter the time in seconds, follow these steps:

  1. Select call from the Type drop-down.

  2. Select static variable from the Value (in secs) drop-down.

  3. Enter the value in seconds.

  4. Click + icon to add other fields.

menu

This option helps you terminate a menu after the specified time-out seconds. To enter time in seconds, follow these steps:

  1. Select menu from the Type drop-down.

  2. Select static variable from the Value (in secs) drop-down.

  3. Enter the value in seconds.

dtmf

This option helps you terminate a dtmf after the specified time-out seconds. To enter time in seconds, follow these steps:

  1. Select menu from the Type drop-down.

  2. Select static variable from the Value (in secs) drop-down.

  3. Enter the value in seconds.

NODE EVENTS


The node events allows you to configure the events that you want to trigger on this node.

671
Event NameDescription
ondialcompleteThis event is triggered when the number is dialled.
onnoinputThis event is triggered when an input is not provided.
This event is not supported when dtmf is selected in TIMER SETTINGS.

Properties / Params configuration

Properties

PropertyDescription
LabelThe name of the node represented as a string.
A node can be renamed by changing the contents of the Label field.

Params

ParameterDescription
Session DataThe Session Data shortcut leads to the Session Data / Custom Logs configuration.Session Data can set one or more Session Params upon entering or leaving the node.Custom Logs can record one or more Session Params upon entering or leaving the node. This is useful for debugging purposes.