mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-07 08:34:32 +02:00
sms-forward: add sender in subject
This commit is contained in:
parent
5408ba008a
commit
dcd47d8ac4
1 changed files with 1 additions and 1 deletions
|
@ -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={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue