On Sat, Aug 21, 2010 at 6:27 PM, dafodil <[email protected]> wrote: > > Hi List, > I m new to kannel and the forum. > I installed kannel successfully and kannel runs fine.when i try to send any > message through HTTP sendsms interface.I just get 0: Accepted for > delivery.To make sure that the message is dellivered i tried with DLR. > seems no way DLR is getting called.sms submit and response are > excahnged.even i see in smsnox.log 2010-08-21 07:23:19 [13976] [9] DEBUG: > Parsing URL `http://smpp.e-goi.com/dl.php?dlr=8':. > First thing my DLR handling php is not called and i allways get dlr value 8 > in log.I tried several ways but with no success.I get submit response with > group = sendsms-user > username = tester > password = foobar > #user-deny-ip = "*.*.*.*" > user-allow-ip = "*.*.*.*" > max-messages = 15 > concatenation = true > forced-smsc = B > dlr-url = "http://smpp.xxx.com/dl.php?dlr=%d"
Check the userguide, you have to set dlr-mask and dlr-url to receive DLRs. The dlr-mask parameter tells kannel on which message states it should call the dlr-url. Here is a list message describing the usage of dlr-urls: http://www.kannel.org/pipermail/users/2010-January/009704.html BR, Jovan
