1
mirror of https://github.com/jakejarvis/spoons.git synced 2025-06-29 07:55:40 -04:00
Files
spoons/voice_hook.php
2013-05-19 11:51:36 -04:00

10 lines
252 B
PHP

<?php
header("content-type: text/xml");
echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
?>
<Response>
<Say>Why the fruit cake are you calling this number? Silly spooner, this is for texts!</Say>
<Pause length="1"/>
<Hangup/>
</Response>