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

Diff of /smsdaemon/smsdaemon.conf

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

revision 167 by torben, Mon Dec 8 11:30:07 2008 UTC revision 168 by torben, Tue Dec 9 21:44:15 2008 UTC
# Line 8  Line 8 
8  # * debug  # * debug
9  transceiver = smstools  transceiver = smstools
10    
 # Option serialport  
 # Only used by internal transceiver, specifies which serial port  
 # the modem is attached to  
 serialport = /dev/ttyUSB0  
11    
12  #Which user / group should the daemon run as  #Which user / group should the daemon run as
13  #  #
14  user = smsd  user = smsd
15  group = smsd  group = smsd
16    
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    
28    #this is the config section if the smstools transceiver is chosen
29    [smstools]
30    
31    # Option inboxdir
32    # where should the files be read from
33    inboxdir = /var/spool/sms/inbox
34    
35    # Option outgoingdir
36    # where should the outgoing messages be written
37    outgoingdir = /var/spool/sms/outgoing

Legend:
Removed from v.167  
changed lines
  Added in v.168

  ViewVC Help
Powered by ViewVC 1.1.20