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 mafeldman
Tue Jun 10, 2008 3:54 pm
Forum: Plum DEV Q&A
Topic: outbound delay without callee type detection
Replies: 1
Views: 3435

outbound delay without callee type detection

One of our customers complained this morning about a long delay on an outbound call. He says that he said hello 4 times before the message kicked in. We have callee type detection turned off so I suspect that it might be a delay in fetching the script. (We use dynamic php generated vxml.). The log i...
by mafeldman
Sat Apr 05, 2008 7:27 am
Forum: Plum DEV Q&A
Topic: Outbound Calling Display - delete not working
Replies: 2
Views: 4215

Outbound Calling Display - delete not working

The delete button does not seem to delete anything on the outbound campaigns display on the outbound calling screen in developer tools.

Also, some of the reporting seems suspect. In many cases it is reporting 0 calls made when I know for certain the call was made and completed.

Thanks,
Mike
by mafeldman
Sat Apr 05, 2008 7:08 am
Forum: Plum DEV Q&A
Topic: Queuecalls failure
Replies: 2
Views: 4182

Queuecalls failure

I've have a program that creates outbound campaigns which was working fine until yesterday. The problem seems to be that queuecalls.php is returning nothing and the campaign gets created with no calls in it. When I tried creating a campaign using the development tools form, I get this return: <?xml ...
by mafeldman
Mon Feb 18, 2008 9:40 am
Forum: Plum iOn Q&A
Topic: Time is off by an hour
Replies: 1
Views: 5908

Time is off by an hour

It looks like the time of your servers is an hour off. (It's showing 2:36 GMT and it's really 1:36 GMT now. )

This is manifesting itself in campaign messages are showing up an hour early.

Thanks, Mike
by mafeldman
Fri Dec 14, 2007 9:51 am
Forum: Plum DEV Q&A
Topic: Spurious call to start_url from queuecalls.php
Replies: 1
Views: 3341

Spurious call to start_url from queuecalls.php

I'm using queuecalls.php with a scheduled_timestamp parameter to kick off a campaign at a designated time. Whenever I call queuecalls, the system seems to immediately call the start_url with no parameters ($_POST is empty). When the call is actually placed at the scheduled time, start_url is called ...
by mafeldman
Fri Nov 30, 2007 10:22 am
Forum: Plum DEV Q&A
Topic: outbound and https
Replies: 5
Views: 7876

outbound and https

Does queucalls.php work with https? We are planning to implement a medication reminder system and the sending of phone numbers over http may be a violation of HIPAA regulations that essentially say that all transmissions over the internet must be encrypted. (Because phone numbers can be traced to an...
by mafeldman
Thu Nov 15, 2007 8:08 pm
Forum: Plum DEV Q&A
Topic: format of call_list file for queuecalls web service
Replies: 1
Views: 3820

format of call_list file for queuecalls web service

What is the format for the second and third parameters (message reference string and call parameters string) when using a file to start an outbound campaign? The documentation just says that each entry in the file has three comma separated fields.

Thanks,

Mike
by mafeldman
Tue Nov 13, 2007 1:09 pm
Forum: Plum DEV Q&A
Topic: Submitting a recording
Replies: 3
Views: 6242

Removing the GET parameter seemed to do the trick. Thank you for your help.
by mafeldman
Tue Nov 13, 2007 11:16 am
Forum: Plum DEV Q&A
Topic: Submitting a recording
Replies: 3
Views: 6242

Submitting a recording

I am porting a vxml app from another vendor and I need to submit a recording. This is the code I'm using: <var name="gRecording" /> <form id="recordingform" > <record beep="true" dtmfterm="true" name="Recording" maxtime="20s" type="audio/x-wav"> <property name="timeout" value="5s"/> <prompt bargein=...