Skip to content

Instantly share code, notes, and snippets.

@maiko-ampersand
Last active August 29, 2015 14:00
Embed
What would you like to do?
header("content-type: text/xml");
echo '<!--?xml version="1.0" encoding="UTF-8"?-->';
echo >>> EOL
<response>
<gather action="/users/forwarder" numdigits="2">
<say language="ja-jp">内線番号を入力するか、ピーという音がなったら、部署めいと名前をおよびいただき、シャープを押してください</say>
</gather>
<record maxlength="60" action="/users/forwarder"></record>
</response>
EOL;
die;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment