This tool checks the status (ON/OFF) from a connected modem to cause some
action.
TEMPLATE
DEVICENAME/A for example: artser.device
UNIT/A/N Unitnumber
EXAMPLE (from my User-Startup)
CheckModem artser.device 0
if warn
echo "Modem off"
else
echo "Modem on, starting voicerecorder!"
SYS:Dfue/ZVT/Start_ZVT
endif
|