Last active
April 13, 2019 05:57
-
-
Save dtolb/d2b5268ed0554ce893bf to your computer and use it in GitHub Desktop.
BXML For Call Tracking
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"?> | |
<Response> | |
<SpeakSentence gender="male" locale="en_US" voice="paul">Thank you for calling Tom's Tire Shop</SpeakSentence> | |
<Transfer transferCallerId="+19198281234"> | |
<PhoneNumber>+19198281235</PhoneNumber> | |
<PhoneNumber>+19198281236</PhoneNumber> | |
<PhoneNumber>sip:[email protected]</PhoneNumber> | |
</Transfer> | |
</Response> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment