Skip to content

Instantly share code, notes, and snippets.

@maiko-ampersand
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maiko-ampersand/bee519aeaaa99e5bfe6e to your computer and use it in GitHub Desktop.
Save maiko-ampersand/bee519aeaaa99e5bfe6e to your computer and use it in GitHub Desktop.
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