FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14163 questions

16817 answers

27652 comments

54086 members

0 votes
1,429 views 2 comments
by

1 Answer

0 votes
by
Hello,

RUT9xx supports USSD commands.
Open RUT9 WebUI, navigate to Services -> CLI and connect to it.
To send USSD command use 'gsmctl -U "<command>"' (gsmctl -U "*124#"). If command is sent successfully gsmctl will return "OK".
You can read response with command "cat /tmp/ussd".
Please note that response contains the value of last command and it changes if you use USSD command agai or could potentially remain the same if operator returns error to this command.
Best answer
by
Thanks for the feedback, unfortunately this command is not available in the RUTX09 series.
by
Hello

RUT950
I'm able to send USSD commands and I get response from the provider with cat /tmp/ussd but only the first line of several.

By the way, vi /tmp/ussd also only shows the first line.

Regards