SMS to execute a custom script

I have a Rutx11 and I have python3 installed I want to execute code stored in the root when I send an SMS what should I write in the custom script part

By default, teltonika routers has sms utilities features that will allow you to run a custom script.

It can be found on Services → Mobile Utilities → SMS Util.

Create an SMS instance then whatever SMS message you wanted it to be triggered. Then from your case which is a python, in the shell script below, just run the python3 your_script.py

To trigger it via SMS, it will be admin_pass script since the authorization is set to device’s admin pass.

This topic was automatically closed after 60 days. New replies are no longer allowed.