Re: [Asterisk-java-users] Problem with some commands and manager
Brought to you by:
srt
From: Brett S. <bs...@no...> - 2006-02-22 10:45:05
|
I've actually combined the manager api and fast agi in a single=20 application to determine return codes. The manager api originates a call which makes a fast agi call back to=20 the application. The application then executes the application and=20 returns the results back to the manager api. Works like a treat. If you download the AsterFax source (asterfax.sourceforge.net) and have=20 a look at SubmitFax.java and CallTxFax. The code is still a bit rough=20 but it will give you the general idea. You will also need to look at=20 AgiMappingStragegy and AsterFax.java to see how I've got the fast agi=20 stuff all hanging together in a single application. Regards, Brett. Mar=EDa Ch=F3liz wrote: > Yes, but I want to know how can I know from Manager-Java ( not Fast=20 > AGI) , from Java code, what System returned after excuting in the dial=20 > plan. > > Thanks, |