diff options
author | Anatoly Bubenkov <bubenkoff@gmail.com> | 2022-11-03 23:43:08 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-01-10 08:58:33 +0100 |
commit | ea09a18d3f05b20ff7f1ec25aea74f32d68ca5e0 (patch) | |
tree | d873298ae7c1557552d6db38e75cbaf11764e4fb /global-config | |
parent | 88b34cfb39775560654d60d91da33681b9899251 (diff) |
sms-forward: support hookschange-86
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/global-config b/global-config index d4ed298..fded46f 100644 --- a/global-config +++ b/global-config @@ -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"; |