serious bad error of type bad error
Posted: Mon Aug 01, 2005 1:05 pm
hello,
I am working on a web based User Interface that utilizes the Plum Outbound HTTP API. my post is successful and i get back an xml fragment that looks like this.
<queuecall status="queued" call_id="271067">
<login>???????</login>
<pin>???????</pin>
<phone_number>?????????????</phone_number>
<start_url>http://69.249.89.201/hotcartest/hello.xml</start_url>
<max_retries>1</max_retries>
<retry_interval>60</retry_interval>
<expiration_timestamp>1122909424</expiration_timestamp>
<expiration_time>Mon, 1 Aug 2005 11:17:04 -0400</expiration_time>
</queuecall>
i have replaced the login, pin, and phone number values with question marks.
but when the phone rings i get a "serious error of type fetch bad error" or something along those lines. How can i trouble shoot this issue.
Thanks in advance
I am working on a web based User Interface that utilizes the Plum Outbound HTTP API. my post is successful and i get back an xml fragment that looks like this.
<queuecall status="queued" call_id="271067">
<login>???????</login>
<pin>???????</pin>
<phone_number>?????????????</phone_number>
<start_url>http://69.249.89.201/hotcartest/hello.xml</start_url>
<max_retries>1</max_retries>
<retry_interval>60</retry_interval>
<expiration_timestamp>1122909424</expiration_timestamp>
<expiration_time>Mon, 1 Aug 2005 11:17:04 -0400</expiration_time>
</queuecall>
i have replaced the login, pin, and phone number values with question marks.
but when the phone rings i get a "serious error of type fetch bad error" or something along those lines. How can i trouble shoot this issue.
Thanks in advance