[Asterisk-java-devel] Manager call montioring
Brought to you by:
srt
From: Daniel M. <da...@ou...> - 2006-08-19 04:37:28
|
Hey, I am having a bit of trouble with the AGI manager and am a bit pressed for time. I would like to start a call to an outside number, have it ring the number and then connect to an application get some feedback. So i have created an extension that links to my applications using the baseagi java interface and that works well. What I am having trouble with is monitoring the calls so that I can use this to call multiple people one at a time. So using the manager interface, I log in use an orignate action to make the first call, but I'm not sure how I can use my manager application to monitor that call to determine when it is finished so to start the next call. Is there a way to do this or am I going to have too look into making my manager application and extension application talk to each other? Thanks for your help Daniel |