Community discussions

MikroTik App

Search found 3 matches

by wcypierre
Wed Jan 13, 2016 9:48 am
Forum: General
Topic: Feature Request: Concatenated SMS/Long SMS
Replies: 0
Views: 1080

Feature Request: Concatenated SMS/Long SMS

Having to send contents over 160 characters over sms is quite the hassle for now as you need to perform substring multiple times and by splitting 160 characters each time the output of each sms may be less human readable. Example: PING 8.8.4.4 (8.8.8.4 ) after being split into 160 letters each will ...
by wcypierre
Sun Dec 27, 2015 3:17 pm
Forum: Scripting
Topic: How initialized a variable by SMS ??
Replies: 30
Views: 11757

Re: How initialized a variable by SMS ??

I've tested it on 6.33 and it works fine.
by wcypierre
Sun Dec 27, 2015 11:17 am
Forum: Scripting
Topic: Help on script to extract SMS inbox text message
Replies: 13
Views: 12234

Re: Help on script to extract SMS inbox text message

I found that you need to add [] to make the listing of inbox messages work for the snippet above.

It would be like this
:foreach i in=[/tool sms inbox find] do={
:put [/tool sms inbox get [$i text]];
}
Tested on RouterOS 6.33.3