Hallo Zusammen,
ich bin auf auf der suche nach einer einem täglichen automatischen Reboot der Anlage.
Anlage 5200R FW8.0A
Habe das zwar im Internet gefunden wie es mit einem curl Befehl funktionieren soll aber bei mir tut sich da nichts
Folgendes habe ich versucht:
curl -s -o AW_Login.html -d LOGIN_NOW=true -d jssupport=true -d timeout=200 -d LOGIN_NAME= -d LOGIN_PASS= -d Anmelden=Anmelden -c AW_cookieJar https://xxx/login
sleep 2
curl -s -o AW_Reboot.html -b AW_cookieJar -d reboottimevalue=0 -d rebootpbx=Neustart ‚https://xxx/updownload_reboot_time_pbx?reboottime=0‘
Hat jemand eine Idee ?
Danke für eure Hilfe!