Skip to content

Instantly share code, notes, and snippets.

@chrismatthieu
Created February 11, 2010 09:38
Show Gist options
  • Save chrismatthieu/301360 to your computer and use it in GitHub Desktop.
Save chrismatthieu/301360 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<phoneml>
<play>http://acme.com/jingle.mp3</play>
<speak>Thanks for calling Acme Labs. Press 1 or say sales to be transferred
to Sales or press 2 or say support to be transferred to Technical Support
otherwise stay on the call to speak with our Operator</speak>
<input options="1,2,sales,support">http://acme.com/transfer</input>
<speak>Transferring to Operator</speak>
<transfer>602-555-1234</transfer>
</phoneml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment