I'd like to have a user make a series of calls in sequence (not simultaneously). The preferred interaction would be:
<say>Connecting now. Press # to continue to the next call</say>
[dials a number]
[gathers # keypress and dials next number]
...
<say>Thanks</say>
Is this possible? Or do I need to use the dial action
parameter to call the user back with the next call when they hangup?