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

by hecleal
Wed Oct 15, 2014 10:48 am
Forum: Plum DEV Q&A
Topic: Send call data after hangup
Replies: 2
Views: 9113

Re: Send call data after hangup

That worked great! Thanks a lot! :D
by hecleal
Wed Oct 08, 2014 10:54 am
Forum: Plum DEV Q&A
Topic: Send call data after hangup
Replies: 2
Views: 9113

Send call data after hangup

Our VXML script only sends the call only when the call is completed. In other words, the caller has to go thru all prompts for the call data to be sent to our web service. How can we catch every call, whether the user goes thru all prompts? We would like to catch the caller id for every call, even i...
by hecleal
Tue Sep 18, 2012 12:59 pm
Forum: Plum DEV Q&A
Topic: Do not re-prompt
Replies: 1
Views: 6296

Do not re-prompt

I am prompting user for a secondary id, but most users will not be entering this secondary id. In the code below, its the last prompt and I want it to prompt the user for a client number, but only prompt once. If nothing is entered, I want to assign a value of zero and go on with the next line. With...
by hecleal
Thu Sep 13, 2012 2:15 pm
Forum: Plum DEV Q&A
Topic: Spanish Prompts
Replies: 1
Views: 5457

Spanish Prompts

We are working on a VXML file that will handle callers that speak spanish. We do not have a problem creating the wav/mp3 files for most prompts, but we are returning the call time to the users. Using a PHP function, we are able to get the time but it is read in English. Can you suggest the prefered ...
by hecleal
Tue Sep 06, 2011 12:07 pm
Forum: Plum DEV Q&A
Topic: Report Server Time to Caller
Replies: 2
Views: 7714

Report Server Time to Caller

We are currently woking on a project that allows users to call in and use phone to clock in and clock out. The code we have in scratchpad is the following: <?xml version="1.0"?> <vxml version="2.0"> <var name="CallerID" expr="session.telephone.ani" /> <form> <block> <prompt> Welcome to Visit Clock. ...
by hecleal
Fri Jul 15, 2011 4:46 pm
Forum: Plum DEV Q&A
Topic: Problem with basic tutorial
Replies: 6
Views: 13863

Re: Problem with basic tutorial

That did it! Thanks! We were able to fix our other script as well, however we have 2 final questions:

How can we send the call time?

How can we send the caller ID?

We have looked as some stuff, but cant seem to get that to work.

Thanks.
by hecleal
Fri Jul 15, 2011 3:20 pm
Forum: Plum DEV Q&A
Topic: Problem with basic tutorial
Replies: 6
Views: 13863

Re: Problem with basic tutorial

Re: Problem with basic tutorial by hecleal » Fri Jul 15, 2011 2:37 pm Sorry, I saw a mistake when we retyped the URL. Here is the new error message: Fri 15 Jul 2011 03:34:51 PM EDT: DocumentParser::FetchDocument - Parse error in file "http://www.vestanotes.com/download/submit.php", line 2, column 6 ...
by hecleal
Fri Jul 15, 2011 2:37 pm
Forum: Plum DEV Q&A
Topic: Problem with basic tutorial
Replies: 6
Views: 13863

Re: Problem with basic tutorial

Sorry, I saw a mistake when we retyped the URL. Here is the new error message:
by hecleal
Fri Jul 15, 2011 1:56 pm
Forum: Plum DEV Q&A
Topic: Problem with basic tutorial
Replies: 6
Views: 13863

Problem with basic tutorial

We are just getting started and have a 30 day demo. We are trying to learn the system and working with tutorial 1.8 "Sending Data" from your Development Documentation. We have copied the script exactly from yourtutorial and are getting the following error message: Fri 15 Jul 2011 02:39:25 PM EDT: HT...