Hi,
You probably have the wrong path. Is kannel.conf in your current directory?
You shouldn't give "./kannel.conf" just kannel.conf. It is not an
executable.
BR,
Nikos
----- Original Message -----
From: "arno" <[email protected]>
To: <[email protected]>
Sent: Wednesday, April 14, 2010 9:12 PM
Subject: option dlr-mask panic sms and bearerbox 1.4.3
Hello,
I'm trying to send the DLR return code to a web site for treatment, but
when I have my dlr-mask set in the config file i got:
hyperion:/etc/kannel # /usr/local/kannel/sbin/bearerbox1.4.3 -v 4
./kannel.conf
2010-04-14 17:40:33 [8485] [0] PANIC: Couldn't read configuration from
`./kannel.conf'.
why is that ?
here is my config file:
#
# SMS solution for CAS
# Version 1.1 by A. Streuli on March 15 2010
#
group = core
admin-port = 13000
admin-password = admin
smsbox-port = 13001
log-file = "/var/log/kannel/main-kannel.log"
log-level = 2
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
admin-deny-ip = "*.*.*.*"
admin-allow-ip = "127.0.0.1;10.137.*.*"
access-log = "/var/log/kannel/access-kannel.log"
access-log-clean = true
store-type = file
store-location = "/var/log/kannel/sms-store.dta"
# SMS Nokia 2.0 (sunrise)
group = smsc
smsc-id = sunrise
smsc = cimd2
host = 1.2.3.5
port = 9971
throughput = 1
smsc-username = username
smsc-password = password
keepalive = 5
# SMS box setup
group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
global-sender = 58321
log-file = "/var/log/kannel/smsbox.log"
log-level = 2
access-log = "/var/log/kannel/sms-access.log"
# SEND-SMS USERS
group = sendsms-user
username = foo
password = foobar
user-deny-ip = "*.*.*.*"
user-allow-ip = "1.2.4.5"
max-messages = 3
concatenation = true
# SEND-SMS Marketing USERS
group = sendsms-user
username = mktg
password = mktgbar
dlr-mask=31
dlr-url =
"http://webserver.domain.com/dev/Kannel_INTF.nsf/SMSReports?openagent&unid=12345&phone=%P&type=%d"
# SERVICES for MO SMS type
group = sms-service
keyword = nop
text = "You asked nothing and I did it!"
# there should be default always
group = sms-service
keyword = default
text = "No service specified"
It's on Solaris 10
kannel 1.4.3
thanks for your help