Hi Alex,
I did discuss with smsc and they sent the logs where it clearly show that
they are sending dlr and geting response.some how kannel is unable to catch
that.what could be the reason?
Can u guess.?

Br
daf


Alejandro Guerrieri wrote:
> 
> Check with your SMSC operator. DLR's needs to be enabled on the SMSC side,
> maybe they don't support it or they need to enable it on purpose.
> 
> Regards,
> 
> Alex
> 
> On Tue, Aug 31, 2010 at 11:53 AM, dafodil <neo.tu...@yahoo.com> wrote:
> 
>>
>> Hi Jacob,
>> No i dont even recive the deliver_sm on the connection.i have set
>> msg-id-type=0x01.
>> Br
>> Daf
>>
>> Jacob Eiler wrote:
>> >
>> > Hi Daf.
>> >
>> > OK. So you receive deliver_sm on the connection, just not delivery
>> > reports for previously sent messages. Then I suspect that the issue is
>> > with the smsc..
>> >
>> > /Jacob
>> >
>> > dafodil skrev:
>> >> Hi Jacob,
>> >> Thanks for the reply.Yes message is delivered to terminal.I tested
>> with
>> >> my
>> >> own number ad it works fine.
>> >>
>> >> Br
>> >> Daf
>> >>
>> >>
>> >>
>> >> Jacob Eiler wrote:
>> >>
>> >>> Hi Daf.
>> >>>
>> >>> Everything looks just fine to me - you connect as transceiver and
>> have
>> >>> the 'registered delivery' flag set on the submit_sm.
>> >>>
>> >>> Do you know if the message is delivered to the terminal? How about
>> >>> receive sms messages from the smsc - does that work?
>> >>>
>> >>> /Jacob
>> >>>
>> >>> On Tue, 2010-08-31 at 00:51 -0700, dafodil wrote:
>> >>>
>> >>>> Hi jacob,
>> >>>>  have almost done evry thing but with no success.Pls see bellow.I
>> have
>> >>>> also
>> >>>> attached log and all info.I have been struggling since days for
>> >>>> this.Message
>> >>>> gets successfully delivered but i dont get the dlr.
>> >>>>
>> >>>> Br
>> >>>> Daf
>> >>>>
>> >>>> $dlrurl = "http://smpp.XXXXX.com/dl.php?dlr=%d";;
>> >>>> $durl = urlencode($dlrurl);
>> >>>> $result =
>> >>>> curl_init("http://
>> $kannelHost:$kannelPort/cgi-bin/sendsms?dlr=1&dlr-mask=31&dlr-url=$durl&username=$userName&password=$userPassword&from=$from&to=$to&text=$msg&coding=2&charset=iso-8859-7");
>> >>>>
>> >>>>
>> >>>> Kannel.conf
>> >>>> # SMSC SMPP
>> >>>> group = smsc
>> >>>> smsc = smpp
>> >>>> smsc-id = B
>> >>>> host = xxxx.xxxxx.com
>> >>>> port = 8888
>> >>>> transceiver-mode = yes
>> >>>> alt-charset = "ISO-8859-1"
>> >>>> msg-id-type=0x01
>> >>>> system-type = ""
>> >>>> address-range = ""
>> >>>> max-pending-submits = 10
>> >>>> smsc-username = "xxxxxxx"
>> >>>> smsc-password = "xxxxxxxx"
>> >>>> connect-allow-ip = "*.*.*.*"
>> >>>>
>> >>>> # SMSC HTTP
>> >>>> group = smsc
>> >>>> smsc = http
>> >>>> msg-id-type=0x01
>> >>>> smsc-id = D
>> >>>> system-type = kannel
>> >>>> smsc-username = tester
>> >>>> smsc-password = foobar
>> >>>> port = 13015
>> >>>> connect-allow-ip = "*.*.*.*"
>> >>>> send-url = "http://www.xxxxx.com:13015/cgi-bin/sendsms";
>> >>>>
>> >>>> bearerbox.log
>> >>>>
>> >>>>
>> >>>> 2010-08-31 08:34:19 [23468] [0] INFO: DLR rerouting for smsc id
>> >>>> disabled.
>> >>>> 2010-08-31 08:34:19 [23468] [0] INFO: DLR rerouting for smsc id
>> >>>> disabled.
>> >>>> 2010-08-31 08:34:19 [23468] [0] INFO: DLR rerouting for smsc id <C>
>> >>>> disabled.
>> >>>> 2010-08-31 08:34:19 [23468] [0] INFO: DLR rerouting for smsc id <D>
>> >>>> disabled.
>> >>>> 2010-08-31 08:34:19 [23468] [8] DEBUG: Thread 8
>> >>>> (gw/smsc/smsc_smpp.c:io_thread) maps to pid 23468.
>> >>>> 2010-08-31 08:34:19 [23468] [0] INFO: HTTP: Opening server at port
>> >>>> 13015.
>> >>>> 2010-08-31 08:34:19 [23468] [0] DEBUG: Started thread 9
>> >>>> (gw/smsc/smsc_http.c:httpsmsc_receiver)
>> >>>> 2010-08-31 08:34:19 [23468] [0] DEBUG: Started thread 10
>> >>>> (gw/smsc/smsc_http.c:httpsmsc_send_cb)
>> >>>> 2010-08-31 08:34:19 [23468] [0] INFO: HTTP[D]: Initiated and ready
>> >>>> 2010-08-31 08:34:19 [23468] [0] DEBUG: Started thread 11
>> >>>> (gw/bb_smscconn.c:sms_router)
>> >>>> 2010-08-31 08:34:19 [23468] [0] DEBUG: starting UDP sender/receiver
>> >>>> module
>> >>>> 2010-08-31 08:34:19 [23468] [0] INFO: Adding interface *
>> >>>> 2010-08-31 08:34:19 [23468] [0] DEBUG: udpc_create: Bound to UDP
>> >>>> <0.0.0.0:9200>
>> >>>> 2010-08-31 08:34:19 [23468] [0] DEBUG: Started thread 12
>> >>>> (gw/bb_udp.c:udp_receiver)
>> >>>> 2010-08-31 08:34:19 [23468] [0] DEBUG: Started thread 13
>> >>>> (gw/bb_udp.c:udp_sender)
>> >>>> 2010-08-31 08:34:19 [23468] [9] DEBUG: Thread 9
>> >>>> (gw/smsc/smsc_http.c:httpsmsc_receiver) maps to pid 23468.
>> >>>> 2010-08-31 08:34:19 [23468] [0] DEBUG: udpc_create: Bound to UDP
>> >>>> <0.0.0.0:9201>
>> >>>> 2010-08-31 08:34:19 [23468] [0] DEBUG: Started thread 14
>> >>>> (gw/bb_udp.c:udp_receiver)
>> >>>> 2010-08-31 08:34:19 [23468] [0] DEBUG: Started thread 15
>> >>>> (gw/bb_udp.c:udp_sender)
>> >>>> 2010-08-31 08:34:19 [23468] [0] DEBUG: starting wapbox connection
>> >>>> module
>> >>>> 2010-08-31 08:34:19 [23468] [0] DEBUG: Started thread 16
>> >>>> (gw/bb_boxc.c:wdp_to_wapboxes)
>> >>>> 2010-08-31 08:34:19 [23468] [0] DEBUG: Started thread 17
>> >>>> (gw/bb_boxc.c:wapboxc_run)
>> >>>> 2010-08-31 08:34:19 [23468] [17] DEBUG: Thread 17
>> >>>> (gw/bb_boxc.c:wapboxc_run)
>> >>>> maps to pid 23468.
>> >>>> 2010-08-31 08:34:19 [23468] [0] DEBUG: starting WDP router
>> >>>> 2010-08-31 08:34:19 [23468] [7] DEBUG: Thread 7
>> >>>> (gw/smsc/smsc_smpp.c:io_thread) maps to pid 23468.
>> >>>> 2010-08-31 08:34:19 [23468] [0] DEBUG: Started thread 18
>> >>>> (gw/bearerbox.c:wdp_router)
>> >>>> 2010-08-31 08:34:19 [23468] [0] INFO:
>> >>>> ----------------------------------------
>> >>>> 2010-08-31 08:34:19 [23468] [0] INFO: Kannel bearerbox II version
>> 1.4.3
>> >>>> starting
>> >>>> 2010-08-31 08:34:19 [23468] [10] DEBUG: Thread 10
>> >>>> (gw/smsc/smsc_http.c:httpsmsc_send_cb) maps to pid 23468.
>> >>>> 2010-08-31 08:34:19 [23468] [18] DEBUG: Thread 18
>> >>>> (gw/bearerbox.c:wdp_router) maps to pid 23468.
>> >>>> 2010-08-31 08:34:19 [23468] [16] DEBUG: Thread 16
>> >>>> (gw/bb_boxc.c:wdp_to_wapboxes) maps to pid 23468.
>> >>>> 2010-08-31 08:34:19 [23468] [13] DEBUG: Thread 13
>> >>>> (gw/bb_udp.c:udp_sender)
>> >>>> maps to pid 23468.
>> >>>> 2010-08-31 08:34:19 [23468] [0] INFO: Loading store file
>> >>>> `/var/log/kannel/kannel.store'
>> >>>> 2010-08-31 08:34:19 [23468] [15] DEBUG: Thread 15
>> >>>> (gw/bb_udp.c:udp_sender)
>> >>>> maps to pid 23468.
>> >>>> 2010-08-31 08:34:19 [23468] [14] DEBUG: Thread 14
>> >>>> (gw/bb_udp.c:udp_receiver)
>> >>>> maps to pid 23468.
>> >>>> 2010-08-31 08:34:19 [23468] [0] INFO: Store-file size 0, starting to
>> >>>> unpack
>> >>>> 2010-08-31 08:34:19 [23468] [12] DEBUG: Thread 12
>> >>>> (gw/bb_udp.c:udp_receiver)
>> >>>> maps to pid 23468.
>> >>>> 2010-08-31 08:34:19 [23468] [0] INFO: Retrieved 0 messages,
>> >>>> non-acknowledged
>> >>>> messages: 0
>> >>>> 2010-08-31 08:34:19 [23468] [11] DEBUG: Thread 11
>> >>>> (gw/bb_smscconn.c:sms_router) maps to pid 23468.
>> >>>> 2010-08-31 08:34:19 [23468] [0] DEBUG: Started thread 19
>> >>>> (gw/bb_store_file.c:store_dumper)
>> >>>> 2010-08-31 08:34:19 [23468] [0] INFO: MAIN: Start-up done, entering
>> >>>> mainloop
>> >>>> 2010-08-31 08:34:19 [23468] [0] DEBUG: smsc_fake: start called
>> >>>> 2010-08-31 08:34:19 [23468] [19] DEBUG: Thread 19
>> >>>> (gw/bb_store_file.c:store_dumper) maps to pid 23468.
>> >>>> 2010-08-31 08:34:19 [23468] [19] DEBUG: Dumping 0 messages to store
>> >>>> 2010-08-31 08:34:19 [23468] [8] DEBUG: SMPP[C]: Sending PDU:
>> >>>> 2010-08-31 08:34:19 [23468] [8] DEBUG: SMPP PDU 0x4a63410 dump:
>> >>>> 2010-08-31 08:34:19 [23468] [8] DEBUG:   type_name: bind_transceiver
>> >>>> 2010-08-31 08:34:19 [23468] [8] DEBUG:   command_id: 9 = 0x00000009
>> >>>> 2010-08-31 08:34:19 [23468] [8] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:34:19 [23468] [8] DEBUG:   sequence_number: 1 =
>> >>>> 0x00000001
>> >>>> 2010-08-31 08:34:19 [23468] [8] DEBUG:   system_id: "xxxxxxx"
>> >>>> 2010-08-31 08:34:19 [23468] [8] DEBUG:   password: "xxxxxx"
>> >>>> 2010-08-31 08:34:19 [23468] [8] DEBUG:   system_type: ""
>> >>>> 2010-08-31 08:34:19 [23468] [8] DEBUG:   interface_version: 52 =
>> >>>> 0x00000034
>> >>>> 2010-08-31 08:34:19 [23468] [8] DEBUG:   addr_ton: 0 = 0x00000000
>> >>>> 2010-08-31 08:34:19 [23468] [8] DEBUG:   addr_npi: 0 = 0x00000000
>> >>>> 2010-08-31 08:34:19 [23468] [8] DEBUG:   address_range: ""
>> >>>> 2010-08-31 08:34:19 [23468] [8] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:34:19 [23468] [7] DEBUG: SMPP[B]: Sending PDU:
>> >>>> 2010-08-31 08:34:19 [23468] [7] DEBUG: SMPP PDU 0x4a78730 dump:
>> >>>> 2010-08-31 08:34:19 [23468] [7] DEBUG:   type_name: bind_transceiver
>> >>>> 2010-08-31 08:34:19 [23468] [7] DEBUG:   command_id: 9 = 0x00000009
>> >>>> 2010-08-31 08:34:19 [23468] [7] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:34:19 [23468] [7] DEBUG:   sequence_number: 1 =
>> >>>> 0x00000001
>> >>>> 2010-08-31 08:34:19 [23468] [7] DEBUG:   system_id: "maxideia1"
>> >>>> 2010-08-31 08:34:19 [23468] [7] DEBUG:   password: "rVgyCmmE"
>> >>>> 2010-08-31 08:34:19 [23468] [7] DEBUG:   system_type: ""
>> >>>> 2010-08-31 08:34:19 [23468] [7] DEBUG:   interface_version: 52 =
>> >>>> 0x00000034
>> >>>> 2010-08-31 08:34:19 [23468] [7] DEBUG:   addr_ton: 0 = 0x00000000
>> >>>> 2010-08-31 08:34:19 [23468] [7] DEBUG:   addr_npi: 0 = 0x00000000
>> >>>> 2010-08-31 08:34:19 [23468] [7] DEBUG:   address_range: ""
>> >>>> 2010-08-31 08:34:19 [23468] [7] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:34:19 [23468] [8] DEBUG: Optional parameter tag
>> (0x0210)
>> >>>> 2010-08-31 08:34:19 [23468] [8] DEBUG: Optional parameter length
>> read
>> >>>> as
>> >>>> 1
>> >>>> 2010-08-31 08:34:19 [23468] [8] DEBUG: SMPP[C]: Got PDU:
>> >>>> 2010-08-31 08:34:19 [23468] [8] DEBUG: SMPP PDU 0x4a63450 dump:
>> >>>> 2010-08-31 08:34:19 [23468] [8] DEBUG:   type_name:
>> >>>> bind_transceiver_resp
>> >>>> 2010-08-31 08:34:19 [23468] [8] DEBUG:   command_id: 2147483657 =
>> >>>> 0x80000009
>> >>>> 2010-08-31 08:34:19 [23468] [8] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:34:19 [23468] [8] DEBUG:   sequence_number: 1 =
>> >>>> 0x00000001
>> >>>> 2010-08-31 08:34:19 [23468] [8] DEBUG:   system_id: NULL
>> >>>> 2010-08-31 08:34:19 [23468] [8] DEBUG:   sc_interface_version: 52 =
>> >>>> 0x00000034
>> >>>> 2010-08-31 08:34:19 [23468] [8] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:34:20 [23468] [7] DEBUG: SMPP[B]: Got PDU:
>> >>>> 2010-08-31 08:34:20 [23468] [7] DEBUG: SMPP PDU 0x4a63450 dump:
>> >>>> 2010-08-31 08:34:20 [23468] [7] DEBUG:   type_name:
>> >>>> bind_transceiver_resp
>> >>>> 2010-08-31 08:34:20 [23468] [7] DEBUG:   command_id: 2147483657 =
>> >>>> 0x80000009
>> >>>> 2010-08-31 08:34:20 [23468] [7] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:34:20 [23468] [7] DEBUG:   sequence_number: 1 =
>> >>>> 0x00000001
>> >>>> 2010-08-31 08:34:20 [23468] [7] DEBUG:   system_id: "InfoBipVSMSC"
>> >>>> 2010-08-31 08:34:20 [23468] [7] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:34:24 [23468] [17] INFO: Client connected from
>> >>>> <127.0.0.1>
>> >>>> 2010-08-31 08:34:24 [23468] [17] DEBUG: Started thread 20
>> >>>> (gw/bb_boxc.c:function)
>> >>>> 2010-08-31 08:34:24 [23468] [20] DEBUG: Thread 20
>> >>>> (gw/bb_boxc.c:function)
>> >>>> maps to pid 23468.
>> >>>> 2010-08-31 08:34:24 [23468] [20] DEBUG: setting up systems for new
>> >>>> wapbox
>> >>>> 2010-08-31 08:34:24 [23468] [20] DEBUG: Started thread 21
>> >>>> (gw/bb_boxc.c:boxc_sender)
>> >>>> 2010-08-31 08:34:24 [23468] [5] INFO: Client connected from
>> <127.0.0.1>
>> >>>> 2010-08-31 08:34:24 [23468] [5] DEBUG: Started thread 22
>> >>>> (gw/bb_boxc.c:function)
>> >>>> 2010-08-31 08:34:24 [23468] [21] DEBUG: Thread 21
>> >>>> (gw/bb_boxc.c:boxc_sender)
>> >>>> maps to pid 23468.
>> >>>> 2010-08-31 08:34:24 [23468] [22] DEBUG: Thread 22
>> >>>> (gw/bb_boxc.c:function)
>> >>>> maps to pid 23468.
>> >>>> 2010-08-31 08:34:24 [23468] [22] DEBUG: Started thread 23
>> >>>> (gw/bb_boxc.c:boxc_sender)
>> >>>> 2010-08-31 08:34:24 [23468] [23] DEBUG: Thread 23
>> >>>> (gw/bb_boxc.c:boxc_sender)
>> >>>> maps to pid 23468.
>> >>>> 2010-08-31 08:34:35 [23468] [2] DEBUG: HTTP: Creating HTTPClient for
>> >>>> `127.0.0.1'.
>> >>>> 2010-08-31 08:34:35 [23468] [2] DEBUG: HTTP: Created HTTPClient area
>> >>>> 0x2aaaac000a90.
>> >>>> 2010-08-31 08:34:35 [23468] [3] DEBUG: HTTP: Resetting HTTPClient
>> for
>> >>>> `127.0.0.1'.
>> >>>> 2010-08-31 08:34:35 [23468] [1] DEBUG: HTTP: Destroying HTTPClient
>> area
>> >>>> 0x2aaaac000a90.
>> >>>> 2010-08-31 08:34:35 [23468] [1] DEBUG: HTTP: Destroying HTTPClient
>> for
>> >>>> `127.0.0.1'.
>> >>>> 2010-08-31 08:34:49 [23468] [7] DEBUG: SMPP[B]: Sending enquire
>> link:
>> >>>> 2010-08-31 08:34:49 [23468] [7] DEBUG: SMPP PDU 0x4a8a9f0 dump:
>> >>>> 2010-08-31 08:34:49 [23468] [7] DEBUG:   type_name: enquire_link
>> >>>> 2010-08-31 08:34:49 [23468] [7] DEBUG:   command_id: 21 = 0x00000015
>> >>>> 2010-08-31 08:34:49 [23468] [7] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:34:49 [23468] [7] DEBUG:   sequence_number: 2 =
>> >>>> 0x00000002
>> >>>> 2010-08-31 08:34:49 [23468] [7] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:34:49 [23468] [7] DEBUG: SMPP[B]: Got PDU:
>> >>>> 2010-08-31 08:34:49 [23468] [7] DEBUG: SMPP PDU 0x4a8a9f0 dump:
>> >>>> 2010-08-31 08:34:49 [23468] [7] DEBUG:   type_name:
>> enquire_link_resp
>> >>>> 2010-08-31 08:34:49 [23468] [7] DEBUG:   command_id: 2147483669 =
>> >>>> 0x80000015
>> >>>> 2010-08-31 08:34:49 [23468] [7] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:34:49 [23468] [7] DEBUG:   sequence_number: 2 =
>> >>>> 0x00000002
>> >>>> 2010-08-31 08:34:49 [23468] [7] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:34:49 [23468] [8] DEBUG: SMPP[C]: Sending enquire
>> link:
>> >>>> 2010-08-31 08:34:49 [23468] [8] DEBUG: SMPP PDU 0x4a8a9f0 dump:
>> >>>> 2010-08-31 08:34:49 [23468] [8] DEBUG:   type_name: enquire_link
>> >>>> 2010-08-31 08:34:49 [23468] [8] DEBUG:   command_id: 21 = 0x00000015
>> >>>> 2010-08-31 08:34:49 [23468] [8] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:34:49 [23468] [8] DEBUG:   sequence_number: 2 =
>> >>>> 0x00000002
>> >>>> 2010-08-31 08:34:49 [23468] [8] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:34:50 [23468] [8] DEBUG: SMPP[C]: Got PDU:
>> >>>> 2010-08-31 08:34:50 [23468] [8] DEBUG: SMPP PDU 0x4a8a9f0 dump:
>> >>>> 2010-08-31 08:34:50 [23468] [8] DEBUG:   type_name:
>> enquire_link_resp
>> >>>> 2010-08-31 08:34:50 [23468] [8] DEBUG:   command_id: 2147483669 =
>> >>>> 0x80000015
>> >>>> 2010-08-31 08:34:50 [23468] [8] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:34:50 [23468] [8] DEBUG:   sequence_number: 2 =
>> >>>> 0x00000002
>> >>>> 2010-08-31 08:34:50 [23468] [8] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:34:55 [23468] [22] DEBUG: boxc_receiver: sms received
>> >>>> 2010-08-31 08:34:55 [23468] [22] DEBUG: send_msg: sending msg to
>> box:
>> >>>> <127.0.0.1>
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG: SMPP[B]: Sending PDU:
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG: SMPP PDU 0x4a8ac00 dump:
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:   type_name: submit_sm
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:   command_id: 4 = 0x00000004
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:   sequence_number: 3 =
>> >>>> 0x00000003
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:   service_type: NULL
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:   source_addr_ton: 2 =
>> >>>> 0x00000002
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:   source_addr_npi: 1 =
>> >>>> 0x00000001
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:   source_addr: "9437112909"
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:   dest_addr_ton: 2 =
>> 0x00000002
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:   dest_addr_npi: 1 =
>> 0x00000001
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:   destination_addr:
>> >>>> "919437112909"
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:   esm_class: 3 = 0x00000003
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:   protocol_id: 0 = 0x00000000
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:   priority_flag: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:   schedule_delivery_time:
>> NULL
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:   validity_period: NULL
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:   registered_delivery: 1 =
>> >>>> 0x00000001
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:   replace_if_present_flag: 0
>> =
>> >>>> 0x00000000
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:   data_coding: 8 = 0x00000008
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:   sm_default_msg_id: 0 =
>> >>>> 0x00000000
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:   sm_length: 20 = 0x00000014
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:   short_message:
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:    Octet string at 0x4a8adb0:
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:      len:  20
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:      size: 21
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:      immutable: 0
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:      data: 00 68 00 65 00 6c
>> 00
>> >>>> 6c
>> >>>> 00
>> >>>> 6f 00 6d 00 6f 00 74   .h.e.l.l.o.m.o.t
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:      data: 00 74 00 6f
>> >>>> .t.o
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:    Octet string dump ends.
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG: SMPP[B]: Got PDU:
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG: SMPP PDU 0x4a8ac00 dump:
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:   type_name: submit_sm_resp
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:   command_id: 2147483652 =
>> >>>> 0x80000004
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:   sequence_number: 3 =
>> >>>> 0x00000003
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG:   message_id:
>> >>>> "50083109354118076"
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG: DLR[internal]: Adding DLR
>> >>>> smsc=B,
>> >>>> ts=9223372036854775807, src=9437112909, dst=919437112909, mask=31,
>> >>>> boxc=
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG: SMSC[B]: creating DLR message
>> >>>> 2010-08-31 08:34:55 [23468] [7] DEBUG: SMSC[B]: DLR =
>> >>>> http://smpp.xxxxxxx.com/dl.php?dlr=%d
>> >>>> 2010-08-31 08:34:55 [23468] [23] DEBUG: send_msg: sending msg to
>> box:
>> >>>> <127.0.0.1>
>> >>>> 2010-08-31 08:34:55 [23468] [23] DEBUG: boxc_sender: sent message to
>> >>>> <127.0.0.1>
>> >>>> 2010-08-31 08:34:55 [23468] [22] DEBUG: boxc_receiver: got ack
>> >>>> 2010-08-31 08:35:09 [23468] [19] DEBUG: Dumping 0 messages to store
>> >>>> 2010-08-31 08:35:19 [23468] [8] DEBUG: SMPP[C]: Sending enquire
>> link:
>> >>>> 2010-08-31 08:35:19 [23468] [8] DEBUG: SMPP PDU 0x4a8ac00 dump:
>> >>>> 2010-08-31 08:35:19 [23468] [8] DEBUG:   type_name: enquire_link
>> >>>> 2010-08-31 08:35:19 [23468] [8] DEBUG:   command_id: 21 = 0x00000015
>> >>>> 2010-08-31 08:35:19 [23468] [8] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:35:19 [23468] [8] DEBUG:   sequence_number: 3 =
>> >>>> 0x00000003
>> >>>> 2010-08-31 08:35:19 [23468] [8] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:35:19 [23468] [8] DEBUG: SMPP[C]: Got PDU:
>> >>>> 2010-08-31 08:35:19 [23468] [8] DEBUG: SMPP PDU 0x4a5b7c0 dump:
>> >>>> 2010-08-31 08:35:19 [23468] [8] DEBUG:   type_name:
>> enquire_link_resp
>> >>>> 2010-08-31 08:35:19 [23468] [8] DEBUG:   command_id: 2147483669 =
>> >>>> 0x80000015
>> >>>> 2010-08-31 08:35:19 [23468] [8] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:35:19 [23468] [8] DEBUG:   sequence_number: 3 =
>> >>>> 0x00000003
>> >>>> 2010-08-31 08:35:19 [23468] [8] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:35:19 [23468] [7] DEBUG: SMPP[B]: Sending enquire
>> link:
>> >>>> 2010-08-31 08:35:19 [23468] [7] DEBUG: SMPP PDU 0x4a8ac00 dump:
>> >>>> 2010-08-31 08:35:19 [23468] [7] DEBUG:   type_name: enquire_link
>> >>>> 2010-08-31 08:35:19 [23468] [7] DEBUG:   command_id: 21 = 0x00000015
>> >>>> 2010-08-31 08:35:19 [23468] [7] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:35:19 [23468] [7] DEBUG:   sequence_number: 4 =
>> >>>> 0x00000004
>> >>>> 2010-08-31 08:35:19 [23468] [7] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:35:19 [23468] [7] DEBUG: SMPP[B]: Got PDU:
>> >>>> 2010-08-31 08:35:19 [23468] [7] DEBUG: SMPP PDU 0x4a5b7c0 dump:
>> >>>> 2010-08-31 08:35:19 [23468] [7] DEBUG:   type_name:
>> enquire_link_resp
>> >>>> 2010-08-31 08:35:19 [23468] [7] DEBUG:   command_id: 2147483669 =
>> >>>> 0x80000015
>> >>>> 2010-08-31 08:35:19 [23468] [7] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:35:19 [23468] [7] DEBUG:   sequence_number: 4 =
>> >>>> 0x00000004
>> >>>> 2010-08-31 08:35:19 [23468] [7] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:35:24 [23468] [22] DEBUG: boxc_receiver: heartbeat
>> with
>> >>>> load
>> >>>> value 0 received
>> >>>> 2010-08-31 08:35:27 [23468] [2] DEBUG: HTTP: Creating HTTPClient for
>> >>>> `127.0.0.1'.
>> >>>> 2010-08-31 08:35:27 [23468] [2] DEBUG: HTTP: Created HTTPClient area
>> >>>> 0x2aaaac000a90.
>> >>>> 2010-08-31 08:35:27 [23468] [3] DEBUG: HTTP: Resetting HTTPClient
>> for
>> >>>> `127.0.0.1'.
>> >>>> 2010-08-31 08:35:27 [23468] [1] DEBUG: HTTP: Destroying HTTPClient
>> area
>> >>>> 0x2aaaac000a90.
>> >>>> 2010-08-31 08:35:27 [23468] [1] DEBUG: HTTP: Destroying HTTPClient
>> for
>> >>>> `127.0.0.1'.
>> >>>> 2010-08-31 08:35:49 [23468] [8] DEBUG: SMPP[C]: Sending enquire
>> link:
>> >>>> 2010-08-31 08:35:49 [23468] [8] DEBUG: SMPP PDU 0x4a8ac00 dump:
>> >>>> 2010-08-31 08:35:49 [23468] [8] DEBUG:   type_name: enquire_link
>> >>>> 2010-08-31 08:35:49 [23468] [8] DEBUG:   command_id: 21 = 0x00000015
>> >>>> 2010-08-31 08:35:49 [23468] [8] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:35:49 [23468] [8] DEBUG:   sequence_number: 4 =
>> >>>> 0x00000004
>> >>>> 2010-08-31 08:35:49 [23468] [8] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:35:49 [23468] [8] DEBUG: SMPP[C]: Got PDU:
>> >>>> 2010-08-31 08:35:49 [23468] [8] DEBUG: SMPP PDU 0x4a5b7c0 dump:
>> >>>> 2010-08-31 08:35:49 [23468] [8] DEBUG:   type_name:
>> enquire_link_resp
>> >>>> 2010-08-31 08:35:49 [23468] [8] DEBUG:   command_id: 2147483669 =
>> >>>> 0x80000015
>> >>>> 2010-08-31 08:35:49 [23468] [8] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:35:49 [23468] [8] DEBUG:   sequence_number: 4 =
>> >>>> 0x00000004
>> >>>> 2010-08-31 08:35:49 [23468] [8] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:35:49 [23468] [7] DEBUG: SMPP[B]: Sending enquire
>> link:
>> >>>> 2010-08-31 08:35:49 [23468] [7] DEBUG: SMPP PDU 0x4a8ac00 dump:
>> >>>> 2010-08-31 08:35:49 [23468] [7] DEBUG:   type_name: enquire_link
>> >>>> 2010-08-31 08:35:49 [23468] [7] DEBUG:   command_id: 21 = 0x00000015
>> >>>> 2010-08-31 08:35:49 [23468] [7] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:35:49 [23468] [7] DEBUG:   sequence_number: 5 =
>> >>>> 0x00000005
>> >>>> 2010-08-31 08:35:49 [23468] [7] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:35:49 [23468] [7] DEBUG: SMPP[B]: Got PDU:
>> >>>> 2010-08-31 08:35:49 [23468] [7] DEBUG: SMPP PDU 0x4a5b7c0 dump:
>> >>>> 2010-08-31 08:35:49 [23468] [7] DEBUG:   type_name:
>> enquire_link_resp
>> >>>> 2010-08-31 08:35:49 [23468] [7] DEBUG:   command_id: 2147483669 =
>> >>>> 0x80000015
>> >>>> 2010-08-31 08:35:49 [23468] [7] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:35:49 [23468] [7] DEBUG:   sequence_number: 5 =
>> >>>> 0x00000005
>> >>>> 2010-08-31 08:35:49 [23468] [7] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:36:19 [23468] [8] DEBUG: SMPP[C]: Sending enquire
>> link:
>> >>>> 2010-08-31 08:36:19 [23468] [8] DEBUG: SMPP PDU 0x4a8ac00 dump:
>> >>>> 2010-08-31 08:36:19 [23468] [8] DEBUG:   type_name: enquire_link
>> >>>> 2010-08-31 08:36:19 [23468] [8] DEBUG:   command_id: 21 = 0x00000015
>> >>>> 2010-08-31 08:36:19 [23468] [8] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:36:19 [23468] [8] DEBUG:   sequence_number: 5 =
>> >>>> 0x00000005
>> >>>> 2010-08-31 08:36:19 [23468] [8] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:36:19 [23468] [8] DEBUG: SMPP[C]: Got PDU:
>> >>>> 2010-08-31 08:36:19 [23468] [8] DEBUG: SMPP PDU 0x4a5b7c0 dump:
>> >>>> 2010-08-31 08:36:19 [23468] [8] DEBUG:   type_name:
>> enquire_link_resp
>> >>>> 2010-08-31 08:36:19 [23468] [8] DEBUG:   command_id: 2147483669 =
>> >>>> 0x80000015
>> >>>> 2010-08-31 08:36:19 [23468] [8] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:36:19 [23468] [8] DEBUG:   sequence_number: 5 =
>> >>>> 0x00000005
>> >>>> 2010-08-31 08:36:19 [23468] [8] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:36:19 [23468] [7] DEBUG: SMPP[B]: Sending enquire
>> link:
>> >>>> 2010-08-31 08:36:19 [23468] [7] DEBUG: SMPP PDU 0x4a8ac00 dump:
>> >>>> 2010-08-31 08:36:19 [23468] [7] DEBUG:   type_name: enquire_link
>> >>>> 2010-08-31 08:36:19 [23468] [7] DEBUG:   command_id: 21 = 0x00000015
>> >>>> 2010-08-31 08:36:19 [23468] [7] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:36:19 [23468] [7] DEBUG:   sequence_number: 6 =
>> >>>> 0x00000006
>> >>>> 2010-08-31 08:36:19 [23468] [7] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:36:19 [23468] [7] DEBUG: SMPP[B]: Got PDU:
>> >>>> 2010-08-31 08:36:19 [23468] [7] DEBUG: SMPP PDU 0x4a5b7c0 dump:
>> >>>> 2010-08-31 08:36:19 [23468] [7] DEBUG:   type_name:
>> enquire_link_resp
>> >>>> 2010-08-31 08:36:19 [23468] [7] DEBUG:   command_id: 2147483669 =
>> >>>> 0x80000015
>> >>>> 2010-08-31 08:36:19 [23468] [7] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:36:19 [23468] [7] DEBUG:   sequence_number: 6 =
>> >>>> 0x00000006
>> >>>> 2010-08-31 08:36:19 [23468] [7] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:36:49 [23468] [8] DEBUG: SMPP[C]: Sending enquire
>> link:
>> >>>> 2010-08-31 08:36:49 [23468] [8] DEBUG: SMPP PDU 0x4a8ac00 dump:
>> >>>> 2010-08-31 08:36:49 [23468] [8] DEBUG:   type_name: enquire_link
>> >>>> 2010-08-31 08:36:49 [23468] [8] DEBUG:   command_id: 21 = 0x00000015
>> >>>> 2010-08-31 08:36:49 [23468] [8] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:36:49 [23468] [8] DEBUG:   sequence_number: 6 =
>> >>>> 0x00000006
>> >>>> 2010-08-31 08:36:49 [23468] [8] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:36:49 [23468] [8] DEBUG: SMPP[C]: Got PDU:
>> >>>> 2010-08-31 08:36:49 [23468] [8] DEBUG: SMPP PDU 0x4a5b7c0 dump:
>> >>>> 2010-08-31 08:36:49 [23468] [8] DEBUG:   type_name:
>> enquire_link_resp
>> >>>> 2010-08-31 08:36:49 [23468] [8] DEBUG:   command_id: 2147483669 =
>> >>>> 0x80000015
>> >>>> 2010-08-31 08:36:49 [23468] [8] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:36:49 [23468] [8] DEBUG:   sequence_number: 6 =
>> >>>> 0x00000006
>> >>>> 2010-08-31 08:36:49 [23468] [8] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:36:49 [23468] [7] DEBUG: SMPP[B]: Sending enquire
>> link:
>> >>>> 2010-08-31 08:36:49 [23468] [7] DEBUG: SMPP PDU 0x4a8ac00 dump:
>> >>>> 2010-08-31 08:36:49 [23468] [7] DEBUG:   type_name: enquire_link
>> >>>> 2010-08-31 08:36:49 [23468] [7] DEBUG:   command_id: 21 = 0x00000015
>> >>>> 2010-08-31 08:36:49 [23468] [7] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:36:49 [23468] [7] DEBUG:   sequence_number: 7 =
>> >>>> 0x00000007
>> >>>> 2010-08-31 08:36:49 [23468] [7] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:36:49 [23468] [7] DEBUG: SMPP[B]: Got PDU:
>> >>>> 2010-08-31 08:36:49 [23468] [7] DEBUG: SMPP PDU 0x4a5b7c0 dump:
>> >>>> 2010-08-31 08:36:49 [23468] [7] DEBUG:   type_name:
>> enquire_link_resp
>> >>>> 2010-08-31 08:36:49 [23468] [7] DEBUG:   command_id: 2147483669 =
>> >>>> 0x80000015
>> >>>> 2010-08-31 08:36:49 [23468] [7] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:36:49 [23468] [7] DEBUG:   sequence_number: 7 =
>> >>>> 0x00000007
>> >>>> 2010-08-31 08:36:49 [23468] [7] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:37:19 [23468] [8] DEBUG: SMPP[C]: Sending enquire
>> link:
>> >>>> 2010-08-31 08:37:19 [23468] [8] DEBUG: SMPP PDU 0x4a8ac00 dump:
>> >>>> 2010-08-31 08:37:19 [23468] [8] DEBUG:   type_name: enquire_link
>> >>>> 2010-08-31 08:37:19 [23468] [8] DEBUG:   command_id: 21 = 0x00000015
>> >>>> 2010-08-31 08:37:19 [23468] [8] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:37:19 [23468] [8] DEBUG:   sequence_number: 7 =
>> >>>> 0x00000007
>> >>>> 2010-08-31 08:37:19 [23468] [8] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:37:19 [23468] [8] DEBUG: SMPP[C]: Got PDU:
>> >>>> 2010-08-31 08:37:19 [23468] [8] DEBUG: SMPP PDU 0x4a5b7c0 dump:
>> >>>> 2010-08-31 08:37:19 [23468] [8] DEBUG:   type_name:
>> enquire_link_resp
>> >>>> 2010-08-31 08:37:19 [23468] [8] DEBUG:   command_id: 2147483669 =
>> >>>> 0x80000015
>> >>>> 2010-08-31 08:37:19 [23468] [8] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:37:19 [23468] [8] DEBUG:   sequence_number: 7 =
>> >>>> 0x00000007
>> >>>> 2010-08-31 08:37:19 [23468] [8] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:37:19 [23468] [7] DEBUG: SMPP[B]: Sending enquire
>> link:
>> >>>> 2010-08-31 08:37:19 [23468] [7] DEBUG: SMPP PDU 0x4a8ac00 dump:
>> >>>> 2010-08-31 08:37:19 [23468] [7] DEBUG:   type_name: enquire_link
>> >>>> 2010-08-31 08:37:19 [23468] [7] DEBUG:   command_id: 21 = 0x00000015
>> >>>> 2010-08-31 08:37:19 [23468] [7] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:37:19 [23468] [7] DEBUG:   sequence_number: 8 =
>> >>>> 0x00000008
>> >>>> 2010-08-31 08:37:19 [23468] [7] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:37:19 [23468] [7] DEBUG: SMPP[B]: Got PDU:
>> >>>> 2010-08-31 08:37:19 [23468] [7] DEBUG: SMPP PDU 0x4a5b7c0 dump:
>> >>>> 2010-08-31 08:37:19 [23468] [7] DEBUG:   type_name:
>> enquire_link_resp
>> >>>> 2010-08-31 08:37:19 [23468] [7] DEBUG:   command_id: 2147483669 =
>> >>>> 0x80000015
>> >>>> 2010-08-31 08:37:19 [23468] [7] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:37:19 [23468] [7] DEBUG:   sequence_number: 8 =
>> >>>> 0x00000008
>> >>>> 2010-08-31 08:37:19 [23468] [7] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:37:27 [23468] [2] DEBUG: HTTP: Creating HTTPClient for
>> >>>> `127.0.0.1'.
>> >>>> 2010-08-31 08:37:27 [23468] [2] DEBUG: HTTP: Created HTTPClient area
>> >>>> 0x2aaaac000a90.
>> >>>> 2010-08-31 08:37:27 [23468] [3] DEBUG: HTTP: Resetting HTTPClient
>> for
>> >>>> `127.0.0.1'.
>> >>>> 2010-08-31 08:37:27 [23468] [1] DEBUG: HTTP: Destroying HTTPClient
>> area
>> >>>> 0x2aaaac000a90.
>> >>>> 2010-08-31 08:37:27 [23468] [1] DEBUG: HTTP: Destroying HTTPClient
>> for
>> >>>> `127.0.0.1'.
>> >>>> 2010-08-31 08:37:49 [23468] [8] DEBUG: SMPP[C]: Sending enquire
>> link:
>> >>>> 2010-08-31 08:37:49 [23468] [8] DEBUG: SMPP PDU 0x4a8ac00 dump:
>> >>>> 2010-08-31 08:37:49 [23468] [8] DEBUG:   type_name: enquire_link
>> >>>> 2010-08-31 08:37:49 [23468] [8] DEBUG:   command_id: 21 = 0x00000015
>> >>>> 2010-08-31 08:37:49 [23468] [8] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:37:49 [23468] [8] DEBUG:   sequence_number: 8 =
>> >>>> 0x00000008
>> >>>> 2010-08-31 08:37:49 [23468] [8] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:37:49 [23468] [8] DEBUG: SMPP[C]: Got PDU:
>> >>>> 2010-08-31 08:37:49 [23468] [8] DEBUG: SMPP PDU 0x4a5b7c0 dump:
>> >>>> 2010-08-31 08:37:49 [23468] [8] DEBUG:   type_name:
>> enquire_link_resp
>> >>>> 2010-08-31 08:37:49 [23468] [8] DEBUG:   command_id: 2147483669 =
>> >>>> 0x80000015
>> >>>> 2010-08-31 08:37:49 [23468] [8] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:37:49 [23468] [8] DEBUG:   sequence_number: 8 =
>> >>>> 0x00000008
>> >>>> 2010-08-31 08:37:49 [23468] [8] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:37:49 [23468] [7] DEBUG: SMPP[B]: Sending enquire
>> link:
>> >>>> 2010-08-31 08:37:49 [23468] [7] DEBUG: SMPP PDU 0x4a8ac00 dump:
>> >>>> 2010-08-31 08:37:49 [23468] [7] DEBUG:   type_name: enquire_link
>> >>>> 2010-08-31 08:37:49 [23468] [7] DEBUG:   command_id: 21 = 0x00000015
>> >>>> 2010-08-31 08:37:49 [23468] [7] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:37:49 [23468] [7] DEBUG:   sequence_number: 9 =
>> >>>> 0x00000009
>> >>>> 2010-08-31 08:37:49 [23468] [7] DEBUG: SMPP PDU dump ends.
>> >>>> 2010-08-31 08:37:50 [23468] [7] DEBUG: SMPP[B]: Got PDU:
>> >>>> 2010-08-31 08:37:50 [23468] [7] DEBUG: SMPP PDU 0x4a5b7c0 dump:
>> >>>> 2010-08-31 08:37:50 [23468] [7] DEBUG:   type_name:
>> enquire_link_resp
>> >>>> 2010-08-31 08:37:50 [23468] [7] DEBUG:   command_id: 2147483669 =
>> >>>> 0x80000015
>> >>>> 2010-08-31 08:37:50 [23468] [7] DEBUG:   command_status: 0 =
>> 0x00000000
>> >>>> 2010-08-31 08:37:50 [23468] [7] DEBUG:   sequence_number: 9 =
>> >>>> 0x00000009
>> >>>> 2010-08-31 08:37:50 [23468] [7] DEBUG: SMPP PDU dump ends.
>> >>>>
>> >>>>
>> >>>> Jacob Eiler wrote:
>> >>>>
>> >>>>> Yes. They also come in the form of deliver_sm, but you must include
>> >>>>> dlr-mask and dlr-url in your request to sendsms.
>> >>>>>
>> >>>>> /eiler
>> >>>>>
>> >>>>> On 30/08/2010 14:17 "dafodil" <neo.tu...@yahoo.com> wrote:
>> >>>>>
>> >>>>>
>> >>>>>> i should be also able to get delivery report when i m sending from
>> >>>>>> HTTP/kannel.
>> >>>>>>
>> >>>>>> elthox wrote:
>> >>>>>>
>> >>>>>>> You will see deliver_sm PDU-s whenever you send back from your
>> >>>>>>> mobile
>> >>>>>>> toward application.
>> >>>>>>>
>> >>>>>>> On Mon, Aug 30, 2010 at 1:14 PM, dafodil <neo.tu...@yahoo.com>
>> >>>>>>> wrote:
>> >>>>>>>
>> >>>>>>>> Hi List,
>> >>>>>>>> i habe bit confusion in my case.I see submit_sm and
>> submit_sm_resp
>> >>>>>>>> in the
>> >>>>>>>> log but not deliver_sm.
>> >>>>>>>> Can it be a problem with my configuration or carrier has not
>> >>>>>>>> enabled
>> >>>>>>>> it.How
>> >>>>>>>> ever my message is successfully delivered to the destination
>> >>>>>>>> mobile.i m
>> >>>>>>>> using HTTP post to send message and dlr type default(internal)
>> >>>>>>>>
>> >>>>>>>> Br
>> >>>>>>>> daf
>> >>>>>>>>
>> >>>>>>>> --
>> >>>>>>>> View this message in context:
>> >>>>>>>> <http://old.nabble.com/Deliver_sm-tp29571489p29571489.html>
>> >>>>>>>> Sent from the Kannel - User mailing list archive at Nabble.com.
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>
>> >>>>>>>
>> >>> --
>> >>> Apide ApS
>> >>> Jacob Eiler
>> >>> t: 2374 0486
>> >>> e: jacob.ei...@apide.com
>> >>> w: apide.com
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>
>> >>
>> >
>> >
>> >
>> >
>>
>> --
>> View this message in context:
>> http://old.nabble.com/Deliver_sm-tp29571489p29581132.html
>> Sent from the Kannel - User mailing list archive at Nabble.com.
>>
>>
>>
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Deliver_sm-tp29571489p29582599.html
Sent from the Kannel - User mailing list archive at Nabble.com.


Reply via email to