Page 1 of 1

Monitoring R26/R23

Posted: Tue Apr 24, 2018 10:40 pm
by bytesitter
Hello,
to check the state of the doorphone it would be nice to access the state of it via http. So it should be possible to handle hanging relay or disconnected SIP accounts. Is there a way to get one or more states via http(s) ?

Re: Monitoring R26/R23

Posted: Thu Apr 26, 2018 7:18 pm
by Akuvox_Neil
Hi,

You can try Action URL to get the status of doorphone, like MAC address, IP address, model, firmware version and SIP accounts message. Configure it in the path: Phone-Action URL. First enable it, fill in the http command in the corresponding part.

The URL format is:
MAC address - http://server IP address/help.xml?mac=$mac
IP address - http://server IP address/help.xml?ip=$ip
model - http://server IP address/help.xml?model=$model
firmware version - http://server IP address/help.xml?firmware=$firmware
SIP accounts message - http://server IP address/help.xml?active_url=$active_url

Best regards

Re: Monitoring R26/R23

Posted: Wed Sep 19, 2018 8:45 pm
by thowa
I'm getting "404 -Page not found"

Re: Monitoring R26/R23

Posted: Thu Sep 20, 2018 9:48 am
by Akuvox_Neil
thowa wrote:I'm getting "404 -Page not found"


Hi Sir,

When you testing the Action URL feature, you can not directly open the http URL for checking.
Your PC should open the HTTP server. Your PC and device should connect to a hub for capturing packets to checking whether you receive the needed massage or not.

You can refer to viewtopic.php?f=24&t=132

Thanks