Created
February 11, 2010 09:38
-
-
Save chrismatthieu/301360 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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