Quick Start
Now that you understand the basic fundamentals and requirements of voice API lets get you started by creating your very first API.
<?php
header("content-type: text/xml");
echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
?>
<Response>
<Say>Hello, Your call has successfully connected</Say>
</Response>Last updated