1
0
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:
Christian Hesse
2019-08-08 16:15:10 +02:00
parent 5408ba008a
commit dcd47d8ac4

View File

@@ -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={