In your documentation for the <prompt> tag, you show the bargeintype attribute as unsupported. Is this still true?
Is there another way to limit the bargein on a prompt to only something that is a know response?
Ideally I would like to limit the bargein to DTMF only if possible.
We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics
Can bargein on prompt be limited to DTMF
-
- Posts: 30
- Joined: Tue Apr 18, 2006 3:05 pm
- Location: Bedford, TX
in inputmodes dtmf the IVR platform ignores all line noise t
Hello,
The best way to create a DTMF only IVR application is to use the inputmodes property:
This will tell our IVR platform that the only acceptable means of input is dtmf (excluding recordings). When you are in inputmodes dtmf the IVR platform ignores all line noise that is not a DTMF press. The bargeintype attribute is not supported, but it also only applies to how speech bargein works.
Regards,
Plum Support
The best way to create a DTMF only IVR application is to use the inputmodes property:
Code: Select all
<property name="inputmodes" value="dtmf"/>
Regards,
Plum Support