#!/usr/bin/php -q . */ error_reporting (0); set_time_limit (30); require ('phpagi/phpagi.php'); $agi = new AGI(); $agi->answer (); $agi->text2wav ($argv[1]); $agi->hangup () ?>