We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

dtmf only versus dtmf voice

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
moose155
Posts: 7
Joined: Thu Jun 10, 2010 9:46 am

dtmf only versus dtmf voice

Post 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?

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

Re: dtmf only versus dtmf voice

Post 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

Post Reply