Re: [Asterisk-java-users] Interrupting StreamFile with DTMF digits.
Brought to you by:
srt
From: Stefan R. <sr...@re...> - 2005-12-16 12:02:53
|
John Melody schrieb: > Yes, Jonathan, I am receiving DTMF happily in the rest of the application. > However, all the rest of the DTMF input takes place in extension.conf. It > appears to be only when the application is in the FastAGI script that it > does not recognise the DTMF tones. > > Is there anything that has to be enabled to pass DTMF digits to AGI? no it usually "just works" :) I would suggest you to use the latest release of Asterisk-Java (i.e. 0.2) and try to reproduce the problem with that version. And you could try to allow other dtmf digits to be pressed like streamFile("myprompt", "1234"); =Stefan |