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

Annotation of /smsdaemon/smsdaemon.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 175 - (hide annotations) (download)
Wed Dec 10 22:02:28 2008 UTC (15 years, 5 months ago) by torben
File size: 853 byte(s)
Common.cpp, actually use the config file specified on command line

(the rest): enable optional use of syslog

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 175
25    
26 torben 168 #config section for internal gsm modem transceiver
27     [gsmmodem]
28    
29     # Option serialport
30     # Specifies which serial port the modem is attached to
31     serialport = /dev/ttyUSB0
32    
33    
34 torben 171 # Option pin
35     # PIN code for the SIM card
36     pin =
37 torben 168
38 torben 171
39 torben 168 #this is the config section if the smstools transceiver is chosen
40     [smstools]
41    
42     # Option inboxdir
43     # where should the files be read from
44     inboxdir = /var/spool/sms/inbox
45    
46     # Option outgoingdir
47     # where should the outgoing messages be written
48     outgoingdir = /var/spool/sms/outgoing

  ViewVC Help
Powered by ViewVC 1.1.20