VBA API Error

abbaddon223

Registered User.
Local time
Today, 05:54
Joined
Mar 13, 2010
Messages
162
Hi,

I'm in need of some saving if anyone can help?

I've been using a VOIP API to place a call from a server to a switch which is now givig the following code:

<?xml version="1.0"?>
<Response>
<Exception>
<Request version="251" request="Hangup"/>
<Status>200</Status>
<Message>DB_PORT not found</Message>
<Code>1006</Code>
</Exception>
</Response>

Does anyone know what may have caused this? The VOIP provder made "some front end web changes" last night "which should not interfere" - but have. Any help is MASSIVELY APPRECIATED!!!!!!!
 
You cannot throw unknown messages generated by an unknown call to an unknown system at the forum and expect a diagnosis.

How about decoding what the exception message means? If you coded the stuff, then somewhere there must be some docs with the possible responses from the system.

Alternatively, find out what "non-interfering" changes were performed and fix your code.
 

Users who are viewing this thread

Back
Top Bottom