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

Diff of /smsdaemon/smsdaemon.conf

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

revision 207 by torben, Sun Dec 21 17:42:30 2008 UTC revision 216 by torben, Tue Dec 23 12:09:08 2008 UTC
# Line 36  plugin = list Line 36  plugin = list
36  plugin = urltrigger trigger=tou; url=http://t-hoerup.dk/test.php  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  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  plugin = shellexec trigger=ping; cmd=nmap -sP 192.168.10.1-255 | grep appears | awk '{print $2}'; allowparms=0; returnoutput=1
39    plugin = shellexec trigger=fortune; cmd=/usr/games/fortune -s -n 300 ; allowparms=0; returnoutput=1
40    
41    
42  # Option task  # Option task
43  # Specify which tasks should be loaded  # Specify which tasks should be loaded
44  task = spool  task = spool
45    
46    
47    # Enforce Country Code
48    # if this is set, all outgoing messages must go to phone numbers
49    # starting with this
50    countrycode = 45
51    
52    # Option blacklist
53    # A comma seperated list of phone numbers that should be ignored
54    # regarding both incomming and outgoing messages
55    # Note: it is a good idea to put the servers own phonenumber in this list
56    blacklist = 4542407617,
57    
58    # Option privileged
59    # A comma seperated list of privileged phonenumbers
60    privileged = 4522337617
61    
62    
63  #config section for internal gsm modem transceiver  #config section for internal gsm modem transceiver
64  [gsmmodem]  [gsmmodem]
65    

Legend:
Removed from v.207  
changed lines
  Added in v.216

  ViewVC Help
Powered by ViewVC 1.1.20