Re: [Asterisk-java-users] Re: Receiving DTMF digits via FastAGI
Brought to you by:
srt
From: Stefan R. <sr...@re...> - 2005-08-10 09:01:40
|
>> Before switching to AGI script, I simply relied on the extension being >> inputted. i.e. a user hitting '123' would be routed to exten =3D> >> 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. =3DStefan |