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

queuecall webservice not working

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
nsiram
Posts: 8
Joined: Wed Aug 19, 2009 9:08 am

queuecall webservice not working

Post by nsiram »

Our company is evaluating PlumVoice for our solution and I recently signed up for a Developer account.
I am trying to test the outbound calling queuecall Web Service on your website and it does not seem to work.

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

testing IVR outbound for your account

Post by support »

Hi,

Looking at your IVR outbound account, we noticed that your IVR campaign status is paused. To unpause your campaign, go to Developer Tools->Outbound Calling and click on the "Start" button under "Campaign Status".

This should allow you to test the outbound IVR system for your IVR account. Here is more information on Plum's IVR Outbound System: http://www.plumvoice.com/docs/dev/plumd ... nddevguide

Regards,
Plum Support
Last edited by support on Wed Feb 24, 2010 12:16 pm, edited 6 times in total.

nsiram
Posts: 8
Joined: Wed Aug 19, 2009 9:08 am

serious error in queuecall webservice

Post by nsiram »

I set the campaign status to running and received a call which said that a serious error has occured.

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

IVR error logs

Post by support »

Hi,

If you check your IVR error logs, you will find the following IVR error:

HTTP/1.1 405 Method Not Allowed - http://www.amatra.com/voicetest/VoiceXML.vxml
DocumentParser::FetchBuffer - could not open URL: http://www.amatra.com/voicetest/VoiceXML.vxml
DocumentParser::FetchDocument - exiting with error result 2
errno: 203 uri http://www.amatra.com/voicetest/VoiceXML.vxml

The reason you are getting this IVR error is because you are using a static IVR script. The Plum IVR outbound system performs an HTTP POST when requesting start_url and result_url. In order to process a HTTP POST request, the web server requires that the page being requested is a dynamic script.

For more information on this, please see this previous post: http://support.plumvoice.com/viewtopic.php?t=261

For more general information on IVR outbound, see here: http://www.plumvoice.com/docs/dev/plumd ... nddevguide

Hope this helps.

Regards,
Plum Support

Post Reply