1
mirror of https://github.com/jakejarvis/spoons.git synced 2025-04-26 12:18:27 -04:00
spoons/voice_hook.php

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>