Is there a way to redirect a call in a queue after a certain amount of time?
I know in a Twiml <Dial> you can set a timeout.
Is there any way to do that in <Enqueue> or even <Play> as part of it's waitURL
Right now I'm doing something like this:
<Response>
<Enqueue waitUrl="/wait/" method="GET">
Support
</Enqueue>
</Response>
and my wait URL is:
<Response>
<Play>http://com.twilio.sounds.music.s3.amazonaws.com/MARKOVICHAMP-Borghestral.mp3</Play>
</Response>
I want to redirect the caller to voicemail if he/she has been in the queue for more than 60 seconds.
Twilio evangelist here.
I don't beleive there is a way to set a Timeout attribute on the enqueue verb. I think there are a couple of ways you can approach this:
Hope that helps.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With