Re: [Asterisk-java-users] AsyncAgi
Brought to you by:
srt
From: Andy B. <and...@pr...> - 2008-06-05 12:51:01
|
On 04/06/2008 23:12, Stefan Reuter wrote: > Andy Burns wrote: >> I'd like to convert to the new asyncAGI, can the AsyncAgiServer attach >> its EventListener to my existing ManagerConnection, or does it require >> another ManagerConnection? > > It can use the same ManagerConnection. thanks, I may need to try a slightly older "CVS" version, I'm seeing a few exceptions. With fastagi, you could call various scripts from the dialplan with Agi(http://myserver/myscript.agi) and fastagi-mapping.properties, With asycnagi it seems that from the dialplan Agi(agi:async) only provides for a single script, or have I misunderstood and perhaps I can somehow use Agi(myscript:async) to do mapping? |