mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-02 09:15:03 +02:00
add script 'sms-action'
This commit is contained in:
parent
c9c87cac41
commit
a6d4e5eec8
2 changed files with 27 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
}
|
||||
|
||||
# forward SMS in a loop
|
||||
:foreach sms in=[ / tool sms inbox find ] do={
|
||||
:foreach sms in=[ / tool sms inbox find where message~"^([^:][^c][^m][^d][^ ])" ] do={
|
||||
:local message [ / tool sms inbox get $sms message ];
|
||||
:local phone [ / tool sms inbox get $sms phone ];
|
||||
:local timestamp [ / tool sms inbox get $sms timestamp ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue