-
-
Save maiko-ampersand/bee519aeaaa99e5bfe6e to your computer and use it in GitHub Desktop.
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
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