We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

Spurious call to start_url from queuecalls.php

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
mafeldman
Posts: 9
Joined: Tue Nov 13, 2007 11:09 am

Spurious call to start_url from queuecalls.php

Post by mafeldman »

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 properly with the proper parameters.

This isn't a big deal to me, I wrote some defensive code to ignore this, but I thought I'd report it

Thanks,
Mike

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

IVR system and outbound system protocal

Post by support »

Hi,

This is the expected behavior of the IVR platform. As soon as you queue an IVR call, the outbound IVR system immediately checks to see that start_url is a valid URL, regardless of when the IVR call is scheduled to happen. This is to make sure that callees don't receive an "error.badfetch" message due to an invalid URL.

Hope this clarifies things.

Regards,
Plum Support

Post Reply