Is it possible to add additional variables to the action attribute in the gather tag?
问题 I have a multi-step Call in function but I want both calls to run through the same script. I'm not sure if it can be achieved by nesting gather tags. First is it possible to nest the gather tags like this? <gather action="page.php?step=1"> <say>Enter ID #</say> <gather action="page.php?step=2"> <say>Pres 1 to do blah blah</say> </gather> </gather> Second is can I add a variable to the action attribute in the <Gather> tag. It doesn't seem to be working for me. 回答1: Twilio Evangelist here. If