This is such a basic thing and I remember i have had it working before. Not sure what im missing but redirect tag doesn't seem to be working and instead i hear the url played out in test to speech. Below is my response XML. I hear "this is a test" and then I hear " h t t p colon slash slash some url". Any idea why is being ignored and plays out as text to speech instead? Thanks.
<Response>
<Say voice="man" language="en">
This is a test.
</Say>
<Redirect>
http://SomeURL
</Redirect>
</Response>
Well.. according to the docs of TwiML you are redirecting to TwiML at a different url. TwiML is the Twilio language to handle responses.
Below is pasted from the docs.
So the redirect should receive some valid TwiML.