DLR problem
"Shanavaz E A" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <005101c3149e$20043200$0201640a@AUHCALL> |
Hi, I have a kannel cvs 1.3.0 running on a redhat 8.0 machine with SMPP smsc. I tried to send SMS with dlrmask=7 From the bearerbox access log, I have the following: 2003-05-05 09:57:48 Sent SMS [SMSC:XXXXX] [SVC:YYYYY] [ACT:] [from:xxx] [to:+xxxxxxxxxxx] [flags:0:1:0:0:7] [msg:12:hellotesting] [udh:0:] 2003-05-05 09:58:19 DLR SMS [SMSC:XXXXX] [SVC:YYYYY] [ACT:] [from:xxx] [to:xxx] [flags:0:0:0:0:1] [msg:102:id:4229699656 sub:001 dlvrd:001 submit date:0305050952 done date:0305050952 stat:DELIVRD err:000 Text:] [udh:0:] So when I sent something I am getting some DLR back. Now from Bearerbox log, I have the following: 2003-05-05 09:58:19 [7] DEBUG: SMPP[XXXXX]: Got PDU: 2003-05-05 09:58:19 [7] DEBUG: SMPP PDU 0x80e79c8 dump: 2003-05-05 09:58:19 [7] DEBUG: type_name: deliver_sm .... 2003-05-05 09:58:19 [7] DEBUG: short_message: 2003-05-05 09:58:19 [7] DEBUG: Octet string at 0x80e6f08: 2003-05-05 09:58:19 [7] DEBUG: len: 102 2003-05-05 09:58:19 [7] DEBUG: size: 103 2003-05-05 09:58:19 [7] DEBUG: immutable: 0 2003-05-05 09:58:19 [7] DEBUG: data: 69 64 3a 34 32 32 39 36 id:42296 .... 2003-05-05 09:58:19 [7] DEBUG: data: 39 35 32 20 73 74 61 74 952 stat 2003-05-05 09:58:19 [7] DEBUG: data: 3a 44 45 4c 49 56 52 44 :DELIVRD 2003-05-05 09:58:19 [7] DEBUG: data: 20 65 72 72 3a 30 30 30 err:000 2003-05-05 09:58:19 [7] DEBUG: data: 20 54 65 78 74 3a Text: 2003-05-05 09:58:19 [7] DEBUG: Octet string dump ends. 2003-05-05 09:58:19 [7] DEBUG: SMPP PDU dump ends. 2003-05-05 09:58:19 [7] DEBUG: SMPP[XXXXX] handle_pdu, got DLR 2003-05-05 09:58:19 [7] DEBUG: Found entry, row[0]=7, row[1]=YYYYY, row[2]=http://10.100.1.2/dlr.asp?phone=%P&status=%d&text=%A&id=123, row[3]=xxx, row[4]=(null) 2003-05-05 09:58:19 [7] DEBUG: created DLR message for URL <http://10.100.1.2/dlr.asp?phone=%P&status=%d&text=%A&id=123> 2003-05-05 09:58:19 [7] DEBUG: removing DLR from database 2003-05-05 09:58:19 [7] ERROR: Could not route message to smsbox id <(null)>, smsbox is gone! I havent given smsbox-id parameter in the conf file. When I give the smsbox-id, the error: " Could not route message to smsbox id <(null)>, smsbox is gone! " is NOT coming. But what ever I sent is going to the store file only. In either case, the dlr-url is not called. Can any figure out the problem and a solution for me? Thanking you Shanavaz.