Hello Team,

I am unable to update the DLR in the table . Please take a look over my
brief configuration file. I am also looking for some parameters where i can
store the Mesage received my Kannel too in mysql table.

Is it possible.

--
Thanks
Anshu

==============================
=========

group = core
admin-port = 13000
smsbox-port = 13001
admin-password = bar
admin-allow-ip = "127.0.0.0"
log-file = "/home/anshu/projects/kannel-1.4.3/logs-e12/kannel.log"
#log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
dlr-storage = mysql


#--- mysql connection
group = mysql-connection
id = mydlr
host = localhost
username = root
password = XXXXXXX
database = kannelsmsc
max-connections = 4

#---- DLR table structure
group = dlr-db
id = mydlr
table = smsc0303
field-smsc = smsc
field-timestamp = timestamp
field-destination = destination
field-source = source
field-service = service
field-url = url
field-mask = mask
field-status = status
field-boxc-id = boxc_id

group = sms-service
keyword =
catch-all = yes
max-messages = 0
get-url = "http://localhost/receiveSMS.php?phone=%p&text=%a";

Reply via email to