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 22 matches

by tloring
Thu Oct 02, 2003 5:46 pm
Forum: Plum DEV Q&A
Topic: How do use a dtmf * in a menu? I keep getting error.grammar
Replies: 1
Views: 5896

How do use a dtmf * in a menu? I keep getting error.grammar

Hello, I'm having trouble with something that seems should not be a problem, which is provided in example code, and which validates. I simply want to make a choice on dtmf * in a menu, however, when I specify *, I receive the following error: "A serious error of error.grammar.choice has occurred". T...
by tloring
Thu Oct 02, 2003 11:47 am
Forum: Plum DEV Q&A
Topic: How do I change the input timeout for a given field, or for
Replies: 3
Views: 8341

how do i set the interdigittimeout global property, or at a field or form level? this does not validate. it's not in the dtd, or reference guide or than it's mention as a global property.
by tloring
Thu Oct 02, 2003 2:01 am
Forum: Plum DEV Q&A
Topic: Is it possible to implement a fast forward or rewind capabil
Replies: 3
Views: 8536

I'd certainly like to see code samples if available for implementing a review functionality. I actually only need to be able to jump ahead 6 seconds at a time hitting the '6' key, so I guess that cuts the task in half at least for now. I am using SoX for the conversion to wav currently. And I unders...
by tloring
Tue Sep 09, 2003 1:13 pm
Forum: Plum DEV Q&A
Topic: Bad Fetch Error when submitting a recorded file...
Replies: 2
Views: 8552

Ok, that did the trick, thank you.
by tloring
Tue Sep 09, 2003 12:23 am
Forum: Plum DEV Q&A
Topic: Bad Fetch Error when submitting a recorded file...
Replies: 2
Views: 8552

Bad Fetch Error when submitting a recorded file...

I receive an "a serious error of type: error bad fetch occurred. exiting" after a submit to my server. I do receive the file OK on my server. I am wondering, is there some particular return content required? I am submitting with the following tag: <submit next="http://<host>/upload.php" method="post...
by tloring
Mon Sep 08, 2003 11:24 pm
Forum: Plum DEV Q&A
Topic: Is it possible to implement a fast forward or rewind capabil
Replies: 3
Views: 8536

Is it possible to implement a fast forward or rewind capabil

Is it possible to provide the ability, when reviewing a recording, to "jump" ahead or back by 6 second increments by pushing say, 1 for back and 2 for forward?

(I am rebuilding a system which provides for that capability specifically, and it's important that I be able to provide it here).
by tloring
Mon Sep 08, 2003 11:21 pm
Forum: Plum DEV Q&A
Topic: Need some hints/pointers on how to implement the ability to
Replies: 1
Views: 5730

Need some hints/pointers on how to implement the ability to

I'm looking for any hints or pointers to implement the ability to Append to a recording. Basically, once a recording has been made, I need to give the user the ability to review the recording, and then optionally add to that recording. Naturally, they need to be able to repeat the review and append ...