Adding SMS

Enabling SMS-functions
This commit is contained in:
flothi 2016-08-25 21:39:27 +02:00 committed by GitHub
parent 9cad255804
commit 18dae06266

View file

@ -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 #