Hi,

I'm working on an HTTP Application for sending bulk message. I'm sending
bulk sms through HTTP cgi bin get method like:

"http://127.0.0.1:13013/cgi-bin/sendsms?username=kiran&password=kiran
&to=9036971573+9036971573+9036971573+9036971573+9036971573+9036971573
+&text=This+is+test"

Kannel SMSBox push this message to particular SMSC that are connected to kannel.

SMSC process this request and send message to particular MSISDN.

I also use dlr-storage = "mysql" and kannel also stores all dlr's in
mysql database.

These are my different logs:

access.log

2014-07-11 16:14:05 Sent SMS [SMSC:mysmsc1] [SVC:mysendsmsuser1]
[ACT:] [BINF:] [FID:6d469cb8] [from:107955] [to:9039238251]
[flags:-1:0:-1:-1:3] [msg:24:Testing With Two Numbers] [udh:0:]
2014-07-11 16:14:06 Sent SMS [SMSC:mysmsc1] [SVC:mysendsmsuser1]
[ACT:] [BINF:] [FID:7a709ca1] [from:107955] [to:9039238252]
[flags:-1:0:-1:-1:3] [msg:24:Testing With Two Numbers] [udh:0:]
----------------------------------------------------------------------------------------
kannel.log

2014-07-11 16:14:05 [4528] [13] DEBUG: boxc_receiver: sms received
2014-07-11 16:14:05 [4528] [13] DEBUG: send_msg: sending msg to boxc: <mysmsbox>
2014-07-11 16:14:05 [4528] [13] DEBUG: boxc_receiver: sms received
2014-07-11 16:14:05 [4528] [13] DEBUG: send_msg: sending msg to boxc: <mysmsbox>
----------------------------------------------------------------------------------------
smsbox.log

2014-07-11 16:14:05 [5272] [3] INFO: smsbox: Got HTTP request
</cgi-bin/sendsms> from <127.0.0.1>
2014-07-11 16:14:05 [5272] [3] INFO: sendsms used by <tester1>
2014-07-11 16:14:05 [5272] [3] INFO: sendsms sender:<tester1:107955>
(127.0.0.1) to:<9039238251  9039238252> msg:<Testing With Two Numbers>
2014-07-11 16:14:05 [5272] [3] DEBUG: Stored UUID
544f1d2a-687c-4353-85cf-b8830851825b
2014-07-11 16:14:05 [5272] [3] DEBUG: message length 24, sending 1 messages
2014-07-11 16:14:05 [5272] [3] DEBUG: message length 24, sending 1 messages
2014-07-11 16:14:05 [5272] [3] DEBUG: Status: 202 Answer: <Sent.>
2014-07-11 16:14:05 [5272] [3] DEBUG: Delayed reply - wait for bearerbox
2014-07-11 16:14:05 [5272] [0] DEBUG: Got ACK (0) of
544f1d2a-687c-4353-85cf-b8830851825b
2014-07-11 16:14:05 [5272] [0] DEBUG: HTTP: Resetting HTTPClient for
`127.0.0.1'.
2014-07-11 16:14:05 [5272] [0] DEBUG: Got ACK (0) of
544f1d2a-687c-4353-85cf-b8830851825b
2014-07-11 16:14:05 [5272] [0] DEBUG: No client - multi-send or ACK to
pull-reply
2014-07-11 16:14:05 [5272] [1] DEBUG: HTTP: Destroying HTTPClient area
0x20133738.
2014-07-11 16:14:05 [5272] [1] DEBUG: HTTP: Destroying HTTPClient for
`127.0.0.1'.
----------------------------------------------------------------------------------------
smsc.log

2014-07-11 16:14:05 [4528] [6] DEBUG:   type_name: submit_sm
2014-07-11 16:14:05 [4528] [6] DEBUG:   command_id: 4 = 0x00000004
2014-07-11 16:14:05 [4528] [6] DEBUG:   command_status: 0 = 0x00000000
2014-07-11 16:14:05 [4528] [6] DEBUG:   sequence_number: 5 = 0x00000005
2014-07-11 16:14:05 [4528] [6] DEBUG:   service_type: "CMT"
2014-07-11 16:14:05 [4528] [6] DEBUG:   source_addr_ton: 0 = 0x00000000
2014-07-11 16:14:05 [4528] [6] DEBUG:   source_addr_npi: 1 = 0x00000001
2014-07-11 16:14:05 [4528] [6] DEBUG:   source_addr: "107955"
2014-07-11 16:14:05 [4528] [6] DEBUG:   dest_addr_ton: 1 = 0x00000001
2014-07-11 16:14:05 [4528] [6] DEBUG:   dest_addr_npi: 1 = 0x00000001
2014-07-11 16:14:05 [4528] [6] DEBUG:   destination_addr: "9039238251"
2014-07-11 16:14:05 [4528] [6] DEBUG:   esm_class: 3 = 0x00000003
2014-07-11 16:14:05 [4528] [6] DEBUG:   protocol_id: 0 = 0x00000000
2014-07-11 16:14:05 [4528] [6] DEBUG:   priority_flag: 0 = 0x00000000
2014-07-11 16:14:05 [4528] [6] DEBUG:   schedule_delivery_time: NULL
2014-07-11 16:14:05 [4528] [6] DEBUG:   validity_period: "140711204405000+"
2014-07-11 16:14:05 [4528] [6] DEBUG:   registered_delivery: 1 = 0x00000001
2014-07-11 16:14:05 [4528] [6] DEBUG:   replace_if_present_flag: 0 = 0x00000000
2014-07-11 16:14:05 [4528] [6] DEBUG:   data_coding: 0 = 0x00000000
2014-07-11 16:14:05 [4528] [6] DEBUG:   sm_default_msg_id: 0 = 0x00000000
2014-07-11 16:14:05 [4528] [6] DEBUG:   sm_length: 24 = 0x00000018
2014-07-11 16:14:05 [4528] [6] DEBUG:   short_message:
2014-07-11 16:14:05 [4528] [6] DEBUG:    Octet string at 0x201510a8:
2014-07-11 16:14:05 [4528] [6] DEBUG:      len:  24
2014-07-11 16:14:05 [4528] [6] DEBUG:      size: 25
2014-07-11 16:14:05 [4528] [6] DEBUG:      immutable: 0
2014-07-11 16:14:05 [4528] [6] DEBUG:      data: 54 65 73 74 69 6e 67
20 57 69 74 68 20 54 77 6f   Testing With Two
2014-07-11 16:14:05 [4528] [6] DEBUG:      data: 20 4e 75 6d 62 65 72
73                            Numbers
2014-07-11 16:14:05 [4528] [6] DEBUG:    Octet string dump ends.
2014-07-11 16:14:05 [4528] [6] DEBUG: SMPP PDU dump ends.
2014-07-11 16:14:05 [4528] [6] DEBUG: SMPP[mysmsc1]: Manually forced
source addr ton = 0, source add npi = 1
2014-07-11 16:14:05 [4528] [6] DEBUG: SMPP[mysmsc1]: Manually forced
dest addr ton = 1, dest add npi = 1
2014-07-11 16:14:05 [4528] [6] DEBUG: SMPP[mysmsc1]: Sending PDU:
2014-07-11 16:14:05 [4528] [6] DEBUG: SMPP PDU 0x20154578 dump:
2014-07-11 16:14:05 [4528] [6] DEBUG:   type_name: submit_sm
2014-07-11 16:14:05 [4528] [6] DEBUG:   command_id: 4 = 0x00000004
2014-07-11 16:14:05 [4528] [6] DEBUG:   command_status: 0 = 0x00000000
2014-07-11 16:14:05 [4528] [6] DEBUG:   sequence_number: 6 = 0x00000006
2014-07-11 16:14:05 [4528] [6] DEBUG:   service_type: "CMT"
2014-07-11 16:14:05 [4528] [6] DEBUG:   source_addr_ton: 0 = 0x00000000
2014-07-11 16:14:05 [4528] [6] DEBUG:   source_addr_npi: 1 = 0x00000001
2014-07-11 16:14:05 [4528] [6] DEBUG:   source_addr: "107955"
2014-07-11 16:14:05 [4528] [6] DEBUG:   dest_addr_ton: 1 = 0x00000001
2014-07-11 16:14:05 [4528] [6] DEBUG:   dest_addr_npi: 1 = 0x00000001
2014-07-11 16:14:05 [4528] [6] DEBUG:   destination_addr: "9039238252"
2014-07-11 16:14:05 [4528] [6] DEBUG:   esm_class: 3 = 0x00000003
2014-07-11 16:14:05 [4528] [6] DEBUG:   protocol_id: 0 = 0x00000000
2014-07-11 16:14:05 [4528] [6] DEBUG:   priority_flag: 0 = 0x00000000
2014-07-11 16:14:05 [4528] [6] DEBUG:   schedule_delivery_time: NULL
2014-07-11 16:14:05 [4528] [6] DEBUG:   validity_period: "140711204405000+"
2014-07-11 16:14:05 [4528] [6] DEBUG:   registered_delivery: 1 = 0x00000001
2014-07-11 16:14:05 [4528] [6] DEBUG:   replace_if_present_flag: 0 = 0x00000000
2014-07-11 16:14:05 [4528] [6] DEBUG:   data_coding: 0 = 0x00000000
2014-07-11 16:14:05 [4528] [6] DEBUG:   sm_default_msg_id: 0 = 0x00000000
2014-07-11 16:14:05 [4528] [6] DEBUG:   sm_length: 24 = 0x00000018
2014-07-11 16:14:05 [4528] [6] DEBUG:   short_message:
2014-07-11 16:14:05 [4528] [6] DEBUG:    Octet string at 0x201429f0:
2014-07-11 16:14:05 [4528] [6] DEBUG:      len:  24
2014-07-11 16:14:05 [4528] [6] DEBUG:      size: 25
2014-07-11 16:14:05 [4528] [6] DEBUG:      immutable: 0
2014-07-11 16:14:05 [4528] [6] DEBUG:      data: 54 65 73 74 69 6e 67
20 57 69 74 68 20 54 77 6f   Testing With Two
2014-07-11 16:14:05 [4528] [6] DEBUG:      data: 20 4e 75 6d 62 65 72
73                            Numbers
2014-07-11 16:14:05 [4528] [6] DEBUG:    Octet string dump ends.
2014-07-11 16:14:05 [4528] [6] DEBUG: SMPP PDU dump ends.
2014-07-11 16:14:05 [4528] [6] DEBUG: SMPP[mysmsc1]: Got PDU:
2014-07-11 16:14:05 [4528] [6] DEBUG: SMPP PDU 0x20151aa0 dump:
2014-07-11 16:14:05 [4528] [6] DEBUG:   type_name: submit_sm_resp
2014-07-11 16:14:05 [4528] [6] DEBUG:   command_id: 2147483652 = 0x80000004
2014-07-11 16:14:05 [4528] [6] DEBUG:   command_status: 0 = 0x00000000
2014-07-11 16:14:05 [4528] [6] DEBUG:   sequence_number: 5 = 0x00000005
2014-07-11 16:14:05 [4528] [6] DEBUG:   message_id: "6d469cb8"
2014-07-11 16:14:05 [4528] [6] DEBUG: SMPP PDU dump ends.
2014-07-11 16:14:05 [4528] [6] DEBUG: DLR[mysql]: Adding DLR
smsc=mysmsc1, ts=6d469cb8, src=107955, dst=9039238251, mask=3,
boxc=mysmsbox
2014-07-11 16:14:05 [4528] [6] DEBUG: sql: INSERT INTO dlr (smsc, ts,
source, destination, service, url, mask, boxc, status) VALUES
('mysmsc1', '6d469cb8', '107955', '9039238251', 'mysendsmsuser1',
'http://localhost/BulkSMSApp/dlr.php', '3', 'mysmsbox', '0');
2014-07-11 16:14:05 [4528] [6] DEBUG: SMPP[mysmsc1]: Got PDU:
2014-07-11 16:14:05 [4528] [6] DEBUG: SMPP PDU 0x20151aa0 dump:
2014-07-11 16:14:05 [4528] [6] DEBUG:   type_name: submit_sm_resp
2014-07-11 16:14:05 [4528] [6] DEBUG:   command_id: 2147483652 = 0x80000004
2014-07-11 16:14:05 [4528] [6] DEBUG:   command_status: 0 = 0x00000000
2014-07-11 16:14:05 [4528] [6] DEBUG:   sequence_number: 6 = 0x00000006
2014-07-11 16:14:05 [4528] [6] DEBUG:   message_id: "7a709ca1"
2014-07-11 16:14:05 [4528] [6] DEBUG: SMPP PDU dump ends.
2014-07-11 16:14:05 [4528] [6] DEBUG: DLR[mysql]: Adding DLR
smsc=mysmsc1, ts=7a709ca1, src=107955, dst=9039238252, mask=3,
boxc=mysmsbox
2014-07-11 16:14:05 [4528] [6] DEBUG: sql: INSERT INTO dlr (smsc, ts,
source, destination, service, url, mask, boxc, status) VALUES
('mysmsc1', '7a709ca1', '107955', '9039238252', 'mysendsmsuser1',
'http://localhost/BulkSMSApp/dlr.php', '3', 'mysmsbox', '0');
2014-07-11 16:14:06 [4528] [6] DEBUG: SMPP[mysmsc1]: Got PDU:
2014-07-11 16:14:06 [4528] [6] DEBUG: SMPP PDU 0x20150e78 dump:
2014-07-11 16:14:06 [4528] [6] DEBUG:   type_name: deliver_sm
2014-07-11 16:14:06 [4528] [6] DEBUG:   command_id: 5 = 0x00000005
2014-07-11 16:14:06 [4528] [6] DEBUG:   command_status: 0 = 0x00000000
2014-07-11 16:14:06 [4528] [6] DEBUG:   sequence_number: 3129 = 0x00000c39
2014-07-11 16:14:06 [4528] [6] DEBUG:   service_type: "CMT"
2014-07-11 16:14:06 [4528] [6] DEBUG:   source_addr_ton: 1 = 0x00000001
2014-07-11 16:14:06 [4528] [6] DEBUG:   source_addr_npi: 1 = 0x00000001
2014-07-11 16:14:06 [4528] [6] DEBUG:   source_addr: "9039238252"
2014-07-11 16:14:06 [4528] [6] DEBUG:   dest_addr_ton: 0 = 0x00000000
2014-07-11 16:14:06 [4528] [6] DEBUG:   dest_addr_npi: 1 = 0x00000001
2014-07-11 16:14:06 [4528] [6] DEBUG:   destination_addr: "107955"
2014-07-11 16:14:06 [4528] [6] DEBUG:   esm_class: 132 = 0x00000084
2014-07-11 16:14:06 [4528] [6] DEBUG:   protocol_id: 0 = 0x00000000
2014-07-11 16:14:06 [4528] [6] DEBUG:   priority_flag: 0 = 0x00000000
2014-07-11 16:14:06 [4528] [6] DEBUG:   schedule_delivery_time: NULL
2014-07-11 16:14:06 [4528] [6] DEBUG:   validity_period: NULL
2014-07-11 16:14:06 [4528] [6] DEBUG:   registered_delivery: 0 = 0x00000000
2014-07-11 16:14:06 [4528] [6] DEBUG:   replace_if_present_flag: 0 = 0x00000000
2014-07-11 16:14:06 [4528] [6] DEBUG:   data_coding: 0 = 0x00000000
2014-07-11 16:14:06 [4528] [6] DEBUG:   sm_default_msg_id: 0 = 0x00000000
2014-07-11 16:14:06 [4528] [6] DEBUG:   sm_length: 123 = 0x0000007b
2014-07-11 16:14:06 [4528] [6] DEBUG:   short_message:
2014-07-11 16:14:06 [4528] [6] DEBUG:    Octet string at 0x20150f88:
2014-07-11 16:14:06 [4528] [6] DEBUG:      len:  123
2014-07-11 16:14:06 [4528] [6] DEBUG:      size: 124
2014-07-11 16:14:06 [4528] [6] DEBUG:      immutable: 0
2014-07-11 16:14:06 [4528] [6] DEBUG:      data: 69 64 3a 32 30 35 34
32 30 30 34 38 31 20 73 75   id:2054200481 su
2014-07-11 16:14:06 [4528] [6] DEBUG:      data: 62 3a 30 30 31 20 64
6c 76 72 64 3a 30 30 31 20   b:001 dlvrd:001
2014-07-11 16:14:06 [4528] [6] DEBUG:      data: 73 75 62 6d 69 74 20
64 61 74 65 3a 31 34 30 37   submit date:1407
2014-07-11 16:14:06 [4528] [6] DEBUG:      data: 31 31 31 36 31 34 20
64 6f 6e 65 20 64 61 74 65   111614 done date
2014-07-11 16:14:06 [4528] [6] DEBUG:      data: 3a 31 34 30 37 31 31
31 36 31 34 20 73 74 61 74   :1407111614 stat
2014-07-11 16:14:06 [4528] [6] DEBUG:      data: 3a 44 45 4c 49 56 52
44 20 65 72 72 3a 6e 75 6c   :DELIVRD err:nul
2014-07-11 16:14:06 [4528] [6] DEBUG:      data: 6c 20 74 65 78 74 3a
54 65 73 74 69 6e 67 20 57   l text:Testing W
2014-07-11 16:14:06 [4528] [6] DEBUG:      data: 69 74 68 20 54 77 6f
20 4e 75 6d                  ith Two Num
2014-07-11 16:14:06 [4528] [6] DEBUG:    Octet string dump ends.
2014-07-11 16:14:06 [4528] [6] DEBUG: SMPP PDU dump ends.
2014-07-11 16:14:06 [4528] [6] DEBUG: SMPP[mysmsc1] handle_pdu, got DLR
2014-07-11 16:14:06 [4528] [6] DEBUG: SMPP[mysmsc1]: Couldnot parse
DLR string sscanf way,fallback to old way. Please report!
2014-07-11 16:14:06 [4528] [6] DEBUG: DLR[mysql]: Looking for DLR
smsc=mysmsc1, ts=2054200481, dst=9039238252, type=1
2014-07-11 16:14:06 [4528] [6] DEBUG: sql: SELECT mask, service, url,
source, destination, boxc FROM dlr WHERE smsc='mysmsc1' AND
ts='2054200481';
2014-07-11 16:14:06 [4528] [6] DEBUG: no rows found
2014-07-11 16:14:06 [4528] [6] WARNING: DLR[mysql]: DLR from
SMSC<mysmsc1> for DST<9039238252> not found.
2014-07-11 16:14:06 [4528] [6] ERROR: SMPP[mysmsc1]: got DLR but could
not find message or was not interested in it id<2054200481>
dst<9039238252>, type<1>
2014-07-11 16:14:06 [4528] [6] DEBUG: SMPP[mysmsc1]: Sending PDU:
2014-07-11 16:14:06 [4528] [6] DEBUG: SMPP PDU 0x20154578 dump:
2014-07-11 16:14:06 [4528] [6] DEBUG:   type_name: deliver_sm_resp
2014-07-11 16:14:06 [4528] [6] DEBUG:   command_id: 2147483653 = 0x80000005
2014-07-11 16:14:06 [4528] [6] DEBUG:   command_status: 0 = 0x00000000
2014-07-11 16:14:06 [4528] [6] DEBUG:   sequence_number: 3129 = 0x00000c39
2014-07-11 16:14:06 [4528] [6] DEBUG:   message_id: NULL
2014-07-11 16:14:06 [4528] [6] DEBUG: SMPP PDU dump ends.
2014-07-11 16:14:06 [4528] [6] DEBUG: SMPP[mysmsc1]: Got PDU:
2014-07-11 16:14:06 [4528] [6] DEBUG: SMPP PDU 0x201542e8 dump:
2014-07-11 16:14:06 [4528] [6] DEBUG:   type_name: deliver_sm
2014-07-11 16:14:06 [4528] [6] DEBUG:   command_id: 5 = 0x00000005
2014-07-11 16:14:06 [4528] [6] DEBUG:   command_status: 0 = 0x00000000
2014-07-11 16:14:06 [4528] [6] DEBUG:   sequence_number: 3130 = 0x00000c3a
2014-07-11 16:14:06 [4528] [6] DEBUG:   service_type: "CMT"
2014-07-11 16:14:06 [4528] [6] DEBUG:   source_addr_ton: 1 = 0x00000001
2014-07-11 16:14:06 [4528] [6] DEBUG:   source_addr_npi: 1 = 0x00000001
2014-07-11 16:14:06 [4528] [6] DEBUG:   source_addr: "9039238251"
2014-07-11 16:14:06 [4528] [6] DEBUG:   dest_addr_ton: 0 = 0x00000000
2014-07-11 16:14:06 [4528] [6] DEBUG:   dest_addr_npi: 1 = 0x00000001
2014-07-11 16:14:06 [4528] [6] DEBUG:   destination_addr: "107955"
2014-07-11 16:14:06 [4528] [6] DEBUG:   esm_class: 132 = 0x00000084
2014-07-11 16:14:06 [4528] [6] DEBUG:   protocol_id: 0 = 0x00000000
2014-07-11 16:14:06 [4528] [6] DEBUG:   priority_flag: 0 = 0x00000000
2014-07-11 16:14:06 [4528] [6] DEBUG:   schedule_delivery_time: NULL
2014-07-11 16:14:06 [4528] [6] DEBUG:   validity_period: NULL
2014-07-11 16:14:06 [4528] [6] DEBUG:   registered_delivery: 0 = 0x00000000
2014-07-11 16:14:06 [4528] [6] DEBUG:   replace_if_present_flag: 0 = 0x00000000
2014-07-11 16:14:06 [4528] [6] DEBUG:   data_coding: 0 = 0x00000000
2014-07-11 16:14:06 [4528] [6] DEBUG:   sm_default_msg_id: 0 = 0x00000000
2014-07-11 16:14:06 [4528] [6] DEBUG:   sm_length: 123 = 0x0000007b
2014-07-11 16:14:06 [4528] [6] DEBUG:   short_message:
2014-07-11 16:14:06 [4528] [6] DEBUG:    Octet string at 0x201543f8:
2014-07-11 16:14:06 [4528] [6] DEBUG:      len:  123
2014-07-11 16:14:06 [4528] [6] DEBUG:      size: 124
2014-07-11 16:14:06 [4528] [6] DEBUG:      immutable: 0
2014-07-11 16:14:06 [4528] [6] DEBUG:      data: 69 64 3a 31 38 33 33
33 34 34 31 38 34 20 73 75   id:1833344184 su
2014-07-11 16:14:06 [4528] [6] DEBUG:      data: 62 3a 30 30 31 20 64
6c 76 72 64 3a 30 30 31 20   b:001 dlvrd:001
2014-07-11 16:14:06 [4528] [6] DEBUG:      data: 73 75 62 6d 69 74 20
64 61 74 65 3a 31 34 30 37   submit date:1407
2014-07-11 16:14:06 [4528] [6] DEBUG:      data: 31 31 31 36 31 34 20
64 6f 6e 65 20 64 61 74 65   111614 done date
2014-07-11 16:14:06 [4528] [6] DEBUG:      data: 3a 31 34 30 37 31 31
31 36 31 34 20 73 74 61 74   :1407111614 stat
2014-07-11 16:14:06 [4528] [6] DEBUG:      data: 3a 44 45 4c 49 56 52
44 20 65 72 72 3a 6e 75 6c   :DELIVRD err:nul
2014-07-11 16:14:06 [4528] [6] DEBUG:      data: 6c 20 74 65 78 74 3a
54 65 73 74 69 6e 67 20 57   l text:Testing W
2014-07-11 16:14:06 [4528] [6] DEBUG:      data: 69 74 68 20 54 77 6f
20 4e 75 6d                  ith Two Num
2014-07-11 16:14:06 [4528] [6] DEBUG:    Octet string dump ends.
2014-07-11 16:14:06 [4528] [6] DEBUG: SMPP PDU dump ends.
2014-07-11 16:14:06 [4528] [6] DEBUG: SMPP[mysmsc1] handle_pdu, got DLR
2014-07-11 16:14:06 [4528] [6] DEBUG: SMPP[mysmsc1]: Couldnot parse
DLR string sscanf way,fallback to old way. Please report!
2014-07-11 16:14:06 [4528] [6] DEBUG: DLR[mysql]: Looking for DLR
smsc=mysmsc1, ts=1833344184, dst=9039238251, type=1
2014-07-11 16:14:06 [4528] [6] DEBUG: sql: SELECT mask, service, url,
source, destination, boxc FROM dlr WHERE smsc='mysmsc1' AND
ts='1833344184';
2014-07-11 16:14:06 [4528] [6] DEBUG: no rows found
2014-07-11 16:14:06 [4528] [6] WARNING: DLR[mysql]: DLR from
SMSC<mysmsc1> for DST<9039238251> not found.
2014-07-11 16:14:06 [4528] [6] ERROR: SMPP[mysmsc1]: got DLR but could
not find message or was not interested in it id<1833344184>
dst<9039238251>, type<1>
2014-07-11 16:14:06 [4528] [6] DEBUG: SMPP[mysmsc1]: Sending PDU:
2014-07-11 16:14:06 [4528] [6] DEBUG: SMPP PDU 0x20154578 dump:
2014-07-11 16:14:06 [4528] [6] DEBUG:   type_name: deliver_sm_resp
2014-07-11 16:14:06 [4528] [6] DEBUG:   command_id: 2147483653 = 0x80000005
2014-07-11 16:14:06 [4528] [6] DEBUG:   command_status: 0 = 0x00000000
2014-07-11 16:14:06 [4528] [6] DEBUG:   sequence_number: 3130 = 0x00000c3a
2014-07-11 16:14:06 [4528] [6] DEBUG:   message_id: NULL

----------------------------------------------------------------------------------------------------------------------

So, my problem is that how to get delivery receipt on http application.

Delivery Receipt: id:2054200481 sub:001 dlvrd:001 submit
date:1407111614 done date:1407111614 stat:DELIVRD err:null
text:Testing With Two Num
Delivery Receipt: id:1833344184 sub:001 dlvrd:001 submit
date:1407111614 done date:1407111614 stat:DELIVRD err:null
text:Testing With Two Num

Please reply as soon as possible.

Thanks in advance.

---------------------------------

*Thanks & Regards,*
*Fakirchand Patidar*

Reply via email to