Page 1 of 1

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

Posted: Tue Jan 06, 2009 3:04 pm
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