Hi, I have a Safire NVR and I'm using the "Alarm server" function to send alarm notifications to my server.
It works... but every XML message sent by the NVR generates also an "Alarm Server Offline" exception on the NVR system log.
I suspect that the problem could be NVR expecting such XML structure as response from the server, but I have no idea how it could be structured.
I have tried with the following XML responses:
or this
But I still see exception in the system log
The manuals don't say anything about it, they just mention the Alarm Server function.
Can you help me?
It works... but every XML message sent by the NVR generates also an "Alarm Server Offline" exception on the NVR system log.
I suspect that the problem could be NVR expecting such XML structure as response from the server, but I have no idea how it could be structured.
I have tried with the following XML responses:
XML:
<?xml version="1.0" encoding="UTF-8"?>
<config status="success"/>
or this
XML:
<?xml version="1.0" encoding="UTF-8"?>
<response>
<status>success</status>
</response>
But I still see exception in the system log
The manuals don't say anything about it, they just mention the Alarm Server function.
Can you help me?