Hello,
In mikrotik sms tool the option “recieve-enabled” is by default off.
I make it enable=yes and everything is ok, but when i reboot my device the option is back to OFF.
Can anyone give me an idea, how to make it enabled=on always???
Hello,
In mikrotik sms tool the option “recieve-enabled” is by default off.
I make it enable=yes and everything is ok, but when i reboot my device the option is back to OFF.
Can anyone give me an idea, how to make it enabled=on always???
don’t worry. i find a way to make it work
i dont have thes service but i think u can use script to enablle it and the scheduler : stert time-> startup
yes that is want i did
/tool sms set receive-enabled=yes
and schedule Start Time : startup
thank anyway…
make it interval every 5 min
because maybe need connect to internet to enable it
I made the interval every 15 min and Start Time: startup and is working great.
Is it possible to set amount of seconds after reboot do script once? I don’t have intention to push RB every 5 min to enable it. I need just 30 sec after console enabled to do that script once. The default interval is 3 sec after console enable by default.
if scheduler item has start-time set to startup, it behaves as if start-time and start-date were set to time 3 seconds after console starts up. It means that all scripts having start-time=startup and interval=0 will be executed once each time router boots.
:delay 30;
Great