Yeah - that was pretty much what I thought was going on -- I think I'll give up, then, and have them just record an email address instead.
Thanks.
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 Jun 05, 2008 3:16 pm
- Forum: Plum DEV Q&A
- Topic: Capture caller's email address (i.e. have them spell it)
- Replies: 6
- Views: 20811
- Wed Jun 04, 2008 4:22 pm
- Forum: Plum DEV Q&A
- Topic: Capture caller's email address (i.e. have them spell it)
- Replies: 6
- Views: 20811
Email capture nearly works but is very flaky.
So I wrote a grammar for capturing the email, and put a form around it. It nearly works... simple things seem to be captured, but if you try to spell anything more than about 10 characters long, it spontaneously ends the capture and sticks with what it's captured so far, usually inaccurately. I trie...
- Tue May 20, 2008 6:07 pm
- Forum: Plum DEV Q&A
- Topic: Capture caller's email address (i.e. have them spell it)
- Replies: 6
- Views: 20811
Never mind - it worked
Turns out it was the "grammarmaxage" property: needed to set it to 0.
- Tue May 20, 2008 5:57 pm
- Forum: Plum DEV Q&A
- Topic: Capture caller's email address (i.e. have them spell it)
- Replies: 6
- Views: 20811
I tried it: the call log says, "Error creating grammar" but doesn't say why. Here's the grammar I made ( http://devtb.com/plumivr/Grammars/email.xml ). I also tried it after removing all the <item>s after the "9", and it still didn't work. Any ideas? Thanks. <?xml version="1.0" ?> <grammar mode="voi...
- Tue May 20, 2008 4:30 pm
- Forum: Plum DEV Q&A
- Topic: Capture caller's email address (i.e. have them spell it)
- Replies: 6
- Views: 20811
Capture caller's email address (i.e. have them spell it)
Hi,
We have a need to capture a caller's email address as an optional step: I notice that in the Field types, there isn't one which lets them spell something (i.e. the same kind of thing for alphanumeric data as "digits" does for numbers).
How would one go about implementing such a thing?
We have a need to capture a caller's email address as an optional step: I notice that in the Field types, there isn't one which lets them spell something (i.e. the same kind of thing for alphanumeric data as "digits" does for numbers).
How would one go about implementing such a thing?
- Thu May 15, 2008 5:46 pm
- Forum: Plum DEV Q&A
- Topic: Remote server implementation fails to validate
- Replies: 2
- Views: 5931
Figured it out
Hi, Actually, I figured it out -- it had more to do with the XmlDocument object in .NET, which was modifying the code without telling me... -- I moved the code into a string instead, added in a DOCTYPE line and posted that, and now it works. So now, the document looks like this: <?xml version="1.0"?...
- Thu May 15, 2008 5:08 pm
- Forum: Plum DEV Q&A
- Topic: Remote server implementation fails to validate
- Replies: 2
- Views: 5931
Remote server implementation fails to validate
I have a remote server (ASPX on IIS) which is serving XML for the IVR to use. Having problems getting it to verify, though: for example, for the url: http://devtb.com/plumivr/default.aspx?event=test ...when viewed in a browser, using "view source", the result is this: <?xml version="1.0"?> <vxml ver...