| 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
|