The Play Prompt Step
Continue the Successful output branch of the Place Call step by dragging a Play Prompt step from the Media palette to the Successful icon under the Place Call step under the True icon under the If step in the Design pane.
Then configure the On Exception Goto step to play back a prompt informing the original caller that the outgoing call was a success.
The Increment step then increments the value of the i variable by 1, after which a Goto step sends the script back to the Label named Call Loop, located above the If step (seeFigure).
The script loops in this way until the value of the i variable is equal to the value of the numCalls variable, after which the False output branch of the If step executes, the Terminate step terminates the call, and an End step ends the script. (SeeThe If Step.)