internal mysql dlr storage has nothing to do with the messages delivery reports

the easy way
use unique dlr-url value for each MT messages, and set the dlr-mask to 31

like this one
"http://localhost/dlr.pgsql.php?smscID=%i&dlr=%d&answer=%A&to=%p&from=%P&ts=%T&smsID=b745f83932821c34da4f8a4839bf943a&charset=%C&kannel_id=%I";
there are plenty of detailed examples in the mailing list, its worth to read it 
..

and make sure your esme client bind session is transceiver one

-----Original Message-----
From: Tharanga [EMAIL PROTECTED]
Sent: 30 ????? 2008 ?.
To: seik
Subject:SMPP and Delivery reports 

> Hi,

> I have configured the smpp (v 3.4) and it can send/receive sms's via the
> SMPP link . but my problem is iam not getting any thing related to DLR. i
> cant see any records in the mysql database. how should i fix this ? if i use
> dlr-mask=31 it will add a record to my DB. and how should i add dlr-url and
> what kind of a logic should i implement there ? any sample script in the
> kannel distribution ?

> this is my config

> group = mysql-connection
> id = mydlr
> host = 127.0.0.1
> username = root
> password = test123
> database = dlr
> 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

> group = smsbox
> bearerbox-host = 127.0.0.1
> sendsms-port = 17018
> #sendsms-port-ssl = true
> #global-sender = 13013
> #sendsms-chars = "0123456789 +-"
> log-file = "/var/log/kannel/smsbox.log"

> many thanks,
> Tharanga





Reply via email to