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

Annotation of /smsdaemon/smsdaemon.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 171 - (hide annotations) (download)
Wed Dec 10 08:59:58 2008 UTC (15 years, 5 months ago) by torben
File size: 715 byte(s)
Load pin code from config file

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

  ViewVC Help
Powered by ViewVC 1.1.20