This will check every 10 minutes and show a Mac OS notification when the registration is down.
- Setup your account on voip.ms for API access
- fill in this script, saved as voipms-checker.sh
ACCOUNT='111111'
USER='[email protected]'
PASS='thepass'
if curl --silent "https://voip.ms/api/v1/rest.php?api_username=${USER}&api_password=${PASS}&method=getRegistrationStatus&account=${ACCOUNT}" 2>&1 | grep -qv '"registered":"yes"'; then