Page 1 of 1

dtmf only versus dtmf voice

Posted: Thu Jul 08, 2010 7:55 am
by moose155
I have an application where I want the input to only be dtmf. I have set that mode in my grammar statement but when I look at the logs I see input mode dmtf voice. Is there a way to force it to dtmf only?

Re: dtmf only versus dtmf voice

Posted: Thu Jul 08, 2010 8:19 am
by support
Hi,

To help us better understand what's happening, it would be helpful if you posted your code here. However, if you plan to only use DTMF input in your application, you could use the inputmodes property as follows:

Code: Select all

<property name="inputmodes" value="dtmf"/>
Hope this helps.

Regards,
Plum Support