Hello all, i have this weird problem with DLR reports and SMPP that is breaking my head. DLR reporting seems to work fine for the other EMI connections but the SMPP connection however gives WARNING: DLR[internal]: DLR for DST<32XXXXXXXX> not found. 2005-02-01 13:51:16 [15102] [7] ERROR: SMPP[<smsc-rec>]: got DLR but could not find message or was not interestedin it ts<1167675259> dst<32XXXXXXXX>, type<1> after calling
links http://localhost:20003/cgi-bin/sendsms?user=tester&password=lalaa&to=32XXXXXXXXX&from=32YYYYYYYY&text=Hello+world&smsc=<smsc>&dlr-mask=31 in the debuglogs. I've tried setting the msg-id-type to all possible values but without any difference... I've got following stuff for the smpp connection in my kannel config group = smsc smsc = smpp smsc-id = <smsc-rec> host = A.B.C.D port = 0 receive-port = 8100 interface-version = 34 smsc-username = "USER" smsc-password = "PASSWD" system-type = "OK" address-range = "" source-addr-autodetect = false source-addr-ton = 0 source-addr-npi = 8 dest-addr-ton = 0 dest-addr-npi = 8 msg-id-type = 0x00 my-number = IIII group = smsc smsc = smpp smsc-id = <smsc> host = A.B.C.E port = 8100 receive-port = 0 interface-version = 34 smsc-username = "USER" smsc-password = "PASSWD" system-type = "OK" address-range = "" source-addr-autodetect = false source-addr-ton = 0 source-addr-npi = 8 dest-addr-ton = 0 dest-addr-npi = 8 msg-id-type = 0x00 my-number = IIII Any advice on what i could try greatly appreciated, Best regards, Tom
