Re: [asterisk-users] Manager API in PHP

2009-05-18 Thread Stefan Reuter
Olivier wrote: >> Would it help if you could use Asterisk-Java's implementation of the >> Manager API for your script? Similar to what we already did for FastAGI >> at >> >> http://blogs.reucon.com/asterisk-java/2009/05/13/scripting_support_for_fastagi.html >> >> If you could

Re: [asterisk-users] Manager API in PHP

2009-05-18 Thread Olivier
2009/5/18 David Backeberg > On Mon, May 18, 2009 at 10:02 AM, Scott Gifford > wrote: > > Olivier writes: > > > > [...] > > > >> What is your opinion regarding PHP AMI API and Asterisk 1.6.1 ? > >> I'm referring here to http://code.google.com/p/asterisk-php-api/. > > > > In my experience, asteri

Re: [asterisk-users] Manager API in PHP

2009-05-18 Thread Olivier
2009/5/18 Stefan Reuter > Olivier wrote: > > I need a hack to query current calls coming in and going out an Asterisk > > 1.6.1 system and send this list back as a custom UserEvent to other > > listening endpoints. > > For various reasons, I might need to write this hack in PHP though I'm > > mor

Re: [asterisk-users] Manager API in PHP

2009-05-18 Thread David Backeberg
On Mon, May 18, 2009 at 10:02 AM, Scott Gifford wrote: > Olivier writes: > > [...] > >> What is your opinion regarding PHP AMI API and Asterisk 1.6.1 ? >> I'm referring here to http://code.google.com/p/asterisk-php-api/. > > In my experience, asterisk-php-api works OK, but it's a bit slow.  It >

Re: [asterisk-users] Manager API in PHP

2009-05-18 Thread Scott Gifford
Olivier writes: [...] > What is your opinion regarding PHP AMI API and Asterisk 1.6.1 ? > I'm referring here to http://code.google.com/p/asterisk-php-api/. In my experience, asterisk-php-api works OK, but it's a bit slow. It determines when Asterisk has finished sending its responses by waitin

Re: [asterisk-users] Manager API in PHP

2009-05-18 Thread Stefan Reuter
Olivier wrote: > I need a hack to query current calls coming in and going out an Asterisk > 1.6.1 system and send this list back as a custom UserEvent to other > listening endpoints. > For various reasons, I might need to write this hack in PHP though I'm > more experienced with Asterisk Java. Wou

[asterisk-users] Manager API in PHP

2009-05-18 Thread Olivier
Hi, I need a hack to query current calls coming in and going out an Asterisk 1.6.1 system and send this list back as a custom UserEvent to other listening endpoints. For various reasons, I might need to write this hack in PHP though I'm more experienced with Asterisk Java. What is your opinion re