Hi there - just to let you know, i figured this out. string values need to be wrapped in ' '. Sorry again - I am finished! Thanks again for the help.
Dennis
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 7 matches
- Thu Aug 11, 2011 1:20 pm
- Forum: Plum DEV Q&A
- Topic: New to VXML - Small Application Issue
- Replies: 9
- Views: 18838
- Thu Aug 11, 2011 12:09 pm
- Forum: Plum DEV Q&A
- Topic: New to VXML - Small Application Issue
- Replies: 9
- Views: 18838
Re: New to VXML - Small Application Issue
Hi again. I am really sorry to email, but I have been messing around trying to figure this out for a few hours now. Need to call in the big guns :) Everything goes well with the code below, but after I press "1" to confirm, I get an error. The VXML being processed is valid - I checked it using your ...
- Thu Aug 11, 2011 10:03 am
- Forum: Plum DEV Q&A
- Topic: New to VXML - Small Application Issue
- Replies: 9
- Views: 18838
Re: New to VXML - Small Application Issue
Perfect, it worked! I had that yesterday and I thought it was the issue on something else so i removed it. I guess it really was correct!
All set. Great service - I appreciate it!
Dennis
All set. Great service - I appreciate it!
Dennis
- Thu Aug 11, 2011 6:59 am
- Forum: Plum DEV Q&A
- Topic: New to VXML - Small Application Issue
- Replies: 9
- Views: 18838
Re: New to VXML - Small Application Issue
Awesome, thanks so much! Most of this worked. The only thing that did not is when I repeat back the amount just entered, it is thinking the star is a multiplier and says "times" (i think that is the word it says, definitely thinking it is multiplying though) instead of signifying a period. Here is t...
- Wed Aug 10, 2011 5:45 pm
- Forum: Plum DEV Q&A
- Topic: New to VXML - Small Application Issue
- Replies: 9
- Views: 18838
Re: New to VXML - Small Application Issue
Hi there. Just an update. I fixed the true/false issue. The first and last bullets are the only issues now. Thanks! Dennis --------------------------------------- <?xml version="1.0" encoding="UTF-8"?> <vxml version="2.1"> <form id="TotalBillInput"> <field name="totalbill" type="currency"> <prompt b...
- Wed Aug 10, 2011 4:19 pm
- Forum: Plum DEV Q&A
- Topic: New to VXML - Small Application Issue
- Replies: 9
- Views: 18838
Re: New to VXML - Small Application Issue
Ah, perfect. That worked! Now that I got past that, i have one more thing I cannot seem to figure out. This one seems a bit more complex. Below is some VXML. I would like the following to happen: * Need to get input in dollars and cents instead of just all the digits since when "4045" is repeated, i...
- Wed Aug 10, 2011 2:53 pm
- Forum: Plum DEV Q&A
- Topic: New to VXML - Small Application Issue
- Replies: 9
- Views: 18838
New to VXML - Small Application Issue
Hi there. I am New to VXML and need to create an app for this new project I am working on. I basically have my IVR app complete – or pretty close to it. I just need a bit of help to figure out a couple of small issues I am having. I can talk to my database, pass back all the info as needed, etc but ...