The Timeout Output Branch

If the Name To User step does not receive caller input before reaching the timeout limit, the script executes the Timeout output branch of the Name To User step, as shown in Figure.

Name To User Step—Timeout and Unsuccessful Output Branches

Configure the Timeout output branch to play back a prompt that informs the caller that the call was unsuccessful. The script plays a good-bye prompt, and then terminates the call.

As shown in SNU.aef script, use the Create Container Prompt step to create a prompt called finalPrompt that the Play Prompt step plays at the end of the script, after which a Terminate step terminates the call.

Configure the Create Container Prompt step in similar fashion to the previous Create Container Prompt step (seeThe True Output Branch), with the exception that you choose finalPrompt as the output prompt of the Create Container Prompt step.

The Goto step, named Bye, sends the script to the Label step named Bye, under which the final sequence of steps conclude the call. (See The Closing Steps of the SNU.aef Script.)