From 18dae06266bf1e15c1313cc2f779d2e6ee78ca7d Mon Sep 17 00:00:00 2001 From: flothi Date: Thu, 25 Aug 2016 21:39:27 +0200 Subject: [PATCH] Adding SMS Enabling SMS-functions --- config/config.template.ini | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/config/config.template.ini b/config/config.template.ini index a7b8c26..3be9c60 100644 --- a/config/config.template.ini +++ b/config/config.template.ini @@ -283,6 +283,23 @@ appName = BOSWatch # configuration loaded from csv/nma.csv usecsv = 0 +[SMS] +# be aware that you need 'gammu' installed and running +# at least you need an UMTS-stick which is supported by 'gammu' + +quantity = 1 +# be sensitive to single RIC +ric1 = 1234567 + +# but you can watch several subrics, comma-separated +subric1 = a, b + +# a single cellphone-number +phonenumber1 = 0160321654987 + +# and the text for the sms +# ! DO NOT USE ANY UMLAUT ! +text1 = Rueckruf Leitstelle! ##################### ##### Not ready yet #