Outbound calls
Posted: Mon Dec 31, 2007 1:36 pm
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
<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