Hi there,

It would appear that delivery receipts are not being received when I send a MT message.

Here is my kannel.conf:

# Default kannel configuration file
group = core
admin-port = 13010
admin-password = **********
status-password = *******
admin-deny-ip = "*.*.*.*"
admin-allow-ip = "*.*.*.*"
smsbox-port = 13001
#wapbox-port = 13002
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
wdp-interface-name = "*"
log-file = "/var/log/kannel/bearerbox.log"
log-level = 1
dlr-storage = mysql

group = mysql-connection
id = mydlr
host = localhost
username = ***
password = ******
database = Gateway
max-connections = 1

group = dlr-db
id = mydlr
table = ReceiptsCyta
field-smsc = smsc
field-timestamp = ts
field-destination = destination
field-source = source
field-service = service
field-url = url
field-mask = mask
field-status = status
field-boxc-id = boxc

group = smsbox
bearerbox-host = localhost
#bearerbox-port = 13018
sendsms-port = 13131
sendsms-chars = "0123456789 "
global-sender = 123456
access-log = "kannel.access"
log-file = "smsbox.log"
log-level = 0

group = smsc
smsc = smpp
host = *************
port = 6010
receive-port = 0
smsc-username = "******"
smsc-password = "*******"
system-type = "*****"
address-range = ""
source-addr-autodetect = no
source-addr-ton = 5
source-addr-npi = 0
dest-addr-ton = 1
smsc-id = A
#dlr-mask = 1+2+4+8+16

group = sendsms-user
username = ***
password = ******
forced-smsc = A

#####END OF FILE#####

Can you see any potential problems in the above kannel configuration file?

Thanks




Reply via email to