in case you set dlr-mask value to 31 you need either: set dlr-url value in the send-sms group or create and use unique dlr-url per each MT message.
example: http://server:port/cgi-bin/sendsms?username=foo&password=foo&from=root&to=+12345678&text=help&dlr-mask=31&dlr-url=urlencodedDLRURL example: DLRURL="http://ip:port/path/dlr.pgsql.php?smscID=%i&dlr=%d&answer=%A&to=%p&from=%P&ts=%T&smsID=0414983ecba07dbf976bc4a3a9bf7fea&charset=%C&kannel_id=%I" the internal dlr storage of kannel does not handle the dlr statuses of the MT traffic, it stores the pending MT messages is there are any in case of smsc link is down or kannel sighup etc. failures its written in the manual .... :) -----Original Message----- From: [email protected] [EMAIL PROTECTED] Sent: 23 ?????? 2008 ?. To: [EMAIL PROTECTED] Subject:trouble sending dollar symbol using kannel > Hi, > I installed the cvs-20080118 version of kannel, on Centos 5. > The kannel configuration file is here: > group = core > admin-port = 13000 > smsbox-port = 13001 > admin-password = foobar > status-password = foobar > log-file = "/opt/kannel/logs/bearerbox_server.log" > log-level = 3 > access-log = "/opt/kannel/logs/access_server.log" > store-type = spool > store-location = "/opt/kannel/var/bearerbox_server" > include = "/opt/kannel/etc/smsc.d/smsc.conf" > group = smsbox > bearerbox-host = localhost > sendsms-port = 13131 > log-file = "/opt/kannel/logs/smsbox_server.log" > log-level = 0 > access-log = "/opt/kannel/logs/access_smsbox_server.log" > group = sendsms-user > username = tester > password = foobar > group = sms-service > keyword = default > text = "No service specified" > The smsc.conf file is here: > group = smsc > smsc = smpp > smsc-id = smpp > host = 2xx.1xx.1xx.1xx > port = 14000 > receive-port = 0 > system-type = smpp > smsc-username = username > smsc-password = password > source-addr-ton = 0 > source-addr-npi = 1 > source-addr-autodetect = no > dest-addr-ton = 1 > dest-addr-npi = 1 > enquire-link-interval = 40 > I sent sms with following url: > http://server:port/cgi-bin/sendsms?username=foo&password=foo&from=root&to=+12345678&text=help&dlr-mask=31 > Detail from log file is here: > 2008-01-21 10:53:38 [16113] [6] DEBUG: DLR[internal]: Adding DLR > smsc=rad_smpp, ts=0558611583, src=HELLO, dst=+40745615087, mask=19, > boxc=KANNELSMSC > 2008-01-21 10:53:58.650 [16131] [4] DEBUG: Waiting for delivery report on > message id <52495219-2087-45cc-a8d3-acec1f80e398> > 2008-01-21 10:54:28.650 [16131] [4] DEBUG: Waiting for delivery report on > message id <52495219-2087-45cc-a8d3-acec1f80e398> > My question is why i do not receive the dlr's? > -- > Tisztelettel: Lukács Barnabás > Alias:Kacsabácsi > Email:[EMAIL PROTECTED] > Web:www.krsoft.ro > Tel:+40745615087
