Looking For C Library For The Asterisk AMI
All;
We do a lot of programming and customizations for Asterisk and normally, we do everything in Perl. For that, we use the CPAN module Asterisk::AMI, and it works great. However, we have several programs that would benefit greatly if they were written in C. So my question is this: Does anyone know of a C library used to access and communicate with the AMI? Any insight at all would be a big help.
Thanks;
John V.
One thought on - Looking For C Library For The Asterisk AMI
Well, there’s https://github.com/andrewjsi/libamievent
I have no personal experience of it, but it might be helpful to you.
Antony.