Reboot Snom on a schedule

We have a handful of Snom paging adapters and I’d like to reboot them on a schedule, maybe once per week or even twice per week, without having to go into the GUI of each and do it, or worse, by killing PoE at the switch port.

Ideally I’d be able to run this as a Scheduled Task from a Windows machine, but I can set it up on a Linux VM if needed.

I found the following on another PBX site, is this peculiar to just that software or is this something that could work with FreePBX?

Edit to add the code: root@af-test3:~# fs_cli -x ‘luarun app.lua event_notify internal reboot 201@testdomain.uk snom’

We’re currently on v16.

OK, found my own answer!

From a Windows command prompt the following should execute the reboot command:

curl --silent “http://$ip_address/dummy.htm?reboot=Reboot”

If your device is password protected then you also need -u username:password

2 Likes