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

Search found 3 matches

by anztenney
Thu Nov 21, 2013 6:41 pm
Forum: Plum DEV Q&A
Topic: record maxtime ignored when phone muted
Replies: 4
Views: 11852

Re: record maxtime ignored when phone muted

I've tried the following record block, but it doesn't seem to ever stop, event after the prompt timeout if I have my phone muted. Do I need to add a nomatch section? <record name="commentAnswer" maxtime="20s" dtmfterm="true" type="audio/x-wav" beep="false" finalsilence="21s"> <prompt bargein="false"...
by anztenney
Thu Nov 21, 2013 6:24 pm
Forum: Plum DEV Q&A
Topic: record maxtime ignored when phone muted
Replies: 4
Views: 11852

Re: record maxtime ignored when phone muted

I'm wondering if there is a way to get finalsilence to work the same way? Does that only take effect after speech input is first heard? <record name="val1" type="audio/x-wav" finalsilence="5000ms" beep="false" dtmfterm="true" maxtime="90s"> <prompt bargein="false" timeout="90s"> <audio src="http://....
by anztenney
Tue Nov 19, 2013 11:46 am
Forum: Plum DEV Q&A
Topic: record maxtime ignored when phone muted
Replies: 4
Views: 11852

record maxtime ignored when phone muted

If I mute my phone before getting to a record prompt, the maxtime has no effect. I can leave my phone muted forever. Is there a way to get around this?