This section describes how the worked example call flow handles calls.
Procedure #
- An inbound call arrives.
- If the option to play an emergency announcement is enabled (Check Option node:On branch), call flow proceeds to the Play Announcement node, the audio file is played to the caller and then call flow proceeds to the DTMF Menu node.If the option to play an emergency announcement is disabled (Check Option node:Off branch), call flow proceeds directly to the DTMF Menu node.
- An audio file for the DTMF menu is played. If the caller presses 1, the Sales branch is taken and the call flow proceeds to the Join Sales Queue node. If the caller presses 2 or any other key, the call flow proceeds to the Join Customer Services Queue node.
- For either queue:
- If the call is connected to an agent, call flow proceeds to the Connected To Agent node
- If the queue limit is reached, call flow proceeds to the End Call node
- If the caller presses a DTMF key to escape the queue, call flow proceeds to the Connected To Agent node.