/[projects]/smsdaemon/smsdaemon.conf
ViewVC logotype

Annotation of /smsdaemon/smsdaemon.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 211 - (hide annotations) (download)
Sun Dec 21 22:08:20 2008 UTC (15 years, 5 months ago) by torben
File size: 1583 byte(s)
Add a Proxy Transceiver to enforce requirements on outgoing messages

1 torben 147 [smsdaemon]
2    
3     # Option transceiver
4     # which transceiver should be used:
5     # possible values:
6     # * internal
7     # * smstools
8     # * debug
9 torben 152 transceiver = smstools
10 torben 147
11    
12 torben 152 #Which user / group should the daemon run as
13     #
14     user = smsd
15     group = smsd
16 torben 168
17    
18 torben 175 # Where should logmessages go
19     # options:
20     # logfile : logs to /var/log/smsdaemon.log)
21     # syslog : use the system logger
22     log = logfile
23 torben 168
24 torben 205 # Option plugin
25     # Specify which plugin(s) should be loaded
26     # Several plugin statements are allowed
27     # syntax
28     # plugin = <pluginname> [arguments]
29     plugin = echo
30     plugin = spam
31     plugin = status
32     plugin = hoststatus
33     plugin = tog
34     plugin = weather
35     plugin = list
36     plugin = urltrigger trigger=tou; url=http://t-hoerup.dk/test.php
37     plugin = shellexec trigger=wake; cmd=/usr/local/bin/wake; allowparms=0; returnoutput=0
38     plugin = shellexec trigger=ping; cmd=nmap -sP 192.168.10.1-255 | grep appears | awk '{print $2}'; allowparms=0; returnoutput=1
39 torben 175
40 torben 207 # Option task
41     # Specify which tasks should be loaded
42     task = spool
43 torben 175
44 torben 205
45 torben 211 # Enforce Country Code
46     # if this is set, all outgoing messages must go to phone numbers
47     # starting with this
48     countrycode = 45
49    
50 torben 168 #config section for internal gsm modem transceiver
51     [gsmmodem]
52    
53     # Option serialport
54     # Specifies which serial port the modem is attached to
55     serialport = /dev/ttyUSB0
56    
57    
58 torben 171 # Option pin
59     # PIN code for the SIM card
60 torben 205 pin = 0067
61 torben 168
62 torben 171
63 torben 205
64 torben 168 #this is the config section if the smstools transceiver is chosen
65     [smstools]
66    
67     # Option inboxdir
68     # where should the files be read from
69     inboxdir = /var/spool/sms/inbox
70    
71     # Option outgoingdir
72     # where should the outgoing messages be written
73     outgoingdir = /var/spool/sms/outgoing

  ViewVC Help
Powered by ViewVC 1.1.20