Hi all,
In Folder agi-bin, I created read.php.
#!/usr/bin/php -q
The command agi->Say_alpha(12) do not execute .I have already turned on debug mode.
I do not know the reason. Please help me. Thank you.
Hi all,
In Folder agi-bin, I created read.php.
#!/usr/bin/php -q
The command agi->Say_alpha(12) do not execute .I have already turned on debug mode.
I do not know the reason. Please help me. Thank you.
As already noted, there is no valid reason to use AGI here. It will be much easier to debug if you do this directly in the dialplan.
If I do this directly in the dialplan, it can execute. But I want use SayAlpha in read.php because:
Use the exec php-agi function.
Thank you. It is executed . Could you tell me the differences when I use agi-> Say alpha and agi->exec
As far I know there is no say_alpha function in the phpagi class, check the documentation to be sure.