Dial

The Dial action allows you to call a specified phone line.

A Dial action on a blank board

The Dial action could be used:

  • Following an Inbound API trigger to play a voice notification after a change in an integrated system.

  • Following a Sentiment action to call an agent if negative feedback is received.

 

The functionality of the Dial action is very similar to the Transfer action, though there are a few subtle differences to keep in mind:

  • Transfer has transfer/whisper audio capability.

  • Dial initiates a new voice channel, but Transfer merges a new voice channel with the existing flow channel.

 

Available Variables

Available Variables are placeholders for information that are automatically determined based on the contents of your flow. For example, if your flow begins with an Inbound Call trigger, the caller’s phone number is stored as a $ANI variable. You can include sending a follow up SMS to the caller later in your flow by including the $ANI variable in the Send SMS action Inputs.

You can drag and drop the variables displayed in this section into the Inputs and Advanced fields.

Check out How to Use Variables in SmartFlows for more information.

 

Inputs

Input Name Description
# To Dial* The number to be called. *This is a required field.
Send DTMF After Answer

Include known DTMF (e.g., extension for a specific department or meeting code for a conference call) needed to progress to the subsequent step in the flow.

Note: This field is limited to 32 digits and any commas are interpreted as a one second pause.

Specify From #* Use the magnifying glass icon to choose the appropriate number from your inventory. *This is a required field.
Timeout (Sec) If the call is not answered by the time interval specified, it will follow the “No Answer” course of the flow (see the Action section below). The default value is 45 seconds.
VM Detection Use this check box to detect a voicemail box. Subsequent actions can be enabled based on the detection of a voicemail box via the “On Voice Message” course of the flow (see the Action section below). If this box is not checked, your flow will not listen to detect a voicemail box.

 

Advanced

Include advanced SIP User to User Information (UUI) options as needed for your flow.

Input Name Description
UUI Encoding Supported encoding methods for UUI SIP header.
UUI Header Add additional unique identifiers in the SIP request when transferring a call.

 

Action

Each Dial action includes four exit ports corresponding to the following call outcomes:

  • On Answer: The course of the flow if the call is answered (port 1)

  • No Answer: The course of the flow if the call is not answered by the time defined in the Timeout input, and the recipient has not set up their voicemail (port 2)

  • On User Busy: The course of the flow if the called number is busy (port 3)

  • On Voice Message: The course of the flow if the call reaches voicemail or is ignored (port 4)

Note: The VM Detection input must be checked in order to recognize that a voicemail box is present for the "On Voice Message" exit port.

An action must be connected to each of the four exit ports to deploy your flow and the port order cannot be rearranged.