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

start_url error

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
showingtime
Posts: 1
Joined: Wed Jul 05, 2006 1:35 pm

start_url error

Post by showingtime »

I tried the outbound reference implementation and am receiving the
following error:

<?xml version="1.0" ?>
<queuecall status="failed">"start_url" POST variable does not contain a
valid URL.</queuecall>

The start url I'm trying to refereince is
http://testshowingvoice.showingtime.com ... plate.aspx

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

IVR outbound system will perform two requests to each URL

Post by support »

Hello,

The outbound IVR system will perform two requests to each URL. One is a GET request in order to verify that the page does infact exist. The second request happens when the IVR call is sucessfully connected. The IVR error message you are seeing is a result of the web service attempting to validate the URL and getting an error message instead.

Clicking on the link below produces the error statement from your IVR application server. Viewing the page in your web browser is equivalent to the GET request that will be performed by the web service when the IVR oubound request is made.

Regards,
Plum Support

Post Reply