Last active
January 13, 2016 20:11
-
-
Save dtolb/3ea89ff9f81fc40d5559 to your computer and use it in GitHub Desktop.
Example_BXML_Jen
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
<Response> | |
<SpeakSentence gender="male" locale="en_US" voice="paul">Hi thanks for calling, yo</SpeakSentence> | |
<Transfer transferCallerId="+19842210247"> | |
<PhoneNumber>+19197891146</PhoneNumber> | |
<PhoneNumber>+19193685336</PhoneNumber> | |
<PhoneNumber>+19196373692</PhoneNumber> | |
<SpeakSentence gender="male" locale="en_US" voice="paul">Some is calling you that thinks you're a big deal.</SpeakSentence> | |
</Transfer> | |
</Response> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment