Re: [Asterisk-java-users] DTMF digit collection
Brought to you by:
srt
From: Jonathan A. <jau...@st...> - 2005-12-14 15:59:55
|
Stefan, The specific problem I encountered is that I make an outbound call from Asterisk using the execCommand(Dial). The problem is that the execCommand call blocks and I need to have the application and move on to other tasks. Specifically, I have an inbound call to Asterisk, it does some user id/account verification and then makes an outbound call. I need to make the outbound call, perform other tasks, and then disconnect the outbound call. I concluded that while the AGI worked great for the initial IVR portion, some of the other actions I needed to perform had a better fit to an event driven model. Jonathan On Wed, 2005-12-14 at 07:54 +0000, Stefan Reuter wrote: > Hi Jonathan, > > what problems did you encounter when you tried the AGI interface? > The AGI interface is usually much better suited for IVR style > applications than the Manager API. > > =Stefan > > On Tue, 2005-12-13 at 20:52 -0800, Jonathan Augenstine wrote: > > I am developing an IVR application. I have done some prototyping with > > the AGI interface and it does not quite work the way I need. I have > > determined that the asynchronous behavior of the Manager API is a better > > fit. However, I have been unable to determine how to call CLI > > applications. For instance, I need to play a prompt file and collect > > DTMF digits to allow the caller to enter an ID code. Can someone please > > point me in the direction of how to accomplish this? > > > > Jonathan > > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > > for problems? Stop! Download the new AJAX search engine that makes > > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > > _______________________________________________ > > Asterisk-java-users mailing list > > Ast...@li... > > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users |