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

Why do I get a nomatch message when I haven't done anything?

Answers to common Plum DEV questions

Moderators: admin, support

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

Why do I get a nomatch message when I haven't done anything?

Post by support »

This could be the result of background noise barging in.

To account for this, you could try lowering the sensitivity from the default 0.5:

Code: Select all

<property name="sensitivity" value="0.3"/>
and set a "bargein=false" for your prompt:

Code: Select all

<prompt bargein="false">
  You must listen to this message.
</prompt>
Also, if your application is DTMF input only, you could use the "inputmodes" property and set it to "dtmf" so that speech input would be ignored:

Code: Select all

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

Regards,
Plum Support

Locked