Community discussions

MikroTik App
 
lordzar
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 94
Joined: Sat May 29, 2004 7:47 pm

Can't receive SMS on RBLHGR

Sun May 12, 2019 4:27 am

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
 
User avatar
Świętopełek
newbie
Posts: 33
Joined: Sat Nov 26, 2022 12:33 am

Re: Can't receive SMS on RBLHGR

Mon Jun 03, 2024 12:03 pm

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.
 
esj
just joined
Posts: 21
Joined: Fri Feb 17, 2023 5:54 pm

Re: Can't receive SMS on RBLHGR

Fri Jul 12, 2024 2:56 pm

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.

Who is online

Users browsing this forum: No registered users and 12 guests