Skip to content

Instantly share code, notes, and snippets.

@TMcManus
Created November 19, 2012 15:30
Show Gist options
  • Save TMcManus/4111274 to your computer and use it in GitHub Desktop.
Save TMcManus/4111274 to your computer and use it in GitHub Desktop.
Play a message before connecting a call
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Say>This call may be recording for Quality Assurance purposes.</Say>
<Dial record="true">
<Number url="message.xml">+18085551234</Number>
</Dial>
</Response>
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Say>This call may be recording for Quality Assurance purposes.</Say>
</Response>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment