Page 1 of 1

calling phone via script

Posted: Tue Aug 17, 2021 1:30 am
by Drefk2000
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?

Re: calling phone via script

Posted: Wed Aug 18, 2021 6:26 pm
by mcapra
You're using the script provided by the vendor I assume?
https://www.hw-group.com/support/how-to ... wg-sms-gw3

Try passing -v for verbose instead of -q for quiet, that might provide some hints.

Re: calling phone via script

Posted: Thu Aug 19, 2021 12:33 am
by Drefk2000
I gave up and took a much simpler way :)

w3m "http://<IP>/values.xml?Cmd=Call&Nmr=<PhoneNumber>" >/dev/null