[Asterisk-java-users] Command to get DTMF Key(other than GetOptionCommand )
Brought to you by:
srt
From: Rounak S. <rou...@gm...> - 2013-07-26 07:58:41
|
Hello Everyone, I am using googleTTS to play sounds(not pre recorded voice) This is how I am playing String command="googletts.agi,\""+dynamicmessageToPlay+"\""+",\""+ preferLanguage+"\""; exec("AGI",command); I am able to play the voice.After playing voice from googleTTS I want to get the *DTMF key entered by the user.* How can I get that? GetOption won't work as I am not playing any pre recorded file |