/[drupal]/contributions/modules/gnokii/gnokii_smsd/defaults.cfg
ViewVC logotype

Contents of /contributions/modules/gnokii/gnokii_smsd/defaults.cfg

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Wed Aug 6 14:55:55 2008 UTC (15 months, 2 weeks ago) by diggersf
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-ini
Initial commit of the gnokii module, which allows gnokii to be used as an gateway for the SMS Framework.
1 # This is the settings file for gnokii-smsd
2
3 [main]
4 # Interval, in seconds, for polling the phone
5 sms_poll_interval = 5
6 # Lock file for daemon control
7 lock_file = /tmp/gnokii-smsd.lock
8
9 [gnokii]
10 # Shell command to invoke gnokii
11 command = gnokii
12 # Parameters for sms fetching
13 params_getsms = --getsms IN 1
14 # Params for sms sending
15 params_sendsms = --sendsms
16
17 # Settings file for gnokii
18 settings = /etc/gnokiirc
19
20 [smsframework]
21 # Drupal smsframework settings
22 host = localhost
23 port = 80
24 path_incoming = /sms/in
25 path_outgoing = /gnokii/outgoing
26
27 [logging]
28 # Logging options
29
30 # Log level.Possible values are: CRITICAL, ERROR, WARNING, INFO, DEBUG
31 level = INFO
32
33 # Log file
34 file = /var/log/gnokii-smsd.log
35
36 # Log file max size, bytes, for rotating logs
37 file_size = 1000000
38
39 # Number of log files, for rotating logs
40 file_number = 10

  ViewVC Help
Powered by ViewVC 1.1.2