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

by jtmerch
Wed Dec 16, 2009 9:01 pm
Forum: Plum DEV Q&A
Topic: Somali Language
Replies: 1
Views: 3524

Somali Language

Hello, is there an option that will allow me to have the Voice System speak in the Somali Language?
by jtmerch
Sun Apr 15, 2007 8:33 am
Forum: Plum DEV Q&A
Topic: Sample Vxml Code to Post audio
Replies: 4
Views: 9808

Hi, I've actually gotten it working properly using the following asp.net that I found: <% Request.Files.Item("recording").SaveAs("C:/the/path/filename.wav") %><?xml version='1.0'?> <vxml version="2.0"> <form> <block> <prompt> Thanks, Your message has been saved. </prompt> </block> </form> </vxml> On...
by jtmerch
Thu Apr 12, 2007 4:56 pm
Forum: Plum DEV Q&A
Topic: Sample Vxml Code to Post audio
Replies: 4
Views: 9808

One other question however: In the following peice of code: <subdialog name="test" src="http://www.mydomain.com/vxmlscript.aspx" namelist="pin recording" method="post"> When I post the "pin" and "recording" variables to my specified server URL will the recording be passed as a form variable, or will...
by jtmerch
Thu Apr 12, 2007 3:37 pm
Forum: Plum DEV Q&A
Topic: Sample Vxml Code to Post audio
Replies: 4
Views: 9808

Thank's I'm using that code but for some reason it's not working. Maybe it's my asp.net. I'll see if that's it and will post any questions that arise. Thanks.
by jtmerch
Thu Apr 12, 2007 10:03 am
Forum: Plum DEV Q&A
Topic: Sample Vxml Code to Post audio
Replies: 4
Views: 9808

Sample Vxml Code to Post audio

Hello, I know that you all don't support a specific server side language (I'm using asp.net) but what I'm trying to do is programatically assign a certain file name to each .wav file then post that file to my server to have it stored on my server. Where can i find a sample xml that shows me at least...
by jtmerch
Mon Apr 02, 2007 1:51 pm
Forum: Plum DEV Q&A
Topic: Passing $0 USD currency
Replies: 5
Views: 7838

Hmmm, it now appears to be working just fine. I did upload some code changes last night but had no idea that that would change the outcome. Well it seems okay for now. I'll let you know if anything changes, thanks for the quick responses!
by jtmerch
Mon Apr 02, 2007 1:47 pm
Forum: Plum DEV Q&A
Topic: Passing $0 USD currency
Replies: 5
Views: 7838

Thanks, I am entering 0*00 by the way (for 0 dollars and 0 cents).
by jtmerch
Mon Apr 02, 2007 11:47 am
Forum: Plum DEV Q&A
Topic: Passing $0 USD currency
Replies: 5
Views: 7838

Hello, here is the xml that does not allow 0.00 when I type it in. I've extracted this from asp.net to the best of my ability. <field name="TaxAmount" type="currency"> <property name="interdigittimeout" value="35000ms"/> <prompt> <voice gender="female" name="lauren"><say-as>Enter the transfer tax am...
by jtmerch
Sun Apr 01, 2007 3:45 pm
Forum: Plum DEV Q&A
Topic: Passing $0 USD currency
Replies: 5
Views: 7838

Passing $0 USD currency

Hello, when I try to submit $0.00 currency to my server using the voice xml the system says "I Still don't understand" and becomes unstable. It actually still appears to send the amount to my server but instead of the system's speech saying "You entered (whatever amount)", as it's supposed to in my ...
by jtmerch
Tue Feb 27, 2007 9:44 pm
Forum: Plum DEV Q&A
Topic: Submitting recorded wav file
Replies: 1
Views: 5334

Submitting recorded wav file

Hello, I would like to record the wav file and submit it via email. I've looked at the recording sample and found it to be pretty self explanatory but could someone give me an idea of how I could send the file that's created via email? I'm using asp.net and I know that you guys do not "support" asp....
by jtmerch
Thu Feb 08, 2007 2:21 pm
Forum: Plum DEV Q&A
Topic: How to extend the time the caller has to enter numbers
Replies: 6
Views: 8349

That did it. Thanks, I'll read up on the timeouts more in the docs.
by jtmerch
Wed Feb 07, 2007 12:02 pm
Forum: Plum DEV Q&A
Topic: How to extend the time the caller has to enter numbers
Replies: 6
Views: 8349

How to extend the time the caller has to enter numbers

Hi, we're developing a system where customers have to enter in 10-20 digit account numbers for their account info. The problem I'm having is, when a user takes a little longer to punch in numbers (maybe 1.5 - 2 seconds in between numbers) the system inteerrupts them saying "I cannot hear you". How d...
by jtmerch
Sat Nov 18, 2006 8:30 pm
Forum: Plum DEV Q&A
Topic: Error fetching document due to SSL..
Replies: 1
Views: 3608

This was actually an error on my end with my server side code. Please disregard the question. Thanks!
by jtmerch
Sat Nov 18, 2006 5:19 pm
Forum: Plum DEV Q&A
Topic: Error fetching document due to SSL..
Replies: 1
Views: 3608

Error fetching document due to SSL..

Hello, sometimes when I attempt to fetch my secure asp.net page which is secured by SSL I receive the following error:

Error fetching document due to SSL read: error:00000000:lib(0):func(0):reason(0),

Could you tell me what this error means?
by jtmerch
Wed Nov 01, 2006 6:16 pm
Forum: Plum DEV Q&A
Topic: Recognizing user name
Replies: 1
Views: 3577

Recognizing user name

Hello, I'm looking to setup a prompt that recognizes a user's name as part of a form that will require user input. First I'd ask the user to say their name, then I'd like for the name to be stored in a variable as text before I post it along with the other values in a form. Is there something or som...