Hi All,

 

>From my web application I have sent message to mobile no, it is working fine
for me. Now my requirement to know whether the message received on mobile or
not. I have used dlr-storage = internal

 

Below is my flow, 

1)     Sms sending using kannel url from Webapplication -> kannel (working)

2)     Kannel -> smsc (smpp) (working)

3)     Smsc sends delivery_sm to kannel (working)

4)     Kannel call DLR-URL passed in sending url (working)

5)     Kannel sends "Request Fail" sms to mobile (don't know why ???? )

 

url to send sms =
http://10.10.1.2:13013/cgi-bin/sendsms?dlr-mask=31&username=elitecore&passwo
rd=elitecore&to=9454145474&text=message&dlr-url=http%3A%2F%2F10.10.1.6%3A480
80%2Fsmsresponse.jsp?type=%25d

 

Can anyone help me to solve this, below is my configuration.

 

Kannel.conf

# Default kannel configuration file

group = core

admin-port = 13000

admin-password = XXXXXXX

status-password = XXXXXXX

admin-deny-ip = "*.*.*.*"

admin-allow-ip = "*.*.*.*"

smsbox-port = 13001

#wapbox-port = 13002

box-deny-ip = "*.*.*.*"

box-allow-ip = "127.0.0.1"

wdp-interface-name = "*"

dlr-storage = internal

log-file = "/var/log/kannel/bearerbox.log"

log-level = 0 

 

#include = "/etc/database.conf"

include = "/etc/smskannel.conf"

 

smskannel.conf

 

##################SMSC CONFIGURATION ##################

group = smsc

smsc = smpp

smsc-id = smsc1

host = 10.10.1.2

port = 1799

#receive-port = 2775

transceiver-mode= 1 

smsc-username = wifi1

smsc-password = wifi

system-type = OTA

source-addr-ton = 2

source-addr-npi = 1

dest-addr-ton = 2

dest-addr-npi = 1

throughput= 10

connect-allow-ip="*.*.*.*"

keepalive= 50

 

group = smsc

smsc = smpp

smsc-id = smsc1

host = 10.10.1.2

port = 1899

#receive-port = 2775

transceiver-mode= 1

smsc-username = wifi1

smsc-password = wifi

system-type = OTA

source-addr-ton = 2

source-addr-npi = 1

dest-addr-ton = 2

dest-addr-npi = 1

throughput= 10

connect-allow-ip="*.*.*.*"

keepalive= 50

 

#service-type = CMT

#interface-version = 34

#address-range = 127.0.0.1

#msg-id-type = 0

 

################SMSBOX CONFIGURATION ##################

group = smsbox

bearerbox-host = 127.0.0.1

sendsms-port = 13013

global-sender = 331

mo-recode=true

log-file="/var/log/kannel/smsbox.log"

log-level = 0

 

################SENDSMS CONFIGURATION ##################

group = sendsms-user

username = abc

password = abc

concatenation= true

max-messages = 10

default-smsc = smsc1 

forced-smsc = smsc1

 

################RECEIVE SMS CONFIGURATION ################## 

 

#group = sms-service

#keyword-regex = .*

#catch-all = yes

#max-messages = 0

#get-url = "http://localhost/sms?phone=%p&text=%a";

 

#include = "/etc/modems.conf"

 

 

Smsbox.log

 

2013-10-04 00:51:24 [29200] [2] DEBUG: HTTP: Creating HTTPClient for
`10.10.1.6'.

2013-10-04 00:51:24 [29200] [2] DEBUG: HTTP: Created HTTPClient area
0x9387008.

2013-10-04 00:51:24 [29200] [2] DEBUG: HTTP: Creating HTTPClient for
`10.10.1.6'.

2013-10-04 00:51:24 [29200] [2] DEBUG: HTTP: Created HTTPClient area
0x9386980.

2013-10-04 00:51:24 [29200] [3] INFO: smsbox: Got HTTP request
</cgi-bin/sendsms> from <10.10.1.6>

2013-10-04 00:51:24 [29200] [3] INFO: sendsms used by <abc>

2013-10-04 00:51:24 [29200] [3] INFO: sendsms sender:<abc:331> (10.10.1.6)
to:<9454145474> msg:<Your OTP is 352511>

2013-10-04 00:51:24 [29200] [3] DEBUG: Stored UUID
2c4e500d-11b4-4618-a325-571b19a33b88

2013-10-04 00:51:24 [29200] [3] DEBUG: message length 18, sending 1 messages

2013-10-04 00:51:24 [29200] [3] DEBUG: Status: 202 Answer: <Sent.>

2013-10-04 00:51:24 [29200] [3] DEBUG: Delayed reply - wait for bearerbox

2013-10-04 00:51:24 [29200] [0] DEBUG: Got ACK (0) of
2c4e500d-11b4-4618-a325-571b19a33b88

2013-10-04 00:51:24 [29200] [0] DEBUG: HTTP: Resetting HTTPClient for
`10.10.1.6'.

2013-10-04 00:51:25 [29200] [4] INFO: Starting delivery report <abc> from
<331>

2013-10-04 00:51:25 [29200] [4] WARNING: No translation found for
<id:Smsc2017 sub:1 dlvrd:1 submit date:1310040051 done date:1310040051
stat:0 err:0 text:Your OTP is 352511> from <9454145474> to <9454145474>

2013-10-04 00:51:25 [29200] [4] ERROR: request failed

2013-10-04 00:51:25 [29200] [4] DEBUG: message length 14, sending 1 messages

2013-10-04 00:51:25 [29200] [9] DEBUG: Queue contains 0 pending requests.

2013-10-04 00:51:25 [29200] [9] DEBUG: Parsing URL
`http://10.10.1.6:48080/webin/smsresponse.jsp?type=8':

2013-10-04 00:51:25 [29200] [9] DEBUG:   Scheme: http://

2013-10-04 00:51:25 [29200] [9] DEBUG:   Host: 10.10.1.6

2013-10-04 00:51:25 [29200] [9] DEBUG:   Port: 48080

2013-10-04 00:51:25 [29200] [9] DEBUG:   Username: (null)

2013-10-04 00:51:25 [29200] [9] DEBUG:   Password: (null)

2013-10-04 00:51:25 [29200] [9] DEBUG:   Path: /webin/smsresponse.jsp

2013-10-04 00:51:25 [29200] [9] DEBUG:   Query: type=8

2013-10-04 00:51:25 [29200] [9] DEBUG:   Fragment: (null)

2013-10-04 00:51:25 [29200] [9] DEBUG: HTTP: Opening connection to
`10.10.1.6:48080' (fd=29).

2013-10-04 00:51:25 [29200] [9] DEBUG: Socket connecting

2013-10-04 00:51:25 [29200] [8] DEBUG: Get info about connecting socket

2013-10-04 00:51:25 [29200] [8] DEBUG: HTTP: Sending request:

2013-10-04 00:51:25 [29200] [8] DEBUG: Octet string at 0x9389f80:

2013-10-04 00:51:25 [29200] [8] DEBUG:   len:  121

2013-10-04 00:51:25 [29200] [8] DEBUG:   size: 1024

2013-10-04 00:51:25 [29200] [8] DEBUG:   immutable: 0

2013-10-04 00:51:25 [29200] [8] DEBUG:   data: 47 45 54 20 2f 77 65 62 69 6e
2f 73 6d 73 72 65   GET /webin/smsre

2013-10-04 00:51:25 [29200] [8] DEBUG:   data: 73 70 6f 6e 73 65 2e 6a 73 70
3f 74 79 70 65 3d   sponse.jsp?type=

2013-10-04 00:51:25 [29200] [8] DEBUG:   data: 38 20 48 54 54 50 2f 31 2e 31
0d 0a 48 6f 73 74   8 HTTP/1.1..Host

2013-10-04 00:51:25 [29200] [8] DEBUG:   data: 3a 20 31 30 2e 31 30 36 2e 31
2e 33 36 3a 34 38   : 10.10.1.6:48

2013-10-04 00:51:25 [29200] [8] DEBUG:   data: 30 38 30 0d 0a 43 6f 6e 6e 65
63 74 69 6f 6e 3a   080..Connection:

2013-10-04 00:51:25 [29200] [8] DEBUG:   data: 20 6b 65 65 70 2d 61 6c 69 76
65 0d 0a 55 73 65    keep-alive..Use

2013-10-04 00:51:25 [29200] [8] DEBUG:   data: 72 2d 41 67 65 6e 74 3a 20 4b
61 6e 6e 65 6c 2f   r-Agent: Kannel/

2013-10-04 00:51:25 [29200] [8] DEBUG:   data: 31 2e 34 2e 32 0d 0a 0d 0a
1.4.2....

2013-10-04 00:51:25 [29200] [8] DEBUG: Octet string dump ends.

2013-10-04 00:51:25 [29200] [8] DEBUG: HTTP: Status line: <HTTP/1.1 200 OK>

2013-10-04 00:51:25 [29200] [8] DEBUG: HTTP: Received response:

2013-10-04 00:51:25 [29200] [8] DEBUG: Octet string at 0x93862b8:

2013-10-04 00:51:25 [29200] [8] DEBUG:   len:  182

2013-10-04 00:51:25 [29200] [8] DEBUG:   size: 1024

2013-10-04 00:51:25 [29200] [8] DEBUG:   immutable: 0

2013-10-04 00:51:25 [29200] [8] DEBUG:   data: 53 65 72 76 65 72 3a 20 41 70
61 63 68 65 2d 43   Server: Apache-C

2013-10-04 00:51:25 [29200] [8] DEBUG:   data: 6f 79 6f 74 65 2f 31 2e 31 0d
0a 53 65 74 2d 43   oyote/1.1..Set-C

2013-10-04 00:51:25 [29200] [8] DEBUG:   data: 6f 6f 6b 69 65 3a 20 4a 53 45
53 53 49 4f 4e 49   ookie: JSESSIONI

2013-10-04 00:51:25 [29200] [8] DEBUG:   data: 44 3d 45 33 34 32 35 31 30 32
41 43 45 43 42 30   D=E3425102ACECB0

2013-10-04 00:51:25 [29200] [8] DEBUG:   data: 31 41 45 32 38 30 30 33 36 31
37 38 46 42 36 46   1AE280036178FB6F

2013-10-04 00:51:25 [29200] [8] DEBUG:   data: 43 44 3b 20 50 61 74 68 3d 2f
77 65 62 69 6e 0d   CD; Path=/webin.

2013-10-04 00:51:25 [29200] [8] DEBUG:   data: 0a 43 6f 6e 74 65 6e 74 2d 54
79 70 65 3a 20 74   .Content-Type: t

2013-10-04 00:51:25 [29200] [8] DEBUG:   data: 65 78 74 2f 68 74 6d 6c 0d 0a
43 6f 6e 74 65 6e   ext/html..Conten

2013-10-04 00:51:25 [29200] [8] DEBUG:   data: 74 2d 4c 65 6e 67 74 68 3a 20
32 0d 0a 44 61 74   t-Length: 2..Dat

2013-10-04 00:51:25 [29200] [8] DEBUG:   data: 65 3a 20 54 68 75 2c 20 30 33
20 4f 63 74 20 32   e: Thu, 03 Oct 2

2013-10-04 00:51:25 [29200] [8] DEBUG:   data: 30 31 33 20 31 31 3a 32 39 3a
35 31 20 47 4d 54   013 11:29:51 GMT

2013-10-04 00:51:25 [29200] [8] DEBUG:   data: 0d 0a 0d 0a 0d 0a
......

2013-10-04 00:51:25 [29200] [8] DEBUG: Octet string dump ends.

2013-10-04 00:51:25 [29200] [0] DEBUG: Got ACK (0) of
e3b9ccf9-ddfd-465e-a8af-c9825ea323e3

2013-10-04 00:51:25 [29200] [0] DEBUG: No client - multi-send or ACK to
pull-reply

 

 

Bearerbox.log

 

2013-10-04 00:51:24 [29184] [13] DEBUG: boxc_receiver: sms received

2013-10-04 00:51:24 [29184] [13] DEBUG: send_msg: sending msg to box:
<127.0.0.1>

2013-10-04 00:51:24 [29184] [6] DEBUG: SMPP[smsc1]: Manually forced source
addr ton = 2, source add npi = 1

2013-10-04 00:51:24 [29184] [6] DEBUG: SMPP[smsc1]: Manually forced dest
addr ton = 2, dest add npi = 1

2013-10-04 00:51:24 [29184] [6] DEBUG: SMPP[smsc1]: Sending PDU:

2013-10-04 00:51:24 [29184] [6] DEBUG: SMPP PDU 0x8cac4a0 dump:

2013-10-04 00:51:24 [29184] [6] DEBUG:   type_name: submit_sm

2013-10-04 00:51:24 [29184] [6] DEBUG:   command_id: 4 = 0x00000004

2013-10-04 00:51:24 [29184] [6] DEBUG:   command_status: 0 = 0x00000000

2013-10-04 00:51:24 [29184] [6] DEBUG:   sequence_number: 15 = 0x0000000f

2013-10-04 00:51:24 [29184] [6] DEBUG:   service_type: NULL

2013-10-04 00:51:24 [29184] [6] DEBUG:   source_addr_ton: 2 = 0x00000002

2013-10-04 00:51:24 [29184] [6] DEBUG:   source_addr_npi: 1 = 0x00000001

2013-10-04 00:51:24 [29184] [6] DEBUG:   source_addr: "331"

2013-10-04 00:51:24 [29184] [6] DEBUG:   dest_addr_ton: 2 = 0x00000002

2013-10-04 00:51:24 [29184] [6] DEBUG:   dest_addr_npi: 1 = 0x00000001

2013-10-04 00:51:24 [29184] [6] DEBUG:   destination_addr: "919228114542"

2013-10-04 00:51:24 [29184] [6] DEBUG:   esm_class: 3 = 0x00000003

2013-10-04 00:51:24 [29184] [6] DEBUG:   protocol_id: 0 = 0x00000000

2013-10-04 00:51:24 [29184] [6] DEBUG:   priority_flag: 0 = 0x00000000

2013-10-04 00:51:24 [29184] [6] DEBUG:   schedule_delivery_time: NULL

2013-10-04 00:51:24 [29184] [6] DEBUG:   validity_period: NULL

2013-10-04 00:51:24 [29184] [6] DEBUG:   registered_delivery: 1 = 0x00000001

2013-10-04 00:51:24 [29184] [6] DEBUG:   replace_if_present_flag: 0 =
0x00000000

2013-10-04 00:51:24 [29184] [6] DEBUG:   data_coding: 0 = 0x00000000

2013-10-04 00:51:24 [29184] [6] DEBUG:   sm_default_msg_id: 0 = 0x00000000

2013-10-04 00:51:24 [29184] [6] DEBUG:   sm_length: 18 = 0x00000012

2013-10-04 00:51:24 [29184] [6] DEBUG:   short_message: "Your OTP is 352511"

2013-10-04 00:51:24 [29184] [6] DEBUG: SMPP PDU dump ends.

2013-10-04 00:51:25 [29184] [6] DEBUG: SMPP[smsc1]: Got PDU:

2013-10-04 00:51:25 [29184] [6] DEBUG: SMPP PDU 0x8cac4a0 dump:

2013-10-04 00:51:25 [29184] [6] DEBUG:   type_name: submit_sm_resp

2013-10-04 00:51:25 [29184] [6] DEBUG:   command_id: 2147483652 = 0x80000004

2013-10-04 00:51:25 [29184] [6] DEBUG:   command_status: 0 = 0x00000000

2013-10-04 00:51:25 [29184] [6] DEBUG:   sequence_number: 15 = 0x0000000f

2013-10-04 00:51:25 [29184] [6] DEBUG:   message_id: "Smsc2017"

2013-10-04 00:51:25 [29184] [6] DEBUG: SMPP PDU dump ends.

2013-10-04 00:51:25 [29184] [6] DEBUG: DLR[internal]: Adding DLR smsc=smsc1,
ts=Smsc2017, src=331, dst=919228114542, mask=31, boxc=

2013-10-04 00:51:25 [29184] [6] DEBUG: SMSC[smsc1]: creating DLR message

2013-10-04 00:51:25 [29184] [6] DEBUG: SMSC[smsc1]: DLR =
http://10.106.1.36:48080/webin/smsresponse.jsp?type=%d

2013-10-04 00:51:25 [29184] [6] DEBUG: SMPP[smsc1]: Got PDU:

2013-10-04 00:51:25 [29184] [6] DEBUG: SMPP PDU 0x8caac20 dump:

2013-10-04 00:51:25 [29184] [6] DEBUG:   type_name: deliver_sm

2013-10-04 00:51:25 [29184] [6] DEBUG:   command_id: 5 = 0x00000005

2013-10-04 00:51:25 [29184] [6] DEBUG:   command_status: 0 = 0x00000000

2013-10-04 00:51:25 [29184] [6] DEBUG:   sequence_number: 6 = 0x00000006

2013-10-04 00:51:25 [29184] [6] DEBUG:   service_type: NULL

2013-10-04 00:51:25 [29184] [6] DEBUG:   source_addr_ton: 2 = 0x00000002

2013-10-04 00:51:25 [29184] [6] DEBUG:   source_addr_npi: 1 = 0x00000001

2013-10-04 00:51:25 [29184] [6] DEBUG:   source_addr: "919228114542"

2013-10-04 00:51:25 [29184] [6] DEBUG:   dest_addr_ton: 2 = 0x00000002

2013-10-04 00:51:25 [29184] [6] DEBUG:   dest_addr_npi: 1 = 0x00000001

2013-10-04 00:51:25 [29184] [6] DEBUG:   destination_addr: "919228114542"

2013-10-04 00:51:25 [29184] [6] DEBUG:   esm_class: 0 = 0x00000000

2013-10-04 00:51:25 [29184] [6] DEBUG:   protocol_id: 0 = 0x00000000

2013-10-04 00:51:25 [29184] [6] DEBUG:   priority_flag: 0 = 0x00000000

2013-10-04 00:51:25 [29184] [6] DEBUG:   schedule_delivery_time: NULL

2013-10-04 00:51:25 [29184] [6] DEBUG:   validity_period: NULL

2013-10-04 00:51:25 [29184] [6] DEBUG:   registered_delivery: 0 = 0x00000000

2013-10-04 00:51:25 [29184] [6] DEBUG:   replace_if_present_flag: 0 =
0x00000000

2013-10-04 00:51:25 [29184] [6] DEBUG:   data_coding: 0 = 0x00000000

2013-10-04 00:51:25 [29184] [6] DEBUG:   sm_default_msg_id: 0 = 0x00000000

2013-10-04 00:51:25 [29184] [6] DEBUG:   sm_length: 106 = 0x0000006a

2013-10-04 00:51:25 [29184] [6] DEBUG:   short_message:

2013-10-04 00:51:25 [29184] [6] DEBUG:    Octet string at 0x8caaf08:

2013-10-04 00:51:25 [29184] [6] DEBUG:      len:  106

2013-10-04 00:51:25 [29184] [6] DEBUG:      size: 107

2013-10-04 00:51:25 [29184] [6] DEBUG:      immutable: 0

2013-10-04 00:51:25 [29184] [6] DEBUG:      data: 69 64 3a 53 6d 73 63 32 30
31 37 20 73 75 62 3a   id:Smsc2017 sub:

2013-10-04 00:51:25 [29184] [6] DEBUG:      data: 31 20 64 6c 76 72 64 3a 31
20 73 75 62 6d 69 74   1 dlvrd:1 submit

2013-10-04 00:51:25 [29184] [6] DEBUG:      data: 20 64 61 74 65 3a 31 33 31
30 30 34 30 30 35 31    date:1310040051

2013-10-04 00:51:25 [29184] [6] DEBUG:      data: 20 64 6f 6e 65 20 64 61 74
65 3a 31 33 31 30 30    done date:13100

2013-10-04 00:51:25 [29184] [6] DEBUG:      data: 34 30 30 35 31 20 73 74 61
74 3a 30 20 65 72 72   40051 stat:0 err

2013-10-04 00:51:25 [29184] [6] DEBUG:      data: 3a 30 20 74 65 78 74 3a 59
6f 75 72 20 4f 54 50   :0 text:Your OTP

2013-10-04 00:51:25 [29184] [6] DEBUG:      data: 20 69 73 20 33 35 32 35 31
31                      is 352511

2013-10-04 00:51:25 [29184] [6] DEBUG:    Octet string dump ends.

2013-10-04 00:51:25 [29184] [6] DEBUG: SMPP PDU dump ends.

2013-10-04 00:51:25 [29184] [6] DEBUG: SMPP[smsc1]: Sending PDU:

2013-10-04 00:51:25 [29184] [6] DEBUG: SMPP PDU 0x8cac4a0 dump:

2013-10-04 00:51:25 [29184] [6] DEBUG:   type_name: deliver_sm_resp

2013-10-04 00:51:25 [29184] [6] DEBUG:   command_id: 2147483653 = 0x80000005

2013-10-04 00:51:25 [29184] [6] DEBUG:   command_status: 0 = 0x00000000

2013-10-04 00:51:25 [29184] [6] DEBUG:   sequence_number: 6 = 0x00000006

2013-10-04 00:51:25 [29184] [6] DEBUG:   message_id: NULL

2013-10-04 00:51:25 [29184] [6] DEBUG: SMPP PDU dump ends.

2013-10-04 00:51:25 [29184] [14] DEBUG: send_msg: sending msg to box:
<127.0.0.1>

2013-10-04 00:51:25 [29184] [14] DEBUG: boxc_sender: sent message to
<127.0.0.1>

2013-10-04 00:51:25 [29184] [14] DEBUG: send_msg: sending msg to box:
<127.0.0.1>

2013-10-04 00:51:25 [29184] [14] DEBUG: boxc_sender: sent message to
<127.0.0.1>

2013-10-04 00:51:25 [29184] [13] DEBUG: boxc_receiver: got ack

2013-10-04 00:51:25 [29184] [13] DEBUG: boxc_receiver: sms received

2013-10-04 00:51:25 [29184] [13] DEBUG: send_msg: sending msg to box:
<127.0.0.1>

2013-10-04 00:51:25 [29184] [6] DEBUG: SMPP[smsc1]: Manually forced source
addr ton = 2, source add npi = 1

2013-10-04 00:51:25 [29184] [6] DEBUG: SMPP[smsc1]: Manually forced dest
addr ton = 2, dest add npi = 1

2013-10-04 00:51:25 [29184] [13] DEBUG: boxc_receiver: got ack

2013-10-04 00:51:25 [29184] [6] DEBUG: SMPP[smsc1]: Sending PDU:

2013-10-04 00:51:25 [29184] [6] DEBUG: SMPP PDU 0x8cac848 dump:

2013-10-04 00:51:25 [29184] [6] DEBUG:   type_name: submit_sm

2013-10-04 00:51:25 [29184] [6] DEBUG:   command_id: 4 = 0x00000004

2013-10-04 00:51:25 [29184] [6] DEBUG:   command_status: 0 = 0x00000000

2013-10-04 00:51:25 [29184] [6] DEBUG:   sequence_number: 16 = 0x00000010

2013-10-04 00:51:25 [29184] [6] DEBUG:   service_type: NULL

2013-10-04 00:51:25 [29184] [6] DEBUG:   source_addr_ton: 2 = 0x00000002

2013-10-04 00:51:25 [29184] [6] DEBUG:   source_addr_npi: 1 = 0x00000001

2013-10-04 00:51:25 [29184] [6] DEBUG:   source_addr: "919228114542"

2013-10-04 00:51:25 [29184] [6] DEBUG:   dest_addr_ton: 2 = 0x00000002

2013-10-04 00:51:25 [29184] [6] DEBUG:   dest_addr_npi: 1 = 0x00000001

2013-10-04 00:51:25 [29184] [6] DEBUG:   destination_addr: "919228114542"

2013-10-04 00:51:25 [29184] [6] DEBUG:   esm_class: 3 = 0x00000003

2013-10-04 00:51:25 [29184] [6] DEBUG:   protocol_id: 0 = 0x00000000

2013-10-04 00:51:25 [29184] [6] DEBUG:   priority_flag: 0 = 0x00000000

2013-10-04 00:51:25 [29184] [6] DEBUG:   schedule_delivery_time: NULL

2013-10-04 00:51:25 [29184] [6] DEBUG:   validity_period: NULL

2013-10-04 00:51:25 [29184] [6] DEBUG:   registered_delivery: 0 = 0x00000000

2013-10-04 00:51:25 [29184] [6] DEBUG:   replace_if_present_flag: 0 =
0x00000000

2013-10-04 00:51:25 [29184] [6] DEBUG:   data_coding: 0 = 0x00000000

2013-10-04 00:51:25 [29184] [6] DEBUG:   sm_default_msg_id: 0 = 0x00000000

2013-10-04 00:51:25 [29184] [6] DEBUG:   sm_length: 14 = 0x0000000e

2013-10-04 00:51:25 [29184] [6] DEBUG:   short_message: "Request Failed"

2013-10-04 00:51:25 [29184] [6] DEBUG: SMPP PDU dump ends.

2013-10-04 00:51:25 [29184] [6] DEBUG: SMPP[smsc1]: Got PDU:

2013-10-04 00:51:25 [29184] [6] DEBUG: SMPP PDU 0xefc00590 dump:

2013-10-04 00:51:25 [29184] [6] DEBUG:   type_name: submit_sm_resp

2013-10-04 00:51:25 [29184] [6] DEBUG:   command_id: 2147483652 = 0x80000004

2013-10-04 00:51:25 [29184] [6] DEBUG:   command_status: 0 = 0x00000000

2013-10-04 00:51:25 [29184] [6] DEBUG:   sequence_number: 16 = 0x00000010

2013-10-04 00:51:25 [29184] [6] DEBUG:   message_id: "Smsc2018"

2013-10-04 00:51:25 [29184] [6] DEBUG: SMPP PDU dump ends.

 

 

Thanks

Ajay Patel

 

Reply via email to