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

Diff of /smsdaemon/smsdaemon.conf

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

revision 205 by torben, Fri Dec 19 22:29:25 2008 UTC revision 520 by torben, Sat Dec 26 23:01:01 2009 UTC
# Line 26  log = logfile Line 26  log = logfile
26  # Several plugin statements are allowed  # Several plugin statements are allowed
27  # syntax  # syntax
28  # plugin = <pluginname> [arguments]  # plugin = <pluginname> [arguments]
29    # General arguments
30    #   privileged - if this is set to 1(one) only the phones in the privileged list are allowed
31    #                to invoke the plugin
32  plugin = echo  plugin = echo
33  plugin = spam  plugin = spam privileged=1
34  plugin = status  plugin = status
35  plugin = hoststatus  plugin = hoststatus
36  plugin = tog  plugin = tog
# Line 36  plugin = list Line 39  plugin = list
39  plugin = urltrigger trigger=tou; url=http://t-hoerup.dk/test.php  plugin = urltrigger trigger=tou; url=http://t-hoerup.dk/test.php
40  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
41  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
42    plugin = shellexec trigger=fortune; cmd=/usr/games/fortune -s -n 300 ; allowparms=0; returnoutput=1
43    plugin = delayspam privileged=1
44    
45    # Option task
46    # Specify which tasks should be loaded
47    task = spool
48    
49    
50    # Enforce Country Code
51    # if this is set, all outgoing messages must go to phone numbers
52    # starting with this
53    countrycode = 45
54    
55    # Option blacklist
56    # A comma seperated list of phone numbers that should be ignored
57    # regarding both incomming and outgoing messages
58    # Note: it is a good idea to put the servers own phonenumber in this list
59    blacklist = 4542407617,
60    
61    # Option privileged
62    # A comma seperated list of privileged phonenumbers
63    privileged = 4522337617
64    
65    
66  #config section for internal gsm modem transceiver  #config section for internal gsm modem transceiver

Legend:
Removed from v.205  
changed lines
  Added in v.520

  ViewVC Help
Powered by ViewVC 1.1.20