Re: [Asterisk-java-users] Re: Receiving DTMF digits via FastAGI
Brought to you by:
srt
From: Peter H. <pe...@li...> - 2005-08-10 19:13:49
|
>>> Before switching to AGI script, I simply relied on the extension being >>> inputted. i.e. a user hitting '123' would be routed to exten => >>> 123,1,... >>> Now, I'm trying to use the Get Data to check for 123. >>> >>> Another thing I should mention is that I'm stringing a couple of Get >>> Data >>> commands together to play different wav files. Would this cause any >>> problems? >>> >> >> Hmm.. I'm also setting the timeout to 1 ms for the files that I'm >> streaming >> that are immediately proceeded by another streaming file. Would this >> cause >> any issues? > > I wouldn't use Get Data in that case but rather just Stream File. You can > provide escape digits to stream file so you can interrupt it. I think > thats a cleaner solution. Right, but the escape digits only allow for a single dtmf input, correct? Peter |