Skip to content

Instantly share code, notes, and snippets.

@yosemitebandit
Created March 22, 2012 15:36
Show Gist options
  • Save yosemitebandit/2159070 to your computer and use it in GitHub Desktop.
Save yosemitebandit/2159070 to your computer and use it in GitHub Desktop.
twiml response that is failing with "Error 11100 - Invalid play URL"
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Say>Hello. This form is called nother-form. First question.</Say>
<Play>https://ivrhub_prompts_akiajf7vh6epo5gc7eia.s3.amazonaws.com/kvv27g7m4eknsqv2nnudqpge.mp3</Play>
<Gather />
</Response>
@yosemitebandit
Copy link
Author

Underscores are not valid in URLs, that was the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment