[asterisk-users] Replacement for phpagi?
Alex Villacís Lasso
a_villacis at palosanto.com
Wed Aug 10 13:49:57 CDT 2016
El 10/08/16 a las 12:06, Carlos Chavez escribió:
> Anyone know a good replacement for phpagi? Unfortunately development stalled long ago and it has not been updated. What is the best solution for AMI and AGI on PHP? Thanks.
>
>
In the case of AMI, you could use the AMI client from the Elastix CallCenter dialer daemon:
https://sourceforge.net/p/elastix/code/HEAD/tree/branches/2.5.0/apps/extras/callcenter/setup/dialer_process/dialer/AMIClientConn.class.php
This class was once based on phpagi-asmanager.php but has since been completely rewritten to make use of an internal non-blocking I/O model. The main internal client is the AMIEventProcess class in the same project directory.
More information about the asterisk-users
mailing list