I have a TwiML which is performing a <Dial>
to a <Queue>
(as described here https://www.twilio.com/docs/api/twiml/queue)
In the url attribute of <Queue>
I put the url to the following TwiML:
<Response>
<Say voice="man" language="en">
Your call will be recorded.
</Say>
<Redirect>
http://my-twilio-powered-website.com/twilio/queue/dequeued/foo/
</Redirect>
</Response>
The <Say>
verb works beautifully, but the <Redirect>
is ignored.
Is that correct? Because according to Docs it's a valid verb in the url of a <Queue>
.
I have no error in the AppMonitor.