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.
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.
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"
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 ?