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>
Check that your are returning the proper MIME type.
https://www.twilio.com/docs/voice/twiml#twilio-understands-mime-types