PHP and AMI

Hi
I have to get information from Asterisk via AMI.
I have found some PHP modules or class that give API for getting information via AMI.
which modules do you suggest for php AMI ?

THanks in advance

I use, with good results, the AGi_AsteriskManager class, see phpagi.sourceforge.net/phpagi2/docs/ .

Cheers.

Marco Bruni

Hi
Thanks for your attention
I need to get list of sip users(defined users and logged users) from asterisk with phpagi.Unfortunately I have not found yet anyway.
Thanks for nay help or guidance

Use the method “Command” of the class AGI_AsteriskManager to execute the cli command “sip show peers” and parse the result.

Cheers.

Marco Bruni

Hi
Thanks a lot for your attention and good reply.

Thanks in advance