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

Diff of /smsdaemon/smsdaemon.conf

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

revision 175 by torben, Wed Dec 10 22:02:28 2008 UTC revision 211 by torben, Sun Dec 21 22:08:20 2008 UTC
# Line 21  group = smsd Line 21  group = smsd
21  #   syslog : use the system logger  #   syslog : use the system logger
22  log = logfile  log = logfile
23    
24    # 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    
40    # Option task
41    # Specify which tasks should be loaded
42    task = spool
43    
44    
45    # 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  #config section for internal gsm modem transceiver  #config section for internal gsm modem transceiver
51  [gsmmodem]  [gsmmodem]
# Line 33  serialport = /dev/ttyUSB0 Line 57  serialport = /dev/ttyUSB0
57    
58  # Option pin  # Option pin
59  # PIN code for the SIM card  # PIN code for the SIM card
60  pin =  pin = 0067
61    
62    
63    
64  #this is the config section if the smstools transceiver is chosen  #this is the config section if the smstools transceiver is chosen

Legend:
Removed from v.175  
changed lines
  Added in v.211

  ViewVC Help
Powered by ViewVC 1.1.20