I am currently working on user interactive Twilio TwiLM. Here is my TwiLM and when it times out, it just hung up the call. I am not even sure if that is possible in Twilio, but can I keep it repeat to call the action (URL) over and over when it times out.
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Gather numDigits="1" timeout="10" action="twilio_handler.php">
<Say voice="alice">Please press 1 to continue</Say>
</Gather>
</Response>
Thanks.