I've written some code to pass in variables when a hangup event is triggered. I have passed in the variables as part of the querystring to an aspx page.
My code is working fine but when I go to the Advanced Error Logs to see if any error occured, I can see errors resulting from calling my aspx. The error message I get is below...
Error in XML from remote url (process_xml_response): [http://XXX.XXX.XX.XX/voip/OnCallHangUp.aspx?cid=2004&cname=John%20Doe&e=2000&etype=user&evt=hangup&jid=1329442579.49894] line Fatal Error XMLin err=junk after document element at line 3, column 0, byte 49 , column %4.
What kind of response should I be returning?
