[Asterisk-java-users] AsyncAgi
Brought to you by:
srt
From: Andy B. <and...@pr...> - 2008-06-04 21:57:11
|
The main part of my app already uses a ManagerConnection and sends asynchronous OriginateActions, listening for the corresponding MangagerEvents and ManagerResponses. The app currently delivers calls to my fastAGI script, running as a separate DefaultAgiServer, when finished, the script sends a UserEvent back to the main app. 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? |