Phpagi for Asterisk10?

Hi All,

I’ve looked into compiling both phpagi and asterisk10 together but looks like it’s not yet compatible. Has anybody try this and perhaps could help point into the right direction?

Thank you.

Hi,
In my experience its not required to compile the phpagi with asterisk as
phpagi is PHP based library for handling AGI scripts written in PHP.
Please check with your PHP version installed on the machine you are trying and then check your PHP agi script.
they may have version compitable issue.
use these commands at your shell CLI
php -v to check the php version
one more thing you can do
php -f Your_AGI_SCRIPT.php

check if your agi script excute at shell just keep pressing enter.