Can't receive SMS on RBLHGR

Not totally true. I only receive sms messages if I "set receive-enabled=n ; set receive-enabled=y "
If I just have “receive-enabled=y” nothing happens when a new message is sent to it’s phone #. Only when I turn it off then back on do I receive pending messages.

Anyone else with this issue or have a fix??

Running: 6.44.3

Thank you for your post. I have the exact same issue with the Chateau LTE6 ax. For me, disabling and then re-enabling SMS reception also results in receiving messages. Unfortunately, I don’t believe anyone from MikroTik reads this forum or cares about software bugs.

I use this on my SXT LTE6 Device

This is how I have got round it.

1/ Create System Script to Disable then Re-enable the SMS Receiving
2/ Setup Schedule (SMS-Reset) to run at boot and subsequently every 5 mins thereafter


/system script
add dont-require-permissions=no name=sms-reset owner=admin policy=\
ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon source="#\ this is required to receive SMS messages as bug found\r\
\n/tool sms set receive-enabled=no port=lte1 \r\
\n:delay 2s\r\
\n/tool sms set receive-enabled=yes port=lte1 secret=MySecret\r\
\n:delay 2s\r\
\n"



/system scheduler
add interval=5m name=SMS-Reset on-event=sms-reset policy=\
ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon \
start-time=startup

Not ideal, but it works.

The error still persists, RB will not accept sms. A simple script to scheduler for 10sec is enough

/tool sms set receive-enabled=no
:delay 2s
/tool sms set receive-enabled=yes

Did anyone contact support about it ?

Tried to update the device(firmware) to newer version ?
Seeing running: 6.44.3.
Sorry don’t know if @esj and @Świętopełek running the latest version and also hitting this fault.

Also with LTE devices, are you running the latest version of firmware in the modem ?

Morning. I am on the latest

mipsbe

SXTR

7.17 (stable)

2025-01-16 08:19:28

7.11.2

Modem 16121.1034.00.01.01.08


My SMS is working FWIW