I have a Mikrotik LTAP RouterOS 7.4 with a R11e-LTE6_V034 firmware modem inside, with a simcard that I am trying to activate.
Having read manuals and browsed forums I understand there are two mechanisms that can be used to send USSD messages, however there seems to be few details on where the response is received.
First try using /tool/sms/send, no response, no error:
[minfrin@rescue] /interface/lte> /tool/sms/send lte1 phone-number="*136*0#" type=ussd
Second try using AT commands, there is a response that indicates success, but none of it appears to be a message of any kind, hex or ascii:
[minfrin@rescue] /interface/lte> /interface lte at-chat lte1 input="AT+CUSD=1,\"*136*0#\",15" wait=yes
output: +MSTK: 15, D8080102000100000000
OK
+CUSD: 2
+ZCONSTAT: 0,5
+CREG: 1,"28ad","00000e62",3
$CREG: 1,"28ad","00000e62",3,
+CSQ: 1,0
+CESQ: 0,0,255,255,255,255
*CESQ: 0,0,255,255,255,255,6
Second try using AT commands, success, but no response:
[minfrin@rescue] /interface/lte> /interface lte at-chat lte1 input="AT+CUSD=1,\"*136*0#\",15" wait=yes
output: +MSTK: 15, D8080102000100000000
OK
+CUSD: 2
Having trawled the log, I see nothing that either contains an ascii response, or any blocks of hex characters that could be decoded into a response.
Anyone know how this is supposed to work?