mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
sms-forward: add sender in subject
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
}
|
||||
|
||||
:if ([ :len $Messages ] > 0) do={
|
||||
$SendNotification ("SMS Forwarding") \
|
||||
$SendNotification ("SMS Forwarding from " . $Phone) \
|
||||
("These message(s) were received by " . $Identity . \
|
||||
" from " . $Phone . ":" . $Messages);
|
||||
:foreach Sms in=$Delete do={
|
||||
|
Reference in New Issue
Block a user