/[drupal]/contributions/modules/gnokii/gnokii_smsd/settings-sample.txt
ViewVC logotype

Contents of /contributions/modules/gnokii/gnokii_smsd/settings-sample.txt

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


Revision 1.2 - (show annotations) (download)
Thu Aug 21 03:46:52 2008 UTC (15 months ago) by diggersf
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.1: +2 -2 lines
File MIME type: text/plain
Upgraded gnokii module to Drupal 6.
1 # This is a sample settings file for gnokii-smsd
2 # Set the right parameters and rename to settings.cfg
3
4 [main]
5 # Interval, in seconds, for polling the phone
6 sms_poll_interval = 5
7 # Lock file for daemon control
8 lock_file = /tmp/gnokii-smsd.lock
9
10 [gnokii]
11 # Shell command to invoke gnokii
12 command = gnokii
13 # Parameters for sms fetching
14 # You can use --delete parameter here to prevent filling up the phone memory
15 params_getsms = --getsms IN 1
16 # Params for sms sending
17 params_sendsms = --sendsms
18
19 # Settings file for gnokii
20 settings = /etc/gnokiirc
21
22 [smsframework]
23 # Drupal smsframework settings
24 host = localhost
25 port = 80
26 path_incoming = /gnokii/incoming
27 path_outgoing = /gnokii/outgoing
28
29 [logging]
30 # Logging options
31
32 # Log level.Possible values are: CRITICAL, ERROR, WARNING, INFO, DEBUG
33 level = INFO
34
35 # Log file
36 file = /var/log/gnokii-smsd.log
37
38 # Log file max size, bytes, for rotating logs
39 file_size = 1000000
40
41 # Number of log files, for rotating logs
42 file_number = 10

  ViewVC Help
Powered by ViewVC 1.1.2