mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-04 10:14:31 +02:00
sms-forward: support hooks
This commit is contained in:
parent
88b34cfb39
commit
ea09a18d3f
5 changed files with 60 additions and 1 deletions
|
@ -147,6 +147,14 @@
|
|||
# add more here...
|
||||
};
|
||||
|
||||
# Run commands by hooking into SMS forward.
|
||||
:global SmsForwardHooks {
|
||||
{ match="magic string";
|
||||
allowed-number="12345678";
|
||||
command="/system/script/run ..." };
|
||||
# add more here...
|
||||
};
|
||||
|
||||
# This is the address used to send gps data to.
|
||||
:global GpsTrackUrl "https://example.com/index.php";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue