我一直在试图找到一个网站,列出所有的代码,我可以响应回调用者的服务器。现在我可以这样做:
$agi->answer();
$agi->busy();
我期待着发送喜欢,付款要求等。如果你知道的话,请给我指路,谢谢。
看这里:http://phpagi.sourceforge.net/phpagi2/docs/elementindex_phpAGI.html
大多数操作是通过执行命令来执行的。例如,要重新生成记录,请使用exec: http://phpagi.sourceforge.net/phpagi2/docs/phpAGI/AGI.html#methodexec
$agi->exec('Playback','hello-world');