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

by jallard
Tue Oct 04, 2011 9:32 am
Forum: Plum DEV Q&A
Topic: keep getting nomatch events
Replies: 1
Views: 3848

keep getting nomatch events

Hello. When testing my application, I have come to a point that keeps getting nomatch events, and I'm not sure why. I'm not sure what I can do to make the input better. It asks for the caller to enter the date that's on the check. I wanted them to enter the date as 8 digits, MMDDYYYY. I then wanted ...
by jallard
Mon Oct 03, 2011 1:17 pm
Forum: Plum DEV Q&A
Topic: unknown hangup
Replies: 2
Views: 5070

Re: unknown hangup

Thanks it was just the # sign I forgot.
by jallard
Mon Oct 03, 2011 12:50 pm
Forum: Plum DEV Q&A
Topic: unknown hangup
Replies: 2
Views: 5070

unknown hangup

I'm slowly progressing through my IVR. I've now come to a point that I can't get past. For some reason the call just hangs up. It doesn't give me a reason that I can tell. Here is the code: <form id="Sequence"> <field name="chkseq" type="digits?length=6"> <prompt> Please enter the check sequence num...
by jallard
Mon Oct 03, 2011 11:07 am
Forum: Plum DEV Q&A
Topic: built-in grammar
Replies: 3
Views: 6117

Re: built-in grammar

Yes that helps. Thank you. One further question. How do I choose which engine to use? The engine that is being used on the scratchpad screen is AT&T.
by jallard
Mon Oct 03, 2011 9:37 am
Forum: Plum DEV Q&A
Topic: built-in grammar
Replies: 3
Views: 6117

built-in grammar

When using the built-in grammar digits, is there a way to make the numbers you entered get repeated one by one, as opposed to a full number. Example of some simple code: <form id="Sequence"> <field name="chkseq" type="digits?length=6"> <prompt> Please enter the check sequence number located on the c...
by jallard
Mon Oct 03, 2011 7:29 am
Forum: Plum DEV Q&A
Topic: New to VXML--possible to set a grammar globally?
Replies: 1
Views: 4352

New to VXML--possible to set a grammar globally?

Hello I am extremely new to VXML. Writing a very basic IVR, with only DTMF being used. I wanted to know if there was a way to set the DTMF grammar in the xml file globally, so that I don't have to specify it on each form. I was reading the developer's documentation, and from my reading it looks like...