The extension will connect to asterisk on a specified port and write data to that port and receive response from asterisk. I am using c/c++ to achieve that.
I don't think they have any restriction on that. I have seen guys using DOTNET, python to connect to AMI in their applications and perform required actions. But I will check with Asterisk sales team about it. -Abani On Sep 29, 2013 10:54 PM, "Johannes Schlüter" <[email protected]> wrote: > On Sun, 2013-09-29 at 22:02 +0530, Abani Kumar Meher wrote: > > Asterisk manager interface allows clients to connect to running asterisk > > instance and issue command to make asterisk do supplied action and > receive > > event notifications from asterisk for commands. > > This sounds interesting. > > > > Please let me know what should I do to get it added int PECL extension > > library. > > Unfortunately this won't be easy - Asterisk is licensed under GPL, which > is incompatible with the PHP license. Are you using any asterisk > library? Maybe that has a less restrictive ("freedom enforcing") > license? I also understand that Asterisk provides commercial licenses, > if you have one of those you might check whether these terms allow > publishing the binding ... > > johannes > > >
