AGI应用服务器 Agispeedy
Agispeedy 是一个 AGI 应用服务器的实现,使用纯 PHP 编写。
- compatible with asterisk 1.0/1.2/1.4/1.6/1.8/1.10 or higher.
- 100% compatible AGI commands.
- implemention of FastAGI over TCP Sockets.
- Work in Stabilize Prefork Mode and Written by Pure PHP.
- Automatic load your agi scripts when asterisk send request.
- Providing possibility of running AGI on a remote server.
- Fast Database Connect(hook functions in each children server).
- Perl Version (discard) in subversion : branches/agispeedy-perl
示例代码:
<?php function agi_main(&$agi) { $agi->answer(); $agi->hangup(); return(true); } ?>
本文由用户 fmms 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!