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

"bargein" issues

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
jasoneppink
Posts: 3
Joined: Wed Mar 29, 2006 6:49 pm

"bargein" issues

Post by jasoneppink »

Any text I put inside <prompt bargein="true"> can be interrupted by any sort of sound, especially speech. Isn't bargein=true only supposed to allow dtmf to interrupt?

Is this working properly? If so, how do I let dtmf barge-in but not speech?

Also, why is bargeintype not supported? Will it be any time soon?

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

adjust the global property inputmodes in your IVR code

Post by support »

Hello,

The default inputmodes is "dtmf voice" and allows any prompt with bargein="true" to be interrupted by both speech and noise. If you wish to only allow bargin using DTMF you need to adjust the IVR global property, inputmodes in your IVR code:

Code: Select all

<property name="inputmodes" value="dtmf"/>
The bargeintype is not supported and Plum does not yet have any plans to support it.

Regards,
Plum Support

Post Reply