I specify the following in the SMSC group in kannel.conf

# SMSC CONNECTIONS - GLOBAL FIELDS
group = smsc
smsc = http
smsc-id = MessageSphere
system-type = generic
port = 13014
send-url = "http://173.1.59.211/smppApi.asmx/SendMT?SubAccountId=%n&Destination=%p&S
ource=%P&Encoding=ASCII&Body=%a&umid=%I"
status-success-regex = "RECEIVED"
status-permfail-regex = "failure"
status-tempfail-regex = "retry later"
#denied-smsc-id = "X;Y"
#allowed-smsc-id = "Z"
#preferred-smsc-id = "W"
#allowed-prefix = "040;050"
#denied-prefix = "060;070"
#alt-charset =
connect-allow-ip = 173.1.59.211
reroute-dlr = true
transceiver-mode = true



Message gets sent from smpp box to opensmppbox with dlr-mask set to 31

logs on opensmppbox show the following :


2011-03-21 12:25:21 [23301] [271] DEBUG: SMPP[Account2_smpp]: Got PDU:
2011-03-21 12:25:21 [23301] [271] DEBUG: SMPP PDU 0x1737e0d0 dump:
2011-03-21 12:25:21 [23301] [271] DEBUG:   type_name: submit_sm
2011-03-21 12:25:21 [23301] [271] DEBUG:   command_id: 4 = 0x00000004
2011-03-21 12:25:21 [23301] [271] DEBUG: command_status: 0 = 0x00000000 2011-03-21 12:25:21 [23301] [271] DEBUG: sequence_number: 620 = 0x0000026c
2011-03-21 12:25:21 [23301] [271] DEBUG:   service_type: NULL
2011-03-21 12:25:21 [23301] [271] DEBUG: source_addr_ton: 2 = 0x00000002 2011-03-21 12:25:21 [23301] [271] DEBUG: source_addr_npi: 1 = 0x00000001
2011-03-21 12:25:21 [23301] [271] DEBUG:   source_addr: "1111"
2011-03-21 12:25:21 [23301] [271] DEBUG:   dest_addr_ton: 2 = 0x00000002
2011-03-21 12:25:21 [23301] [271] DEBUG:   dest_addr_npi: 1 = 0x00000001
2011-03-21 12:25:21 [23301] [271] DEBUG: destination_addr: "447824662374"
2011-03-21 12:25:21 [23301] [271] DEBUG:   esm_class: 3 = 0x00000003
2011-03-21 12:25:21 [23301] [271] DEBUG:   protocol_id: 0 = 0x00000000
2011-03-21 12:25:21 [23301] [271] DEBUG:   priority_flag: 0 = 0x00000000
2011-03-21 12:25:21 [23301] [271] DEBUG:   schedule_delivery_time: NULL
2011-03-21 12:25:21 [23301] [271] DEBUG:   validity_period: NULL
2011-03-21 12:25:21 [23301] [271] DEBUG: registered_delivery: 1 = 0x00000001 2011-03-21 12:25:21 [23301] [271] DEBUG: replace_if_present_flag: 0 = 0x00000000
2011-03-21 12:25:21 [23301] [271] DEBUG:   data_coding: 0 = 0x00000000
2011-03-21 12:25:21 [23301] [271] DEBUG: sm_default_msg_id: 0 = 0x00000000
2011-03-21 12:25:21 [23301] [271] DEBUG:   sm_length: 11 = 0x0000000b
2011-03-21 12:25:21 [23301] [271] DEBUG:   short_message: "dlr testing"
2011-03-21 12:25:21 [23301] [271] DEBUG: SMPP PDU dump ends.
2011-03-21 12:25:21 [23301] [271] DEBUG: Msg object at 0x1737f4f0:
2011-03-21 12:25:21 [23301] [271] DEBUG:  type: sms
2011-03-21 12:25:21 [23301] [271] DEBUG:  sms.sender:
2011-03-21 12:25:21 [23301] [271] DEBUG:  Octet string at 0x1737e2d0:
2011-03-21 12:25:21 [23301] [271] DEBUG:    len:  4
2011-03-21 12:25:21 [23301] [271] DEBUG:    size: 5
2011-03-21 12:25:21 [23301] [271] DEBUG:    immutable: 0
2011-03-21 12:25:21 [23301] [271] DEBUG: data: 31 31 31 31 1111
2011-03-21 12:25:21 [23301] [271] DEBUG:  Octet string dump ends.
2011-03-21 12:25:21 [23301] [271] DEBUG:  sms.receiver:
2011-03-21 12:25:21 [23301] [271] DEBUG:  Octet string at 0x1737e350:
2011-03-21 12:25:21 [23301] [271] DEBUG:    len:  12
2011-03-21 12:25:21 [23301] [271] DEBUG:    size: 13
2011-03-21 12:25:21 [23301] [271] DEBUG:    immutable: 0
2011-03-21 12:25:21 [23301] [271] DEBUG: data: 34 34 37 38 32 34 36 36 32 33 37 34 447824662374
2011-03-21 12:25:21 [23301] [271] DEBUG:  Octet string dump ends.
2011-03-21 12:25:21 [23301] [271] DEBUG:  sms.udhdata:
2011-03-21 12:25:21 [23301] [271] DEBUG:  sms.msgdata:
2011-03-21 12:25:21 [23301] [271] DEBUG:  Octet string at 0x1737e380:
2011-03-21 12:25:21 [23301] [271] DEBUG:    len:  11
2011-03-21 12:25:21 [23301] [271] DEBUG:    size: 12
2011-03-21 12:25:21 [23301] [271] DEBUG:    immutable: 0
2011-03-21 12:25:21 [23301] [271] DEBUG: data: 64 6c 72 20 74 65 73 74 69 6e 67 dlr testing
2011-03-21 12:25:21 [23301] [271] DEBUG:  Octet string dump ends.
2011-03-21 12:25:21 [23301] [271] DEBUG:  sms.time: 1300735521
2011-03-21 12:25:21 [23301] [271] DEBUG:  sms.smsc_id:
2011-03-21 12:25:21 [23301] [271] DEBUG:  Octet string at 0x1737f6a0:
2011-03-21 12:25:21 [23301] [271] DEBUG:    len:  13
2011-03-21 12:25:21 [23301] [271] DEBUG:    size: 14
2011-03-21 12:25:21 [23301] [271] DEBUG:    immutable: 0
2011-03-21 12:25:21 [23301] [271] DEBUG: data: 4d 65 73 73 61 67 65 53 70 68 65 72 65 MessageSphere
2011-03-21 12:25:21 [23301] [271] DEBUG:  Octet string dump ends.
2011-03-21 12:25:21 [23301] [271] DEBUG:  sms.smsc_number:
2011-03-21 12:25:21 [23301] [271] DEBUG:  sms.foreign_id:
2011-03-21 12:25:21 [23301] [271] DEBUG:  sms.service:
2011-03-21 12:25:21 [23301] [271] DEBUG:  Octet string at 0x17371ad0:
2011-03-21 12:25:21 [23301] [271] DEBUG:    len:  13
2011-03-21 12:25:21 [23301] [271] DEBUG:    size: 14
2011-03-21 12:25:21 [23301] [271] DEBUG:    immutable: 0
2011-03-21 12:25:21 [23301] [271] DEBUG: data: 41 63 63 6f 75 6e 74 32 5f 73 6d 70 70 Account2_smpp
2011-03-21 12:25:21 [23301] [271] DEBUG:  Octet string dump ends.
2011-03-21 12:25:21 [23301] [271] DEBUG:  sms.account:
2011-03-21 12:25:21 [23301] [271] DEBUG: sms.id: 99f80e35-11e4-435c-926a-21f8222648eb
2011-03-21 12:25:21 [23301] [271] DEBUG:  sms.sms_type: 2
2011-03-21 12:25:21 [23301] [271] DEBUG:  sms.mclass: -1
2011-03-21 12:25:21 [23301] [271] DEBUG:  sms.mwi: -1
2011-03-21 12:25:21 [23301] [271] DEBUG:  sms.coding: 0
2011-03-21 12:25:21 [23301] [271] DEBUG:  sms.compress: 0
2011-03-21 12:25:21 [23301] [271] DEBUG:  sms.validity: -1
2011-03-21 12:25:21 [23301] [271] DEBUG:  sms.deferred: -1
2011-03-21 12:25:21 [23301] [271] DEBUG:  sms.dlr_mask: 19
2011-03-21 12:25:21 [23301] [271] DEBUG:  sms.dlr_url:
2011-03-21 12:25:21 [23301] [271] DEBUG:  sms.pid: 0
2011-03-21 12:25:21 [23301] [271] DEBUG:  sms.alt_dcs: 0
2011-03-21 12:25:21 [23301] [271] DEBUG:  sms.rpi: -1
2011-03-21 12:25:21 [23301] [271] DEBUG:  sms.charset:
2011-03-21 12:25:21 [23301] [271] DEBUG:  sms.boxc_id:
2011-03-21 12:25:21 [23301] [271] DEBUG:  Octet string at 0x1737f6d0:
2011-03-21 12:25:21 [23301] [271] DEBUG:    len:  13
2011-03-21 12:25:21 [23301] [271] DEBUG:    size: 14
2011-03-21 12:25:21 [23301] [271] DEBUG:    immutable: 0
2011-03-21 12:25:21 [23301] [271] DEBUG: data: 41 63 63 6f 75 6e 74 32 5f 73 6d 70 70 Account2_smpp
2011-03-21 12:25:21 [23301] [271] DEBUG:  Octet string dump ends.
2011-03-21 12:25:21 [23301] [271] DEBUG:  sms.binfo:
2011-03-21 12:25:21 [23301] [271] DEBUG:  sms.msg_left: -1
2011-03-21 12:25:21 [23301] [271] DEBUG:  sms.split_parts: (nil)
2011-03-21 12:25:21 [23301] [271] DEBUG:  sms.priority: 0
2011-03-21 12:25:21 [23301] [271] DEBUG:  sms.resend_try: -1
2011-03-21 12:25:21 [23301] [271] DEBUG:  sms.resend_time: -1
2011-03-21 12:25:21 [23301] [271] DEBUG:  sms.meta_data:
2011-03-21 12:25:21 [23301] [271] DEBUG:  Octet string at 0x1737f670:
2011-03-21 12:25:21 [23301] [271] DEBUG:    len:  6
2011-03-21 12:25:21 [23301] [271] DEBUG:    size: 1024
2011-03-21 12:25:21 [23301] [271] DEBUG:    immutable: 0
2011-03-21 12:25:21 [23301] [271] DEBUG: data: 3f 73 6d 70 70 3f ?smpp?
2011-03-21 12:25:21 [23301] [271] DEBUG:  Octet string dump ends.
2011-03-21 12:25:21 [23301] [271] DEBUG: Msg object ends.
2011-03-21 12:25:21 [23301] [271] DEBUG: DLR[internal]: Adding DLR smsc=Account2_smpp, ts=99f80e35, src=1111, dst=447824662374, mask=19, boxc=Account2_smpp 2011-03-21 12:25:21 [23301] [270] DEBUG: SMPP[Account2_smpp]: Sending PDU:
2011-03-21 12:25:21 [23301] [270] DEBUG: SMPP PDU 0x1737f700 dump:
2011-03-21 12:25:21 [23301] [270] DEBUG:   type_name: submit_sm_resp
2011-03-21 12:25:21 [23301] [270] DEBUG: command_id: 2147483652 = 0x80000004 2011-03-21 12:25:21 [23301] [270] DEBUG: command_status: 0 = 0x00000000 2011-03-21 12:25:21 [23301] [270] DEBUG: sequence_number: 620 = 0x0000026c
2011-03-21 12:25:21 [23301] [270] DEBUG:   message_id: "99f80e35"
2011-03-21 12:25:21 [23301] [270] DEBUG: SMPP PDU dump ends.
2011-03-21 12:25:24 [23301] [271] DEBUG: SMPP[Account2_smpp]: Got PDU:
2011-03-21 12:25:24 [23301] [271] DEBUG: SMPP PDU 0x1737f6d0 dump:
2011-03-21 12:25:24 [23301] [271] DEBUG:   type_name: enquire_link
2011-03-21 12:25:24 [23301] [271] DEBUG:   command_id: 21 = 0x00000015
2011-03-21 12:25:24 [23301] [271] DEBUG: command_status: 0 = 0x00000000 2011-03-21 12:25:24 [23301] [271] DEBUG: sequence_number: 621 = 0x0000026d
2011-03-21 12:25:24 [23301] [271] DEBUG: SMPP PDU dump ends.
2011-03-21 12:25:24 [23301] [271] DEBUG: SMPP[Account2_smpp]: Sending PDU:
2011-03-21 12:25:24 [23301] [271] DEBUG: SMPP PDU 0x1737e0d0 dump:
2011-03-21 12:25:24 [23301] [271] DEBUG:   type_name: enquire_link_resp
2011-03-21 12:25:24 [23301] [271] DEBUG: command_id: 2147483669 = 0x80000015 2011-03-21 12:25:24 [23301] [271] DEBUG: command_status: 0 = 0x00000000 2011-03-21 12:25:24 [23301] [271] DEBUG: sequence_number: 621 = 0x0000026d
2011-03-21 12:25:24 [23301] [271] DEBUG: SMPP PDU dump ends.



then logs on bearer box show the following:

2011-03-21 12:23:49 [23814] [5] INFO: Client connected from <127.0.0.1>
2011-03-21 12:23:49 [23814] [5] DEBUG: Started thread 9 (gw/bb_boxc.c:function) 2011-03-21 12:23:49 [23814] [9] DEBUG: Thread 9 (gw/bb_boxc.c:function) maps to pid 23814. 2011-03-21 12:23:49 [23814] [9] DEBUG: Started thread 10 (gw/bb_boxc.c:boxc_sender) 2011-03-21 12:23:49 [23814] [10] DEBUG: Thread 10 (gw/bb_boxc.c:boxc_sender) maps to pid 23814. 2011-03-21 12:23:49 [23814] [9] DEBUG: boxc_receiver: got boxc_id <Account2_smpp> from <127.0.0.1>
2011-03-21 12:25:21 [23814] [9] DEBUG: boxc_receiver: sms received
2011-03-21 12:25:21 [23814] [9] DEBUG: HTTP[MessageSphere]: Sending request <http://173.1.59.211/smppApi.asmx/SendMT?SubAccountId=Account2_smpp&Desti
nation=447824662374&Source=1111&Encoding=ASCII&Body=dlr+testing&umid=99f8
0e35-11e4-435c-926a-21f8222648eb>
2011-03-21 12:25:21 [23814] [9] DEBUG: Started thread 11 (gwlib/fdset.c:poller) 2011-03-21 12:25:21 [23814] [9] DEBUG: Started thread 12 (gwlib/http.c:write_request_thread) 2011-03-21 12:25:21 [23814] [9] DEBUG: send_msg: sending msg to boxc: <Account2_smpp> 2011-03-21 12:25:21 [23814] [11] DEBUG: Thread 11 (gwlib/fdset.c:poller) maps to pid 23814. 2011-03-21 12:25:21 [23814] [12] DEBUG: Thread 12 (gwlib/http.c:write_request_thread) maps to pid 23814. 2011-03-21 12:25:21 [23814] [12] DEBUG: Queue contains 0 pending requests. 2011-03-21 12:25:21 [23814] [12] DEBUG: Parsing URL `http://173.1.59.211/smppApi.asmx/SendMT?SubAccountId=Account2_smpp&Desti
nation=447824662374&Source=1111&Encoding=ASCII&Body=dlr+testing&umid=99f8
0e35-11e4-435c-926a-21f8222648eb':
2011-03-21 12:25:21 [23814] [12] DEBUG:   Scheme: http://
2011-03-21 12:25:21 [23814] [12] DEBUG:   Host: 173.1.59.211
2011-03-21 12:25:21 [23814] [12] DEBUG:   Port: 80
2011-03-21 12:25:21 [23814] [12] DEBUG:   Username: (null)
2011-03-21 12:25:21 [23814] [12] DEBUG:   Password: (null)
2011-03-21 12:25:21 [23814] [12] DEBUG:   Path: /smppApi.asmx/SendMT
2011-03-21 12:25:21 [23814] [12] DEBUG: Query: SubAccountId=Account2_smpp&Destination=447824662374&Source=1111&Encoding=
ASCII&Body=dlr+testing&umid=99f80e35-11e4-435c-926a-21f8222648eb
2011-03-21 12:25:21 [23814] [12] DEBUG:   Fragment: (null)
2011-03-21 12:25:21 [23814] [12] DEBUG: Connecting nonblocking to <173.1.59.211> 2011-03-21 12:25:21 [23814] [12] DEBUG: HTTP: Opening connection to `173.1.59.211:80' (fd=35).
2011-03-21 12:25:21 [23814] [12] DEBUG: Socket connecting
2011-03-21 12:25:21 [23814] [11] DEBUG: Get info about connecting socket
2011-03-21 12:25:21 [23814] [11] DEBUG: HTTP: Sending request:
2011-03-21 12:25:21 [23814] [11] DEBUG: Octet string at 0x12fbad40:
2011-03-21 12:25:21 [23814] [11] DEBUG:   len:  219
2011-03-21 12:25:21 [23814] [11] DEBUG:   size: 1024
2011-03-21 12:25:21 [23814] [11] DEBUG:   immutable: 0
2011-03-21 12:25:21 [23814] [11] DEBUG: data: 47 45 54 20 2f 73 6d 70 70 41 70 69 2e 61 73 6d GET /smppApi.asm 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 78 2f 53 65 6e 64 4d 54 3f 53 75 62 41 63 63 6f x/SendMT?SubAcco 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 75 6e 74 49 64 3d 41 63 63 6f 75 6e 74 32 5f 73 untId=Account2_s 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 6d 70 70 26 44 65 73 74 69 6e 61 74 69 6f 6e 3d mpp&Destination= 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 34 34 37 38 32 34 36 36 32 33 37 34 26 53 6f 75 447824662374&Sou 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 72 63 65 3d 31 31 31 31 26 45 6e 63 6f 64 69 6e rce=1111&Encodin 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 67 3d 41 53 43 49 49 26 42 6f 64 79 3d 64 6c 72 g=ASCII&Body=dlr 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 2b 74 65 73 74 69 6e 67 26 75 6d 69 64 3d 39 39 +testing&umid=99 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 66 38 30 65 33 35 2d 31 31 65 34 2d 34 33 35 63 f80e35-11e4-435c 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 2d 39 32 36 61 2d 32 31 66 38 32 32 32 36 34 38 -926a-21f8222648 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 65 62 20 48 54 54 50 2f 31 2e 31 0d 0a 48 6f 73 eb HTTP/1.1..Hos 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 74 3a 20 31 37 33 2e 31 2e 35 39 2e 32 31 31 0d t: 173.1.59.211. 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 6b 65 65 .Connection: kee 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 70 2d 61 6c 69 76 65 0d 0a 0d 0a p-alive....
2011-03-21 12:25:21 [23814] [11] DEBUG: Octet string dump ends.
2011-03-21 12:25:21 [23814] [11] DEBUG: HTTP: Status line: <HTTP/1.1 200 OK>
2011-03-21 12:25:21 [23814] [11] DEBUG: HTTP: Received response:
2011-03-21 12:25:21 [23814] [11] DEBUG: Octet string at 0x12fbad40:
2011-03-21 12:25:21 [23814] [11] DEBUG:   len:  348
2011-03-21 12:25:21 [23814] [11] DEBUG:   size: 1024
2011-03-21 12:25:21 [23814] [11] DEBUG:   immutable: 0
2011-03-21 12:25:21 [23814] [11] DEBUG: data: 43 61 63 68 65 2d 43 6f 6e 74 72 6f 6c 3a 20 70 Cache-Control: p 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 72 69 76 61 74 65 2c 20 6d 61 78 2d 61 67 65 3d rivate, max-age= 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 30 0d 0a 43 6f 6e 74 65 6e 74 2d 54 79 70 65 3a 0..Content-Type: 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 20 74 65 78 74 2f 78 6d 6c 3b 20 63 68 61 72 73 text/xml; chars 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 65 74 3d 75 74 66 2d 38 0d 0a 53 65 72 76 65 72 et=utf-8..Server 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 3a 20 4d 69 63 72 6f 73 6f 66 74 2d 49 49 53 2f : Microsoft-IIS/ 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 37 2e 30 0d 0a 58 2d 41 73 70 4e 65 74 2d 56 65 7.0..X-AspNet-Ve 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 72 73 69 6f 6e 3a 20 32 2e 30 2e 35 30 37 32 37 rsion: 2.0.50727 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 0d 0a 58 2d 50 6f 77 65 72 65 64 2d 42 79 3a 20 ..X-Powered-By: 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 41 53 50 2e 4e 45 54 0d 0a 44 61 74 65 3a 20 4d ASP.NET..Date: M 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 6f 6e 2c 20 32 31 20 4d 61 72 20 32 30 31 31 20 on, 21 Mar 2011 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 31 30 3a 35 32 3a 31 39 20 47 4d 54 0d 0a 43 6f 10:52:19 GMT..Co 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 6e 74 65 6e 74 2d 4c 65 6e 67 74 68 3a 20 31 33 ntent-Length: 13 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 35 0d 0a 0d 0a 3c 3f 78 6d 6c 20 76 65 72 73 69 5....<?xml versi 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 6f 6e 3d 22 31 2e 30 22 20 65 6e 63 6f 64 69 6e on="1.0" encodin 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 67 3d 22 75 74 66 2d 38 22 3f 3e 0d 0a 3c 73 74 g="utf-8"?>..<st 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 72 69 6e 67 20 78 6d 6c 6e 73 3d 22 68 74 74 70 ring xmlns="http 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 3a 2f 2f 77 77 77 2e 77 61 76 65 63 65 6c 6c 2e ://www.wavecell. 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 63 6f 6d 2f 22 3e 52 45 43 45 49 56 45 44 3a 39 com/">RECEIVED:9 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 39 66 38 30 65 33 35 2d 31 31 65 34 2d 34 33 35 9f80e35-11e4-435 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 63 2d 39 32 36 61 2d 32 31 66 38 32 32 32 36 34 c-926a-21f822264 2011-03-21 12:25:21 [23814] [11] DEBUG: data: 38 65 62 3c 2f 73 74 72 69 6e 67 3e 8eb</string>
2011-03-21 12:25:21 [23814] [11] DEBUG: Octet string dump ends.
2011-03-21 12:25:27 [23814] [2] DEBUG: HTTP: Creating HTTPClient for `173.1.59.213'. 2011-03-21 12:25:27 [23814] [2] DEBUG: HTTP: Created HTTPClient area 0x12fbadd0. 2011-03-21 12:25:27 [23814] [6] DEBUG: HTTP[MessageSphere]: Got request `/' 2011-03-21 12:25:27 [23814] [6] DEBUG: HTTP[MessageSphere]: Received an HTTP request 2011-03-21 12:25:27 [23814] [6] DEBUG: DLR[internal]: Looking for DLR smsc=MessageSphere, ts=99f80e35, dst=447824662374, type=4 2011-03-21 12:25:27 [23814] [6] WARNING: DLR[internal]: DLR from SMSC<MessageSphere> for DST<447824662374> not found. 2011-03-21 12:25:27 [23814] [6] ERROR: HTTP[MessageSphere]: Got DLR but could not find message or was not interested in it id<99f80e35> dst<447824662374>, type<4> 2011-03-21 12:25:27 [23814] [6] DEBUG: HTTP[MessageSphere]: Sending reply 2011-03-21 12:25:27 [23814] [6] DEBUG: HTTP: Resetting HTTPClient for `173.1.59.213'. 2011-03-21 12:25:27 [23814] [6] DEBUG: HTTP[MessageSphere]: Destroying client information
2011-03-21 12:25:28 [23814] [1] ERROR: Error reading from fd 36:
2011-03-21 12:25:28 [23814] [1] ERROR: System error 104: Connection reset by peer 2011-03-21 12:25:28 [23814] [1] DEBUG: HTTP: Destroying HTTPClient area 0x12fbadd0. 2011-03-21 12:25:28 [23814] [1] DEBUG: HTTP: Destroying HTTPClient for `173.1.59.213'. 2011-03-21 12:25:28 [23814] [2] DEBUG: HTTP: Creating HTTPClient for `173.1.59.211'. 2011-03-21 12:25:28 [23814] [2] DEBUG: HTTP: Created HTTPClient area 0x12fbadd0. 2011-03-21 12:25:28 [23814] [6] DEBUG: HTTP[MessageSphere]: Got request `/' 2011-03-21 12:25:28 [23814] [6] DEBUG: HTTP[MessageSphere]: Received an HTTP request 2011-03-21 12:25:28 [23814] [6] DEBUG: DLR[internal]: Looking for DLR smsc=MessageSphere, ts=99f80e35, dst=447824662374, type=8 2011-03-21 12:25:28 [23814] [6] WARNING: DLR[internal]: DLR from SMSC<MessageSphere> for DST<447824662374> not found. 2011-03-21 12:25:28 [23814] [6] ERROR: HTTP[MessageSphere]: Got DLR but could not find message or was not interested in it id<99f80e35> dst<447824662374>, type<8> 2011-03-21 12:25:28 [23814] [6] DEBUG: HTTP[MessageSphere]: Sending reply 2011-03-21 12:25:28 [23814] [6] DEBUG: HTTP: Resetting HTTPClient for `173.1.59.211'. 2011-03-21 12:25:28 [23814] [6] DEBUG: HTTP[MessageSphere]: Destroying client information
2011-03-21 12:25:28 [23814] [1] ERROR: Error reading from fd 36:
2011-03-21 12:25:28 [23814] [1] ERROR: System error 104: Connection reset by peer 2011-03-21 12:25:28 [23814] [1] DEBUG: HTTP: Destroying HTTPClient area 0x12fbadd0. 2011-03-21 12:25:28 [23814] [1] DEBUG: HTTP: Destroying HTTPClient for `173.1.59.211'.


I think the confusion is, what type does the SMSC have to specify back? How does kannel know what these types are.....

I have seen the following patch

http://www.kannel.org/pipermail/devel/2007-September/001208.html.

They mention options like dlr-success-regex.

Do I need to specify any of these ?


Regards,

Lee


Nikos Balkanas <nbalkanas <at> gmail.com> writes:


Hi,

Please post detailed relevant to the problem logs.

BR,
Nikos
----- Original Message -----
From: "Lee Vidor" <leedj89100 <at> aol.com>
To: <users <at> kannel.org>
Sent: Friday, March 18, 2011 8:31 PM
Subject: Generic HTTP SMSC callback

Hi,

I am using the generic HTTP SMSC driver for kannel.

SMPP clients connect through opensmppbox.

If a client requests a dlr-mask value then the initial dlr is sent
back
to them.

However if HTTP SMSC sends delivery reports to kannel for specific
connected client I get

"Got DLR but could not find message or was not interested in it
id<6f6f7776> dst<447824662374>, type<1>".

The  client the message is relating do has requested the DLR by
specifying dlr-mask 31 so why can't these delivery reports get routed
successfully ?

Regards,





Reply via email to