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

by wperry
Mon Sep 28, 2009 8:01 am
Forum: Plum iOn Q&A
Topic: Can't get to the administrative web interface.
Replies: 1
Views: 9312

Can't get to the administrative web interface.

Last week our Plum box stopped answering calls. Our administrator restarted the box and box starting answering calls again. However, whenever we try to access the Adminstrative Web Page we get a page not found. I believe the box was not shutdown using the "Stop the server" option on the command-line...
by wperry
Wed Sep 09, 2009 9:17 am
Forum: Plum iOn Q&A
Topic: Call Time Incorrect In Call Logs
Replies: 1
Views: 8254

Call Time Incorrect In Call Logs

The date and time is incorrect in Call Logs. How do I correct it?
by wperry
Fri Jun 26, 2009 1:33 pm
Forum: Plum DEV Q&A
Topic: error.grammar.choice
Replies: 1
Views: 3624

error.grammar.choice

My application fails on the following voice xml and I don't see a problem. What is even more strange is it works sometimes. Please help. <?xml version="1.0" encoding="utf-8" ?><vxml version="2.0"> <property name="inputmodes" value="dtmf" /> <property name="termtimeout" value="4s" /> <property name="...
by wperry
Tue Jun 23, 2009 6:35 am
Forum: Plum DEV Q&A
Topic: Wait Music
Replies: 2
Views: 4269

That is exactly what I was looking for. I will give it a try.
by wperry
Mon Jun 22, 2009 2:24 pm
Forum: Plum DEV Q&A
Topic: Wait Music
Replies: 2
Views: 4269

Wait Music

I am required to play wait music whenever a user's input starts a long running process. Would I use an audio tag or where do I begin?
by wperry
Thu May 14, 2009 2:44 pm
Forum: Plum DEV Q&A
Topic: Receiving Postback prior to receiving completed input
Replies: 2
Views: 4467

I would agree if I weren't the user and know that I was entering the digits at the same rate I do everywhere else in the application. The good new is adding the <property name="interdigittimeout" value="3s" />
<property name="termtimeout" value="3s" /> elements seems to fix the problem.

Thanks!
by wperry
Thu May 14, 2009 12:25 pm
Forum: Plum DEV Q&A
Topic: Receiving Postback prior to receiving completed input
Replies: 2
Views: 4467

Receiving Postback prior to receiving completed input

I had the following Voice XML, <?xml version="1.0" encoding="utf-8" ?> <vxml version="2.0"> <property name="inputmodes" value="dtmf" /> <form id="listenToLoad"> <field name="txtPurchaseOrder" type="digits"> <prompt bargein="false">Enter the purchase order number for the load you want to listen to.</...