Search found 2 matches

by Drefk2000
Thu Aug 19, 2021 12:33 am
Forum: Open Source Nagios Projects
Topic: calling phone via script
Replies: 2
Views: 1705

Re: calling phone via script

I gave up and took a much simpler way :)

w3m "http://<IP>/values.xml?Cmd=Call&Nmr=<PhoneNumber>" >/dev/null
by Drefk2000
Tue Aug 17, 2021 1:30 am
Forum: Open Source Nagios Projects
Topic: calling phone via script
Replies: 2
Views: 1705

calling phone via script

Im trying to use a HWg-SMS-GW3 to call a phone using the notify-poseidon-call.pl script.
I get no error message, but also no call.

I trigger it with ./notify-poseidon-call.pl -H <IP to Hwg> -D <phonenumber> -q

It work great sending SMS with notify-poseidon-sms.pl


Any ideas?