Comments
Please visit the following links:
http://www.voip-info.org/wiki/view/Asterisk+AGI+php
Posted by sagitraz
Write an AGI script to download a weather report from the Internet and deliver the temperature, wind direction, and wind speed back to the caller:
#!/usr/bin/php -q
php
Posted by adalson007