Get your Caller Id Written on January 24, 2009, by coder.
In this example, we show you how easy it is to retrieve caller-id using VoicePHP. Being able to use caller-id can open doors to interesting usage for identifying the user and customizing the application content/behavior.
<?php
echo ”Welcome to VoicePHP Caller ID Demo”;
setvoiceoption(”autospellnumbers”, 7);
echo ”Your caller ID is {$_VOICEPHP['callerid']}”;
?>
Download source code
Try It Now!Call +15672449992 to run the application.





