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
730 views 1 comments
by anonymous
Hello,

Why the following command doesn't work ?

gsmctl -S -s "*136#"

returns unsupported option

1 Answer

0 votes
by anonymous

Hi,

Since this is an USSD code, it seems you want to use -U flag instead of -S.

https://wiki.teltonika.lt/view/RUT9xx_Firmware

From the changelog:

  • Added -U parameter to gsmctl for ussd commands

Let me know if this works for you 

by anonymous
gsmctl -U "*136#" returns OK, I was expecting a text !

(with and without double quotes)