Hi All,

 

I have installed mysql and created database and tables on the same server as
Kannel. Also, according to the documents I have put the configuration
section to kannel config. Then I tested sending and receiving message using
FAKE SMSC, but Kannel didn't insert delivery records to MySQL databased.

 

The configuration section I put into kannel.conf is:

 

group = core

admin-port = 13130

smsbox-port = 13131

admin-password = italksms

status-password = italksms

admin-deny-ip = "*.*.*.*"

admin-allow-ip = "127.0.0.1"

log-file = "/var/log/kannel/kannel.log"

log-level = 0

box-deny-ip = "*.*.*.*"

box-allow-ip = "127.0.0.1"

access-log = "/var/log/kannel/kannel.access.log"

dlr-storage = mysql

 

group = mysql-connection

id = mydlr

host = localhost

username = kannel

password = kannel

database = kannel

# max count of connections that will be opened for dbpool

# default is 1

max-connections = 1

 

group = dlr-db

id = mydlr

table = dlr

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

 

Did I miss steps somewhere?

 

Thank you.

Henry

Reply via email to