Hello,
"Send status SMS to other number" feature is not available in RUT2XX models. Thank you for your remarks, it helps us to improve and provide better service. We will rectify Wiki page or add corresponding feature to the latter RUT2XX firmware releases.
However, you can add "Send status SMS to other number" feature by editing SMS Utilities configuration file. To accomplish this task follow these steps:
- Login to the router via ssh. More info on that here.
- Open SMS Utilities configuration file with a text editor by typing in the cli: vi /etc/config/sms_utils
- Navigate to the "send status' config rule section and add to the corresponding section the following lines:
- option to_other_phone '1'
- list to_number '+MobileNumber'
- To save SMS Utilities configuration file press "Etc", then enter ":x" and press "Enter"
- Reload WebUI with luci-reload command.
Correct configuration should look something like this:
config rule
option action 'send_status'
option enabled '1'
option smstext 'status'
option authorisation 'password'
option allowed_phone 'all'
option to_other_phone '1'
list to_number '+XXXXXXXXXXX'
option message 'Router name - %rn; WAN IP - %wi; Data Connection state - %cs; Connection type - %ct; Signal Strength - %ss; New FW available - %fs;