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

Diff of /smsdaemon/smsdaemon.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 147 by torben, Sun Dec 7 20:11:40 2008 UTC revision 171 by torben, Wed Dec 10 08:59:58 2008 UTC
# Line 6  Line 6 
6  # * internal  # * internal
7  # * smstools  # * smstools
8  # * debug  # * debug
9  transceiver = internal  transceiver = smstools
10    
11    
12    #Which user / group should the daemon run as
13    #
14    user = smsd
15    group = smsd
16    
17    
18    
19    #config section for internal gsm modem transceiver
20    [gsmmodem]
21    
22  # Option serialport  # Option serialport
23  # Only used by internal transceiver, specifies which serial port  # Specifies which serial port the modem is attached to
 # the modem is attached to  
24  serialport = /dev/ttyUSB0  serialport = /dev/ttyUSB0
25    
26    
27    # Option pin
28    # PIN code for the SIM card
29    pin =
30    
31    
32    #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

Legend:
Removed from v.147  
changed lines
  Added in v.171

  ViewVC Help
Powered by ViewVC 1.1.20