Page 1 of 1

Outbound calls

Posted: Mon Dec 31, 2007 1:36 pm
by sking@xosphere.com
Hello guys, I'm trying to make an outbound call using the following html:

<html>

<form name="frmPage" action="http://outbound.plumgroup.com/webservice/queuecall.php" method="post" enctype="multipart/form-data">
<input type="hidden" name="login" value="sking@xosphere.com">
<input type="hidden" name="pin" value="29792608">
<input type="hidden" name="phone_number" value="4154124146">
<input type="hidden" name="start_url" value="http://201.216.202.89/BWW/bwwoutbound.xml">
<input type="hidden" name="scheduled_time" value="now">

<input type="submit" value="Submit" name="submit">

</html>



The outbound call gets queued, but the call is not performed, even putting the <input type="hidden" name="scheduled_time" value="now"> tag.

Thank you

IVR support team's suggestions for outbound calls

Posted: Wed Jan 02, 2008 9:58 am
by support
Be sure your IVR outbound campaign is running otherwise queued calls won't go out. Also of note is the start_url itself. The start_url will be POSTed to so be sure it can accept POST parameters. Oftentimes IVR users specify a start_url that points to a static web page and when the outbound IVR system does a test POST, the user's web server kicks back an IVR error.