FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
289 views 0 comments
by anonymous
Hello,
I want to send periodicaly a SMS with the same text to the same number.
I know that it is possible via CLI, but I dont know the command for sending a textmessage.
In teltonika wiki I've found some examples, but only for simswitch and reboot.
Thanks for helping.

RUTX09
FW RUTX_R_00.07.01.2

3 Answers

0 votes
by anonymous

Hello,

Thank you for contacting us.
I would like to inform that default command to sent sms is gsmctl -S -s "0033674863756 hello".
More information could be found in this link.
Hope it helps.

Best regards,

Sigitas K.

0 votes
by anonymous

Hi, sending SMS can be done manually (https://wiki.teltonika-networks.com/view/RUTX09_Mobile_Utilities#Send_Messages) from WebUI or by event (https://wiki.teltonika-networks.com/view/RUTX09_Events_Reporting#Send_SMS), as you have already written.

command to send SMS from CLI - gsmctl --sms --send "+79105263873 some text for sending". Or you can use AT commands to do this - similar to the instructions https://wiki.teltonika-networks.com/view/SMS_sending_command

Best regards.

0 votes
by anonymous
Please check as answered above. Thanks