RE: Throttling Error
Алексей Мальгин <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Thanks for the response! > there is nothing to be done about this. Kannel does stop sending if it gets a throttling error and resumes a little bit later. > This is part of the protocol and does not require any further config settings But it has not stopped sending. It's just resends PDU later, but still sending new submit_sm for other messages. See attached log, please. > Yup. Alexey, you should contact your SMSC operator and ask them to modify throttling limit for you to reflect your needs. (e.g. at least 10sms/second). It’s test connection with new SMSC. It has limit 20 sms per minute in test mode. From: spameden [mailto:[email protected]] Sent: Thursday, July 03, 2014 1:45 PM To: Andreas Fink Cc: Алексей Мальгин; devel Devel Subject: Re: Throttling Error 2014-07-03 10:16 GMT+04:00 Andreas Fink <[email protected]>: there is nothing to be done about this. Kannel does stop sending if it gets a throttling error and resumes a little bit later. This is part of the protocol and does not require any further config settings Yup. Alexey, you should contact your SMSC operator and ask them to modify throttling limit for you to reflect your needs. (e.g. at least 10sms/second). On 03 Jul 2014, at 05:08, Алексей Мальгин <[email protected]> wrote: Hello, We need help with processing Throttling Error. SMSC requires us to wait 60 seconds and resend request. Can you help us to setup kannel well? Our config in attachment. Is it possible? We use Kannel 1.5.0 with sqlbox, smpp 3.4. <sqlbox.conf><kannel.conf>
smsc.log
(text/plain, 88 KB)
2014-07-01 16:30:24 [10313] [9] DEBUG: Connecting to <176.120.25.26> 2014-07-01 16:30:24 [10313] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-01 16:30:24 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:30:24 [10313] [9] DEBUG: type_name: bind_transceiver 2014-07-01 16:30:24 [10313] [9] DEBUG: command_id: 9 = 0x00000009 2014-07-01 16:30:24 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:30:24 [10313] [9] DEBUG: sequence_number: 1 = 0x00000001 2014-07-01 16:30:24 [10313] [9] DEBUG: system_id: "***" 2014-07-01 16:30:24 [10313] [9] DEBUG: password: "***" 2014-07-01 16:30:24 [10313] [9] DEBUG: system_type: "test" 2014-07-01 16:30:24 [10313] [9] DEBUG: interface_version: 52 = 0x00000034 2014-07-01 16:30:24 [10313] [9] DEBUG: addr_ton: 0 = 0x00000000 2014-07-01 16:30:24 [10313] [9] DEBUG: addr_npi: 0 = 0x00000000 2014-07-01 16:30:24 [10313] [9] DEBUG: address_range: NULL 2014-07-01 16:30:24 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:30:24 [10313] [9] DEBUG: Optional parameter tag (0x0210) 2014-07-01 16:30:24 [10313] [9] DEBUG: Optional parameter length read as 1 2014-07-01 16:30:24 [10313] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-01 16:30:24 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a50 dump: 2014-07-01 16:30:24 [10313] [9] DEBUG: type_name: bind_transceiver_resp 2014-07-01 16:30:24 [10313] [9] DEBUG: command_id: 2147483657 = 0x80000009 2014-07-01 16:30:24 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:30:24 [10313] [9] DEBUG: sequence_number: 1 = 0x00000001 2014-07-01 16:30:24 [10313] [9] DEBUG: system_id: "MCG" 2014-07-01 16:30:24 [10313] [9] DEBUG: sc_interface_version: 52 = 0x00000034 2014-07-01 16:30:24 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:30:24 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:30:54 [10313] [9] DEBUG: SMPP[mts]: Sending enquire link: 2014-07-01 16:30:54 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:30:54 [10313] [9] DEBUG: type_name: enquire_link 2014-07-01 16:30:54 [10313] [9] DEBUG: command_id: 21 = 0x00000015 2014-07-01 16:30:54 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:30:54 [10313] [9] DEBUG: sequence_number: 2 = 0x00000002 2014-07-01 16:30:54 [10313] [9] DEBUG: SMPP PDU dump ends. ... 2014-07-01 16:44:37 [10313] [9] DEBUG: SMPP[mts]: Manually forced source addr ton = 0, source add npi = 1 2014-07-01 16:44:37 [10313] [9] DEBUG: SMPP[mts]: Manually forced dest addr ton = 1, dest add npi = 1 2014-07-01 16:44:37 [10313] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-01 16:44:37 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:44:37 [10313] [9] DEBUG: type_name: submit_sm 2014-07-01 16:44:37 [10313] [9] DEBUG: command_id: 4 = 0x00000004 2014-07-01 16:44:37 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:44:37 [10313] [9] DEBUG: sequence_number: 30 = 0x0000001e 2014-07-01 16:44:37 [10313] [9] DEBUG: service_type: NULL 2014-07-01 16:44:37 [10313] [9] DEBUG: source_addr_ton: 0 = 0x00000000 2014-07-01 16:44:37 [10313] [9] DEBUG: source_addr_npi: 1 = 0x00000001 2014-07-01 16:44:37 [10313] [9] DEBUG: source_addr: "xxxxxxx9915" 2014-07-01 16:44:37 [10313] [9] DEBUG: dest_addr_ton: 1 = 0x00000001 2014-07-01 16:44:37 [10313] [9] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-07-01 16:44:37 [10313] [9] DEBUG: destination_addr: "xxxxxxx6194" 2014-07-01 16:44:37 [10313] [9] DEBUG: esm_class: 3 = 0x00000003 2014-07-01 16:44:37 [10313] [9] DEBUG: protocol_id: 0 = 0x00000000 2014-07-01 16:44:37 [10313] [9] DEBUG: priority_flag: 0 = 0x00000000 2014-07-01 16:44:37 [10313] [9] DEBUG: schedule_delivery_time: NULL 2014-07-01 16:44:37 [10313] [9] DEBUG: validity_period: NULL 2014-07-01 16:44:37 [10313] [9] DEBUG: registered_delivery: 1 = 0x00000001 2014-07-01 16:44:37 [10313] [9] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-07-01 16:44:37 [10313] [9] DEBUG: data_coding: 8 = 0x00000008 2014-07-01 16:44:37 [10313] [9] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-07-01 16:44:37 [10313] [9] DEBUG: sm_length: 2 = 0x00000002 2014-07-01 16:44:37 [10313] [9] DEBUG: short_message: 2014-07-01 16:44:37 [10313] [9] DEBUG: Octet string at 0x7f251c000d90: 2014-07-01 16:44:37 [10313] [9] DEBUG: len: 2 2014-07-01 16:44:37 [10313] [9] DEBUG: size: 3 2014-07-01 16:44:37 [10313] [9] DEBUG: immutable: 0 2014-07-01 16:44:37 [10313] [9] DEBUG: data: 00 33 .3 2014-07-01 16:44:37 [10313] [9] DEBUG: Octet string dump ends. 2014-07-01 16:44:37 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:44:37 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:44:37 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:44:37 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:44:37 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:44:37 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:44:37 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:44:37 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:44:37 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:44:37 [10313] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-01 16:44:37 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:44:37 [10313] [9] DEBUG: type_name: submit_sm_resp 2014-07-01 16:44:37 [10313] [9] DEBUG: command_id: 2147483652 = 0x80000004 2014-07-01 16:44:37 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:44:37 [10313] [9] DEBUG: sequence_number: 30 = 0x0000001e 2014-07-01 16:44:37 [10313] [9] DEBUG: message_id: "1a8d68c2" 2014-07-01 16:44:37 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:44:37 [10313] [9] DEBUG: DLR[mysql]: Adding DLR smsc=mts, ts=1a8d68c2, src=xxxxxxx9915, dst=xxxxxxx6194, mask=31, boxc=smsbox 2014-07-01 16:44:37 [10313] [9] DEBUG: adding DLR entry into database 2014-07-01 16:44:37 [10313] [9] DEBUG: sql: INSERT INTO `dlr` (`smsc`, `ts`, `source`, `destination`, `service`, `url`, `mask`, `boxc`, `status`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, 0) 2014-07-01 16:44:37 [10313] [9] DEBUG: SMSC[mts]: creating DLR message 2014-07-01 16:44:37 [10313] [9] DEBUG: SMSC[mts]: DLR = 2014-07-01 16:44:37 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:44:40 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:44:40 [10313] [9] DEBUG: SMPP[mts]: Manually forced source addr ton = 0, source add npi = 1 2014-07-01 16:44:40 [10313] [9] DEBUG: SMPP[mts]: Manually forced dest addr ton = 1, dest add npi = 1 2014-07-01 16:44:40 [10313] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-01 16:44:40 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:44:40 [10313] [9] DEBUG: type_name: submit_sm 2014-07-01 16:44:40 [10313] [9] DEBUG: command_id: 4 = 0x00000004 2014-07-01 16:44:40 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:44:40 [10313] [9] DEBUG: sequence_number: 31 = 0x0000001f 2014-07-01 16:44:40 [10313] [9] DEBUG: service_type: NULL 2014-07-01 16:44:40 [10313] [9] DEBUG: source_addr_ton: 0 = 0x00000000 2014-07-01 16:44:40 [10313] [9] DEBUG: source_addr_npi: 1 = 0x00000001 2014-07-01 16:44:40 [10313] [9] DEBUG: source_addr: "xxxxxx9915" 2014-07-01 16:44:40 [10313] [9] DEBUG: dest_addr_ton: 1 = 0x00000001 2014-07-01 16:44:40 [10313] [9] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-07-01 16:44:40 [10313] [9] DEBUG: destination_addr: "xxxxxxx6194" 2014-07-01 16:44:40 [10313] [9] DEBUG: esm_class: 3 = 0x00000003 2014-07-01 16:44:40 [10313] [9] DEBUG: protocol_id: 0 = 0x00000000 2014-07-01 16:44:40 [10313] [9] DEBUG: priority_flag: 0 = 0x00000000 2014-07-01 16:44:40 [10313] [9] DEBUG: schedule_delivery_time: NULL 2014-07-01 16:44:40 [10313] [9] DEBUG: validity_period: NULL 2014-07-01 16:44:40 [10313] [9] DEBUG: registered_delivery: 1 = 0x00000001 2014-07-01 16:44:40 [10313] [9] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-07-01 16:44:40 [10313] [9] DEBUG: data_coding: 8 = 0x00000008 2014-07-01 16:44:40 [10313] [9] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-07-01 16:44:40 [10313] [9] DEBUG: sm_length: 2 = 0x00000002 2014-07-01 16:44:40 [10313] [9] DEBUG: short_message: 2014-07-01 16:44:40 [10313] [9] DEBUG: Octet string at 0x7f251c000c10: 2014-07-01 16:44:40 [10313] [9] DEBUG: len: 2 2014-07-01 16:44:40 [10313] [9] DEBUG: size: 3 2014-07-01 16:44:40 [10313] [9] DEBUG: immutable: 0 2014-07-01 16:44:40 [10313] [9] DEBUG: data: 00 32 .2 2014-07-01 16:44:40 [10313] [9] DEBUG: Octet string dump ends. 2014-07-01 16:44:40 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:44:40 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:44:40 [10313] [9] DEBUG: Optional parameter tag (0x001e) 2014-07-01 16:44:40 [10313] [9] DEBUG: Optional parameter length read as 9 2014-07-01 16:44:40 [10313] [9] DEBUG: Optional parameter tag (0x0427) 2014-07-01 16:44:40 [10313] [9] DEBUG: Optional parameter length read as 1 2014-07-01 16:44:40 [10313] [9] DEBUG: Optional parameter tag (0x000e) 2014-07-01 16:44:40 [10313] [9] DEBUG: Optional parameter length read as 1 2014-07-01 16:44:40 [10313] [9] WARNING: SMPP: Unknown TLV(0x000e,0x0001,01) for PDU type (deliver_sm) received! 2014-07-01 16:44:40 [10313] [9] DEBUG: Optional parameter tag (0x0006) 2014-07-01 16:44:40 [10313] [9] DEBUG: Optional parameter length read as 1 2014-07-01 16:44:40 [10313] [9] WARNING: SMPP: Unknown TLV(0x0006,0x0001,01) for PDU type (deliver_sm) received! 2014-07-01 16:44:40 [10313] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-01 16:44:40 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:44:40 [10313] [9] DEBUG: type_name: deliver_sm 2014-07-01 16:44:40 [10313] [9] DEBUG: command_id: 5 = 0x00000005 2014-07-01 16:44:40 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:44:40 [10313] [9] DEBUG: sequence_number: 1 = 0x00000001 2014-07-01 16:44:40 [10313] [9] DEBUG: service_type: NULL 2014-07-01 16:44:40 [10313] [9] DEBUG: source_addr_ton: 1 = 0x00000001 2014-07-01 16:44:40 [10313] [9] DEBUG: source_addr_npi: 1 = 0x00000001 2014-07-01 16:44:40 [10313] [9] DEBUG: source_addr: "xxxxxxx6194" 2014-07-01 16:44:40 [10313] [9] DEBUG: dest_addr_ton: 1 = 0x00000001 2014-07-01 16:44:40 [10313] [9] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-07-01 16:44:40 [10313] [9] DEBUG: destination_addr: "xxxxxxx9915" 2014-07-01 16:44:40 [10313] [9] DEBUG: esm_class: 4 = 0x00000004 2014-07-01 16:44:40 [10313] [9] DEBUG: protocol_id: 0 = 0x00000000 2014-07-01 16:44:40 [10313] [9] DEBUG: priority_flag: 0 = 0x00000000 2014-07-01 16:44:40 [10313] [9] DEBUG: schedule_delivery_time: NULL 2014-07-01 16:44:40 [10313] [9] DEBUG: validity_period: NULL 2014-07-01 16:44:40 [10313] [9] DEBUG: registered_delivery: 0 = 0x00000000 2014-07-01 16:44:40 [10313] [9] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-07-01 16:44:40 [10313] [9] DEBUG: data_coding: 0 = 0x00000000 2014-07-01 16:44:40 [10313] [9] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-07-01 16:44:40 [10313] [9] DEBUG: sm_length: 100 = 0x00000064 2014-07-01 16:44:40 [10313] [9] DEBUG: short_message: 2014-07-01 16:44:40 [10313] [9] DEBUG: Octet string at 0x7f251c001100: 2014-07-01 16:44:40 [10313] [9] DEBUG: len: 100 2014-07-01 16:44:40 [10313] [9] DEBUG: size: 101 2014-07-01 16:44:40 [10313] [9] DEBUG: immutable: 0 2014-07-01 16:44:40 [10313] [9] DEBUG: data: 69 64 3a 31 61 38 64 36 38 63 32 20 73 75 62 3a id:1a8d68c2 sub: 2014-07-01 16:44:40 [10313] [9] DEBUG: data: 30 30 31 20 64 6c 76 72 64 3a 30 30 31 20 73 75 001 dlvrd:001 su 2014-07-01 16:44:40 [10313] [9] DEBUG: data: 62 6d 69 74 20 64 61 74 65 3a 31 34 30 37 30 31 bmit date:140701 2014-07-01 16:44:40 [10313] [9] DEBUG: data: 31 33 34 35 20 64 6f 6e 65 20 64 61 74 65 3a 31 1345 done date:1 2014-07-01 16:44:40 [10313] [9] DEBUG: data: 34 30 37 30 31 31 33 34 35 20 73 74 61 74 3a 44 407011345 stat:D 2014-07-01 16:44:40 [10313] [9] DEBUG: data: 45 4c 49 56 52 44 20 65 72 72 3a 30 30 30 20 74 ELIVRD err:000 t 2014-07-01 16:44:40 [10313] [9] DEBUG: data: 65 78 74 3a ext: 2014-07-01 16:44:40 [10313] [9] DEBUG: Octet string dump ends. 2014-07-01 16:44:40 [10313] [9] DEBUG: message_state: 2 = 0x00000002 2014-07-01 16:44:40 [10313] [9] DEBUG: receipted_message_id: "1a8d68c2" 2014-07-01 16:44:40 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:44:40 [10313] [9] DEBUG: SMPP[mts] handle_pdu, got DLR 2014-07-01 16:44:40 [10313] [9] DEBUG: DLR[mysql]: Looking for DLR smsc=mts, ts=1a8d68c2, dst=xxxxxxx6194, type=1 2014-07-01 16:44:40 [10313] [9] DEBUG: sql: SELECT `mask`, `service`, `url`, `source`, `destination`, `boxc` FROM `dlr` WHERE `smsc`=? AND `ts`=? LIMIT 1 2014-07-01 16:44:40 [10313] [9] DEBUG: column=mask buffer_type=3 max_length=0 length=10 2014-07-01 16:44:40 [10313] [9] DEBUG: column=service buffer_type=253 max_length=0 length=120 2014-07-01 16:44:40 [10313] [9] DEBUG: column=url buffer_type=253 max_length=0 length=765 2014-07-01 16:44:40 [10313] [9] DEBUG: column=source buffer_type=253 max_length=0 length=120 2014-07-01 16:44:40 [10313] [9] DEBUG: column=destination buffer_type=253 max_length=0 length=120 2014-07-01 16:44:40 [10313] [9] DEBUG: column=boxc buffer_type=253 max_length=0 length=120 2014-07-01 16:44:40 [10313] [9] DEBUG: DLR[mysql]: created DLR message for URL <> 2014-07-01 16:44:40 [10313] [9] DEBUG: removing DLR from database 2014-07-01 16:44:40 [10313] [9] DEBUG: sql: DELETE FROM `dlr` WHERE `smsc`=? AND `ts`=? LIMIT 1 2014-07-01 16:44:40 [10313] [9] DEBUG: new group created `smpp' 2014-07-01 16:44:40 [10313] [9] DEBUG: group=`smpp' key=`dlr_err' value=`000' 2014-07-01 16:44:40 [10313] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-01 16:44:40 [10313] [9] DEBUG: SMPP PDU 0x7f251c0088c0 dump: 2014-07-01 16:44:40 [10313] [9] DEBUG: type_name: deliver_sm_resp 2014-07-01 16:44:40 [10313] [9] DEBUG: command_id: 2147483653 = 0x80000005 2014-07-01 16:44:40 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:44:40 [10313] [9] DEBUG: sequence_number: 1 = 0x00000001 2014-07-01 16:44:40 [10313] [9] DEBUG: message_id: NULL 2014-07-01 16:44:40 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:44:40 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:44:41 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:44:41 [10313] [9] DEBUG: SMPP[mts]: Manually forced source addr ton = 0, source add npi = 1 2014-07-01 16:44:41 [10313] [9] DEBUG: SMPP[mts]: Manually forced dest addr ton = 1, dest add npi = 1 2014-07-01 16:44:41 [10313] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-01 16:44:41 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:44:41 [10313] [9] DEBUG: type_name: submit_sm 2014-07-01 16:44:41 [10313] [9] DEBUG: command_id: 4 = 0x00000004 2014-07-01 16:44:41 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:44:41 [10313] [9] DEBUG: sequence_number: 32 = 0x00000020 2014-07-01 16:44:41 [10313] [9] DEBUG: service_type: NULL 2014-07-01 16:44:41 [10313] [9] DEBUG: source_addr_ton: 0 = 0x00000000 2014-07-01 16:44:41 [10313] [9] DEBUG: source_addr_npi: 1 = 0x00000001 2014-07-01 16:44:41 [10313] [9] DEBUG: source_addr: "xxxxxxx9915" 2014-07-01 16:44:41 [10313] [9] DEBUG: dest_addr_ton: 1 = 0x00000001 2014-07-01 16:44:41 [10313] [9] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-07-01 16:44:41 [10313] [9] DEBUG: destination_addr: "xxxxxxx6194" 2014-07-01 16:44:41 [10313] [9] DEBUG: esm_class: 3 = 0x00000003 2014-07-01 16:44:41 [10313] [9] DEBUG: protocol_id: 0 = 0x00000000 2014-07-01 16:44:41 [10313] [9] DEBUG: priority_flag: 0 = 0x00000000 2014-07-01 16:44:41 [10313] [9] DEBUG: schedule_delivery_time: NULL 2014-07-01 16:44:41 [10313] [9] DEBUG: validity_period: NULL 2014-07-01 16:44:41 [10313] [9] DEBUG: registered_delivery: 1 = 0x00000001 2014-07-01 16:44:41 [10313] [9] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-07-01 16:44:41 [10313] [9] DEBUG: data_coding: 8 = 0x00000008 2014-07-01 16:44:41 [10313] [9] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-07-01 16:44:41 [10313] [9] DEBUG: sm_length: 2 = 0x00000002 2014-07-01 16:44:41 [10313] [9] DEBUG: short_message: 2014-07-01 16:44:41 [10313] [9] DEBUG: Octet string at 0x7f251c001020: 2014-07-01 16:44:41 [10313] [9] DEBUG: len: 2 2014-07-01 16:44:41 [10313] [9] DEBUG: size: 3 2014-07-01 16:44:41 [10313] [9] DEBUG: immutable: 0 2014-07-01 16:44:41 [10313] [9] DEBUG: data: 00 31 .1 2014-07-01 16:44:41 [10313] [9] DEBUG: Octet string dump ends. 2014-07-01 16:44:41 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:44:41 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:44:41 [10313] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-01 16:44:41 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:44:41 [10313] [9] DEBUG: type_name: submit_sm_resp 2014-07-01 16:44:41 [10313] [9] DEBUG: command_id: 2147483652 = 0x80000004 2014-07-01 16:44:41 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:44:41 [10313] [9] DEBUG: sequence_number: 31 = 0x0000001f 2014-07-01 16:44:41 [10313] [9] DEBUG: message_id: "1a8d6cc2" 2014-07-01 16:44:41 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:44:41 [10313] [9] DEBUG: DLR[mysql]: Adding DLR smsc=mts, ts=1a8d6cc2, src=xxxxxxx9915, dst=xxxxxxx6194, mask=31, boxc=smsbox 2014-07-01 16:44:41 [10313] [9] DEBUG: adding DLR entry into database 2014-07-01 16:44:41 [10313] [9] DEBUG: sql: INSERT INTO `dlr` (`smsc`, `ts`, `source`, `destination`, `service`, `url`, `mask`, `boxc`, `status`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, 0) 2014-07-01 16:44:41 [10313] [9] DEBUG: SMSC[mts]: creating DLR message 2014-07-01 16:44:41 [10313] [9] DEBUG: SMSC[mts]: DLR = 2014-07-01 16:44:41 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:44:41 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:44:41 [10313] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-01 16:44:41 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:44:41 [10313] [9] DEBUG: type_name: submit_sm_resp 2014-07-01 16:44:41 [10313] [9] DEBUG: command_id: 2147483652 = 0x80000004 2014-07-01 16:44:41 [10313] [9] DEBUG: command_status: 88 = 0x00000058 2014-07-01 16:44:41 [10313] [9] DEBUG: sequence_number: 32 = 0x00000020 2014-07-01 16:44:41 [10313] [9] DEBUG: message_id: NULL 2014-07-01 16:44:41 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:44:41 [10313] [9] ERROR: SMPP[mts]: SMSC returned error code 0x00000058 (Throttling error) in response to submit_sm. 2014-07-01 16:44:43 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:44:43 [10313] [9] DEBUG: SMPP[mts]: Manually forced source addr ton = 0, source add npi = 1 2014-07-01 16:44:43 [10313] [9] DEBUG: SMPP[mts]: Manually forced dest addr ton = 1, dest add npi = 1 2014-07-01 16:44:43 [10313] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-01 16:44:43 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:44:43 [10313] [9] DEBUG: type_name: submit_sm 2014-07-01 16:44:43 [10313] [9] DEBUG: command_id: 4 = 0x00000004 2014-07-01 16:44:43 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:44:43 [10313] [9] DEBUG: sequence_number: 33 = 0x00000021 2014-07-01 16:44:43 [10313] [9] DEBUG: service_type: NULL 2014-07-01 16:44:43 [10313] [9] DEBUG: source_addr_ton: 0 = 0x00000000 2014-07-01 16:44:43 [10313] [9] DEBUG: source_addr_npi: 1 = 0x00000001 2014-07-01 16:44:43 [10313] [9] DEBUG: source_addr: "xxxxxxx9915" 2014-07-01 16:44:43 [10313] [9] DEBUG: dest_addr_ton: 1 = 0x00000001 2014-07-01 16:44:43 [10313] [9] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-07-01 16:44:43 [10313] [9] DEBUG: destination_addr: "xxxxxxx4535" 2014-07-01 16:44:43 [10313] [9] DEBUG: esm_class: 3 = 0x00000003 2014-07-01 16:44:43 [10313] [9] DEBUG: protocol_id: 0 = 0x00000000 2014-07-01 16:44:43 [10313] [9] DEBUG: priority_flag: 0 = 0x00000000 2014-07-01 16:44:43 [10313] [9] DEBUG: schedule_delivery_time: NULL 2014-07-01 16:44:43 [10313] [9] DEBUG: validity_period: NULL 2014-07-01 16:44:43 [10313] [9] DEBUG: registered_delivery: 1 = 0x00000001 2014-07-01 16:44:43 [10313] [9] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-07-01 16:44:43 [10313] [9] DEBUG: data_coding: 8 = 0x00000008 2014-07-01 16:44:43 [10313] [9] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-07-01 16:44:43 [10313] [9] DEBUG: sm_length: 6 = 0x00000006 2014-07-01 16:44:43 [10313] [9] DEBUG: short_message: 2014-07-01 16:44:43 [10313] [9] DEBUG: Octet string at 0x7f251c001110: 2014-07-01 16:44:43 [10313] [9] DEBUG: len: 6 2014-07-01 16:44:43 [10313] [9] DEBUG: size: 7 2014-07-01 16:44:43 [10313] [9] DEBUG: immutable: 0 2014-07-01 16:44:43 [10313] [9] DEBUG: data: 00 4d 00 51 00 46 .M.Q.F 2014-07-01 16:44:43 [10313] [9] DEBUG: Octet string dump ends. 2014-07-01 16:44:43 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:44:43 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:44:43 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:44:43 [10313] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-01 16:44:43 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:44:43 [10313] [9] DEBUG: type_name: submit_sm_resp 2014-07-01 16:44:43 [10313] [9] DEBUG: command_id: 2147483652 = 0x80000004 2014-07-01 16:44:43 [10313] [9] DEBUG: command_status: 88 = 0x00000058 2014-07-01 16:44:43 [10313] [9] DEBUG: sequence_number: 33 = 0x00000021 2014-07-01 16:44:43 [10313] [9] DEBUG: message_id: NULL 2014-07-01 16:44:43 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:44:43 [10313] [9] ERROR: SMPP[mts]: SMSC returned error code 0x00000058 (Throttling error) in response to submit_sm. 2014-07-01 16:44:45 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:44:45 [10313] [9] DEBUG: SMPP[mts]: Manually forced source addr ton = 0, source add npi = 1 2014-07-01 16:44:45 [10313] [9] DEBUG: SMPP[mts]: Manually forced dest addr ton = 1, dest add npi = 1 2014-07-01 16:44:45 [10313] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-01 16:44:45 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:44:45 [10313] [9] DEBUG: type_name: submit_sm 2014-07-01 16:44:45 [10313] [9] DEBUG: command_id: 4 = 0x00000004 2014-07-01 16:44:45 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:44:45 [10313] [9] DEBUG: sequence_number: 34 = 0x00000022 2014-07-01 16:44:45 [10313] [9] DEBUG: service_type: NULL 2014-07-01 16:44:45 [10313] [9] DEBUG: source_addr_ton: 0 = 0x00000000 2014-07-01 16:44:45 [10313] [9] DEBUG: source_addr_npi: 1 = 0x00000001 2014-07-01 16:44:45 [10313] [9] DEBUG: source_addr: "xxxxxxx9915" 2014-07-01 16:44:45 [10313] [9] DEBUG: dest_addr_ton: 1 = 0x00000001 2014-07-01 16:44:45 [10313] [9] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-07-01 16:44:45 [10313] [9] DEBUG: destination_addr: "xxxxxxx6194" 2014-07-01 16:44:45 [10313] [9] DEBUG: esm_class: 3 = 0x00000003 2014-07-01 16:44:45 [10313] [9] DEBUG: protocol_id: 0 = 0x00000000 2014-07-01 16:44:45 [10313] [9] DEBUG: priority_flag: 0 = 0x00000000 2014-07-01 16:44:45 [10313] [9] DEBUG: schedule_delivery_time: NULL 2014-07-01 16:44:45 [10313] [9] DEBUG: validity_period: NULL 2014-07-01 16:44:45 [10313] [9] DEBUG: registered_delivery: 1 = 0x00000001 2014-07-01 16:44:45 [10313] [9] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-07-01 16:44:45 [10313] [9] DEBUG: data_coding: 8 = 0x00000008 2014-07-01 16:44:45 [10313] [9] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-07-01 16:44:45 [10313] [9] DEBUG: sm_length: 2 = 0x00000002 2014-07-01 16:44:45 [10313] [9] DEBUG: short_message: 2014-07-01 16:44:45 [10313] [9] DEBUG: Octet string at 0x7f251c001110: 2014-07-01 16:44:45 [10313] [9] DEBUG: len: 2 2014-07-01 16:44:45 [10313] [9] DEBUG: size: 3 2014-07-01 16:44:45 [10313] [9] DEBUG: immutable: 0 2014-07-01 16:44:45 [10313] [9] DEBUG: data: 00 31 .1 2014-07-01 16:44:45 [10313] [9] DEBUG: Octet string dump ends. 2014-07-01 16:44:45 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:44:45 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:44:45 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:44:45 [10313] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-01 16:44:45 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:44:45 [10313] [9] DEBUG: type_name: submit_sm_resp 2014-07-01 16:44:45 [10313] [9] DEBUG: command_id: 2147483652 = 0x80000004 2014-07-01 16:44:45 [10313] [9] DEBUG: command_status: 88 = 0x00000058 2014-07-01 16:44:45 [10313] [9] DEBUG: sequence_number: 34 = 0x00000022 2014-07-01 16:44:45 [10313] [9] DEBUG: message_id: NULL 2014-07-01 16:44:45 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:44:45 [10313] [9] ERROR: SMPP[mts]: SMSC returned error code 0x00000058 (Throttling error) in response to submit_sm. 2014-07-01 16:44:47 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:44:47 [10313] [9] DEBUG: SMPP[mts]: Manually forced source addr ton = 0, source add npi = 1 2014-07-01 16:44:47 [10313] [9] DEBUG: SMPP[mts]: Manually forced dest addr ton = 1, dest add npi = 1 2014-07-01 16:44:47 [10313] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-01 16:44:47 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:44:47 [10313] [9] DEBUG: type_name: submit_sm 2014-07-01 16:44:47 [10313] [9] DEBUG: command_id: 4 = 0x00000004 2014-07-01 16:44:47 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:44:47 [10313] [9] DEBUG: sequence_number: 35 = 0x00000023 2014-07-01 16:44:47 [10313] [9] DEBUG: service_type: NULL 2014-07-01 16:44:47 [10313] [9] DEBUG: source_addr_ton: 0 = 0x00000000 2014-07-01 16:44:47 [10313] [9] DEBUG: source_addr_npi: 1 = 0x00000001 2014-07-01 16:44:47 [10313] [9] DEBUG: source_addr: "xxxxxxx9915" 2014-07-01 16:44:47 [10313] [9] DEBUG: dest_addr_ton: 1 = 0x00000001 2014-07-01 16:44:47 [10313] [9] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-07-01 16:44:47 [10313] [9] DEBUG: destination_addr: "xxxxxxx6194" 2014-07-01 16:44:47 [10313] [9] DEBUG: esm_class: 3 = 0x00000003 2014-07-01 16:44:47 [10313] [9] DEBUG: protocol_id: 0 = 0x00000000 2014-07-01 16:44:47 [10313] [9] DEBUG: priority_flag: 0 = 0x00000000 2014-07-01 16:44:47 [10313] [9] DEBUG: schedule_delivery_time: NULL 2014-07-01 16:44:47 [10313] [9] DEBUG: validity_period: NULL 2014-07-01 16:44:47 [10313] [9] DEBUG: registered_delivery: 1 = 0x00000001 2014-07-01 16:44:47 [10313] [9] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-07-01 16:44:47 [10313] [9] DEBUG: data_coding: 8 = 0x00000008 2014-07-01 16:44:47 [10313] [9] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-07-01 16:44:47 [10313] [9] DEBUG: sm_length: 2 = 0x00000002 2014-07-01 16:44:47 [10313] [9] DEBUG: short_message: 2014-07-01 16:44:47 [10313] [9] DEBUG: Octet string at 0x7f251c001110: 2014-07-01 16:44:47 [10313] [9] DEBUG: len: 2 2014-07-01 16:44:47 [10313] [9] DEBUG: size: 3 2014-07-01 16:44:47 [10313] [9] DEBUG: immutable: 0 2014-07-01 16:44:47 [10313] [9] DEBUG: data: 00 32 .2 2014-07-01 16:44:47 [10313] [9] DEBUG: Octet string dump ends. 2014-07-01 16:44:47 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:44:47 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:44:47 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:44:47 [10313] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-01 16:44:47 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:44:47 [10313] [9] DEBUG: type_name: submit_sm_resp 2014-07-01 16:44:47 [10313] [9] DEBUG: command_id: 2147483652 = 0x80000004 2014-07-01 16:44:47 [10313] [9] DEBUG: command_status: 88 = 0x00000058 2014-07-01 16:44:47 [10313] [9] DEBUG: sequence_number: 35 = 0x00000023 2014-07-01 16:44:47 [10313] [9] DEBUG: message_id: NULL 2014-07-01 16:44:47 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:44:47 [10313] [9] ERROR: SMPP[mts]: SMSC returned error code 0x00000058 (Throttling error) in response to submit_sm. 2014-07-01 16:44:48 [10313] [9] DEBUG: Optional parameter tag (0x001e) 2014-07-01 16:44:48 [10313] [9] DEBUG: Optional parameter length read as 9 2014-07-01 16:44:48 [10313] [9] DEBUG: Optional parameter tag (0x0427) 2014-07-01 16:44:48 [10313] [9] DEBUG: Optional parameter length read as 1 2014-07-01 16:44:48 [10313] [9] DEBUG: Optional parameter tag (0x000e) 2014-07-01 16:44:48 [10313] [9] DEBUG: Optional parameter length read as 1 2014-07-01 16:44:48 [10313] [9] WARNING: SMPP: Unknown TLV(0x000e,0x0001,01) for PDU type (deliver_sm) received! 2014-07-01 16:44:48 [10313] [9] DEBUG: Optional parameter tag (0x0006) 2014-07-01 16:44:48 [10313] [9] DEBUG: Optional parameter length read as 1 2014-07-01 16:44:48 [10313] [9] WARNING: SMPP: Unknown TLV(0x0006,0x0001,01) for PDU type (deliver_sm) received! 2014-07-01 16:44:48 [10313] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-01 16:44:48 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:44:48 [10313] [9] DEBUG: type_name: deliver_sm 2014-07-01 16:44:48 [10313] [9] DEBUG: command_id: 5 = 0x00000005 2014-07-01 16:44:48 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:44:48 [10313] [9] DEBUG: sequence_number: 2 = 0x00000002 2014-07-01 16:44:48 [10313] [9] DEBUG: service_type: NULL 2014-07-01 16:44:48 [10313] [9] DEBUG: source_addr_ton: 1 = 0x00000001 2014-07-01 16:44:48 [10313] [9] DEBUG: source_addr_npi: 1 = 0x00000001 2014-07-01 16:44:48 [10313] [9] DEBUG: source_addr: "xxxxxxx6194" 2014-07-01 16:44:48 [10313] [9] DEBUG: dest_addr_ton: 1 = 0x00000001 2014-07-01 16:44:48 [10313] [9] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-07-01 16:44:48 [10313] [9] DEBUG: destination_addr: "xxxxxxx9915" 2014-07-01 16:44:48 [10313] [9] DEBUG: esm_class: 4 = 0x00000004 2014-07-01 16:44:48 [10313] [9] DEBUG: protocol_id: 0 = 0x00000000 2014-07-01 16:44:48 [10313] [9] DEBUG: priority_flag: 0 = 0x00000000 2014-07-01 16:44:48 [10313] [9] DEBUG: schedule_delivery_time: NULL 2014-07-01 16:44:48 [10313] [9] DEBUG: validity_period: NULL 2014-07-01 16:44:48 [10313] [9] DEBUG: registered_delivery: 0 = 0x00000000 2014-07-01 16:44:48 [10313] [9] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-07-01 16:44:48 [10313] [9] DEBUG: data_coding: 0 = 0x00000000 2014-07-01 16:44:48 [10313] [9] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-07-01 16:44:48 [10313] [9] DEBUG: sm_length: 100 = 0x00000064 2014-07-01 16:44:48 [10313] [9] DEBUG: short_message: 2014-07-01 16:44:48 [10313] [9] DEBUG: Octet string at 0x7f251c001110: 2014-07-01 16:44:48 [10313] [9] DEBUG: len: 100 2014-07-01 16:44:48 [10313] [9] DEBUG: size: 101 2014-07-01 16:44:48 [10313] [9] DEBUG: immutable: 0 2014-07-01 16:44:48 [10313] [9] DEBUG: data: 69 64 3a 31 61 38 64 36 63 63 32 20 73 75 62 3a id:1a8d6cc2 sub: 2014-07-01 16:44:48 [10313] [9] DEBUG: data: 30 30 31 20 64 6c 76 72 64 3a 30 30 31 20 73 75 001 dlvrd:001 su 2014-07-01 16:44:48 [10313] [9] DEBUG: data: 62 6d 69 74 20 64 61 74 65 3a 31 34 30 37 30 31 bmit date:140701 2014-07-01 16:44:48 [10313] [9] DEBUG: data: 31 33 34 35 20 64 6f 6e 65 20 64 61 74 65 3a 31 1345 done date:1 2014-07-01 16:44:48 [10313] [9] DEBUG: data: 34 30 37 30 31 31 33 34 35 20 73 74 61 74 3a 44 407011345 stat:D 2014-07-01 16:44:48 [10313] [9] DEBUG: data: 45 4c 49 56 52 44 20 65 72 72 3a 30 30 30 20 74 ELIVRD err:000 t 2014-07-01 16:44:48 [10313] [9] DEBUG: data: 65 78 74 3a ext: 2014-07-01 16:44:48 [10313] [9] DEBUG: Octet string dump ends. 2014-07-01 16:44:48 [10313] [9] DEBUG: message_state: 2 = 0x00000002 2014-07-01 16:44:48 [10313] [9] DEBUG: receipted_message_id: "1a8d6cc2" 2014-07-01 16:44:48 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:44:48 [10313] [9] DEBUG: SMPP[mts] handle_pdu, got DLR 2014-07-01 16:44:48 [10313] [9] DEBUG: DLR[mysql]: Looking for DLR smsc=mts, ts=1a8d6cc2, dst=xxxxxxx6194, type=1 2014-07-01 16:44:48 [10313] [9] DEBUG: sql: SELECT `mask`, `service`, `url`, `source`, `destination`, `boxc` FROM `dlr` WHERE `smsc`=? AND `ts`=? LIMIT 1 2014-07-01 16:44:48 [10313] [9] DEBUG: column=mask buffer_type=3 max_length=0 length=10 2014-07-01 16:44:48 [10313] [9] DEBUG: column=service buffer_type=253 max_length=0 length=120 2014-07-01 16:44:48 [10313] [9] DEBUG: column=url buffer_type=253 max_length=0 length=765 2014-07-01 16:44:48 [10313] [9] DEBUG: column=source buffer_type=253 max_length=0 length=120 2014-07-01 16:44:48 [10313] [9] DEBUG: column=destination buffer_type=253 max_length=0 length=120 2014-07-01 16:44:48 [10313] [9] DEBUG: column=boxc buffer_type=253 max_length=0 length=120 2014-07-01 16:44:48 [10313] [9] DEBUG: DLR[mysql]: created DLR message for URL <> 2014-07-01 16:44:48 [10313] [9] DEBUG: removing DLR from database 2014-07-01 16:44:48 [10313] [9] DEBUG: sql: DELETE FROM `dlr` WHERE `smsc`=? AND `ts`=? LIMIT 1 2014-07-01 16:44:48 [10313] [9] DEBUG: new group created `smpp' 2014-07-01 16:44:48 [10313] [9] DEBUG: group=`smpp' key=`dlr_err' value=`000' 2014-07-01 16:44:48 [10313] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-01 16:44:48 [10313] [9] DEBUG: SMPP PDU 0x7f251c0063a0 dump: 2014-07-01 16:44:48 [10313] [9] DEBUG: type_name: deliver_sm_resp 2014-07-01 16:44:48 [10313] [9] DEBUG: command_id: 2147483653 = 0x80000005 2014-07-01 16:44:48 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:44:48 [10313] [9] DEBUG: sequence_number: 2 = 0x00000002 2014-07-01 16:44:48 [10313] [9] DEBUG: message_id: NULL 2014-07-01 16:44:48 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:44:49 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:44:49 [10313] [9] DEBUG: SMPP[mts]: Manually forced source addr ton = 0, source add npi = 1 2014-07-01 16:44:49 [10313] [9] DEBUG: SMPP[mts]: Manually forced dest addr ton = 1, dest add npi = 1 2014-07-01 16:44:49 [10313] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-01 16:44:49 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:44:49 [10313] [9] DEBUG: type_name: submit_sm 2014-07-01 16:44:49 [10313] [9] DEBUG: command_id: 4 = 0x00000004 2014-07-01 16:44:49 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:44:49 [10313] [9] DEBUG: sequence_number: 36 = 0x00000024 2014-07-01 16:44:49 [10313] [9] DEBUG: service_type: NULL 2014-07-01 16:44:49 [10313] [9] DEBUG: source_addr_ton: 0 = 0x00000000 2014-07-01 16:44:49 [10313] [9] DEBUG: source_addr_npi: 1 = 0x00000001 2014-07-01 16:44:49 [10313] [9] DEBUG: source_addr: "xxxxxxx9915" 2014-07-01 16:44:49 [10313] [9] DEBUG: dest_addr_ton: 1 = 0x00000001 2014-07-01 16:44:49 [10313] [9] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-07-01 16:44:49 [10313] [9] DEBUG: destination_addr: "xxxxxxx6194" 2014-07-01 16:44:49 [10313] [9] DEBUG: esm_class: 3 = 0x00000003 2014-07-01 16:44:49 [10313] [9] DEBUG: protocol_id: 0 = 0x00000000 2014-07-01 16:44:49 [10313] [9] DEBUG: priority_flag: 0 = 0x00000000 2014-07-01 16:44:49 [10313] [9] DEBUG: schedule_delivery_time: NULL 2014-07-01 16:44:49 [10313] [9] DEBUG: validity_period: NULL 2014-07-01 16:44:49 [10313] [9] DEBUG: registered_delivery: 1 = 0x00000001 2014-07-01 16:44:49 [10313] [9] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-07-01 16:44:49 [10313] [9] DEBUG: data_coding: 8 = 0x00000008 2014-07-01 16:44:49 [10313] [9] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-07-01 16:44:49 [10313] [9] DEBUG: sm_length: 2 = 0x00000002 2014-07-01 16:44:49 [10313] [9] DEBUG: short_message: 2014-07-01 16:44:49 [10313] [9] DEBUG: Octet string at 0x7f251c001020: 2014-07-01 16:44:49 [10313] [9] DEBUG: len: 2 2014-07-01 16:44:49 [10313] [9] DEBUG: size: 3 2014-07-01 16:44:49 [10313] [9] DEBUG: immutable: 0 2014-07-01 16:44:49 [10313] [9] DEBUG: data: 00 33 .3 2014-07-01 16:44:49 [10313] [9] DEBUG: Octet string dump ends. 2014-07-01 16:44:49 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:44:49 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:44:49 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:44:49 [10313] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-01 16:44:49 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:44:49 [10313] [9] DEBUG: type_name: submit_sm_resp 2014-07-01 16:44:49 [10313] [9] DEBUG: command_id: 2147483652 = 0x80000004 2014-07-01 16:44:49 [10313] [9] DEBUG: command_status: 88 = 0x00000058 2014-07-01 16:44:49 [10313] [9] DEBUG: sequence_number: 36 = 0x00000024 2014-07-01 16:44:49 [10313] [9] DEBUG: message_id: NULL 2014-07-01 16:44:49 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:44:49 [10313] [9] ERROR: SMPP[mts]: SMSC returned error code 0x00000058 (Throttling error) in response to submit_sm. 2014-07-01 16:44:51 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:44:51 [10313] [9] DEBUG: SMPP[mts]: Manually forced source addr ton = 0, source add npi = 1 2014-07-01 16:44:51 [10313] [9] DEBUG: SMPP[mts]: Manually forced dest addr ton = 1, dest add npi = 1 2014-07-01 16:44:51 [10313] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-01 16:44:51 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:44:51 [10313] [9] DEBUG: type_name: submit_sm 2014-07-01 16:44:51 [10313] [9] DEBUG: command_id: 4 = 0x00000004 2014-07-01 16:44:51 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:44:51 [10313] [9] DEBUG: sequence_number: 37 = 0x00000025 2014-07-01 16:44:51 [10313] [9] DEBUG: service_type: NULL 2014-07-01 16:44:51 [10313] [9] DEBUG: source_addr_ton: 0 = 0x00000000 2014-07-01 16:44:51 [10313] [9] DEBUG: source_addr_npi: 1 = 0x00000001 2014-07-01 16:44:51 [10313] [9] DEBUG: source_addr: "xxxxxxx9915" 2014-07-01 16:44:51 [10313] [9] DEBUG: dest_addr_ton: 1 = 0x00000001 2014-07-01 16:44:51 [10313] [9] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-07-01 16:44:51 [10313] [9] DEBUG: destination_addr: "xxxxxxx6194" 2014-07-01 16:44:51 [10313] [9] DEBUG: esm_class: 3 = 0x00000003 2014-07-01 16:44:51 [10313] [9] DEBUG: protocol_id: 0 = 0x00000000 2014-07-01 16:44:51 [10313] [9] DEBUG: priority_flag: 0 = 0x00000000 2014-07-01 16:44:51 [10313] [9] DEBUG: schedule_delivery_time: NULL 2014-07-01 16:44:51 [10313] [9] DEBUG: validity_period: NULL 2014-07-01 16:44:51 [10313] [9] DEBUG: registered_delivery: 1 = 0x00000001 2014-07-01 16:44:51 [10313] [9] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-07-01 16:44:51 [10313] [9] DEBUG: data_coding: 8 = 0x00000008 2014-07-01 16:44:51 [10313] [9] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-07-01 16:44:51 [10313] [9] DEBUG: sm_length: 2 = 0x00000002 2014-07-01 16:44:51 [10313] [9] DEBUG: short_message: 2014-07-01 16:44:51 [10313] [9] DEBUG: Octet string at 0x7f251c001020: 2014-07-01 16:44:51 [10313] [9] DEBUG: len: 2 2014-07-01 16:44:51 [10313] [9] DEBUG: size: 3 2014-07-01 16:44:51 [10313] [9] DEBUG: immutable: 0 2014-07-01 16:44:51 [10313] [9] DEBUG: data: 00 34 .4 2014-07-01 16:44:51 [10313] [9] DEBUG: Octet string dump ends. 2014-07-01 16:44:51 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:44:51 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:44:51 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:44:51 [10313] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-01 16:44:51 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:44:51 [10313] [9] DEBUG: type_name: submit_sm_resp 2014-07-01 16:44:51 [10313] [9] DEBUG: command_id: 2147483652 = 0x80000004 2014-07-01 16:44:51 [10313] [9] DEBUG: command_status: 88 = 0x00000058 2014-07-01 16:44:51 [10313] [9] DEBUG: sequence_number: 37 = 0x00000025 2014-07-01 16:44:51 [10313] [9] DEBUG: message_id: NULL 2014-07-01 16:44:51 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:44:51 [10313] [9] ERROR: SMPP[mts]: SMSC returned error code 0x00000058 (Throttling error) in response to submit_sm. 2014-07-01 16:44:53 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:44:53 [10313] [9] DEBUG: SMPP[mts]: Manually forced source addr ton = 0, source add npi = 1 2014-07-01 16:44:53 [10313] [9] DEBUG: SMPP[mts]: Manually forced dest addr ton = 1, dest add npi = 1 2014-07-01 16:44:53 [10313] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-01 16:44:53 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:44:53 [10313] [9] DEBUG: type_name: submit_sm 2014-07-01 16:44:53 [10313] [9] DEBUG: command_id: 4 = 0x00000004 2014-07-01 16:44:53 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:44:53 [10313] [9] DEBUG: sequence_number: 38 = 0x00000026 2014-07-01 16:44:53 [10313] [9] DEBUG: service_type: NULL 2014-07-01 16:44:53 [10313] [9] DEBUG: source_addr_ton: 0 = 0x00000000 2014-07-01 16:44:53 [10313] [9] DEBUG: source_addr_npi: 1 = 0x00000001 2014-07-01 16:44:53 [10313] [9] DEBUG: source_addr: "xxxxxxx9915" 2014-07-01 16:44:53 [10313] [9] DEBUG: dest_addr_ton: 1 = 0x00000001 2014-07-01 16:44:53 [10313] [9] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-07-01 16:44:53 [10313] [9] DEBUG: destination_addr: "xxxxxxx6194" 2014-07-01 16:44:53 [10313] [9] DEBUG: esm_class: 3 = 0x00000003 2014-07-01 16:44:53 [10313] [9] DEBUG: protocol_id: 0 = 0x00000000 2014-07-01 16:44:53 [10313] [9] DEBUG: priority_flag: 0 = 0x00000000 2014-07-01 16:44:53 [10313] [9] DEBUG: schedule_delivery_time: NULL 2014-07-01 16:44:53 [10313] [9] DEBUG: validity_period: NULL 2014-07-01 16:44:53 [10313] [9] DEBUG: registered_delivery: 1 = 0x00000001 2014-07-01 16:44:53 [10313] [9] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-07-01 16:44:53 [10313] [9] DEBUG: data_coding: 8 = 0x00000008 2014-07-01 16:44:53 [10313] [9] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-07-01 16:44:53 [10313] [9] DEBUG: sm_length: 2 = 0x00000002 2014-07-01 16:44:53 [10313] [9] DEBUG: short_message: 2014-07-01 16:44:53 [10313] [9] DEBUG: Octet string at 0x7f251c001020: 2014-07-01 16:44:53 [10313] [9] DEBUG: len: 2 2014-07-01 16:44:53 [10313] [9] DEBUG: size: 3 2014-07-01 16:44:53 [10313] [9] DEBUG: immutable: 0 2014-07-01 16:44:53 [10313] [9] DEBUG: data: 00 35 .5 2014-07-01 16:44:53 [10313] [9] DEBUG: Octet string dump ends. 2014-07-01 16:44:53 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:44:53 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:44:53 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:44:53 [10313] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-01 16:44:53 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:44:53 [10313] [9] DEBUG: type_name: submit_sm_resp 2014-07-01 16:44:53 [10313] [9] DEBUG: command_id: 2147483652 = 0x80000004 2014-07-01 16:44:53 [10313] [9] DEBUG: command_status: 88 = 0x00000058 2014-07-01 16:44:53 [10313] [9] DEBUG: sequence_number: 38 = 0x00000026 2014-07-01 16:44:53 [10313] [9] DEBUG: message_id: NULL 2014-07-01 16:44:53 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:44:53 [10313] [9] ERROR: SMPP[mts]: SMSC returned error code 0x00000058 (Throttling error) in response to submit_sm. 2014-07-01 16:44:56 [10313] [9] DEBUG: SMPP[mts]: Sending enquire link: 2014-07-01 16:44:56 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:44:56 [10313] [9] DEBUG: type_name: enquire_link 2014-07-01 16:44:56 [10313] [9] DEBUG: command_id: 21 = 0x00000015 2014-07-01 16:44:56 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:44:56 [10313] [9] DEBUG: sequence_number: 39 = 0x00000027 2014-07-01 16:44:56 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:44:56 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:44:56 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:44:56 [10313] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-01 16:44:56 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:44:56 [10313] [9] DEBUG: type_name: enquire_link_resp 2014-07-01 16:44:56 [10313] [9] DEBUG: command_id: 2147483669 = 0x80000015 2014-07-01 16:44:56 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:44:56 [10313] [9] DEBUG: sequence_number: 39 = 0x00000027 2014-07-01 16:44:56 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:44:56 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:45:26 [10313] [9] DEBUG: SMPP[mts]: Sending enquire link: 2014-07-01 16:45:26 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:45:26 [10313] [9] DEBUG: type_name: enquire_link 2014-07-01 16:45:26 [10313] [9] DEBUG: command_id: 21 = 0x00000015 2014-07-01 16:45:26 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:45:26 [10313] [9] DEBUG: sequence_number: 40 = 0x00000028 2014-07-01 16:45:26 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:45:26 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:45:26 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:45:26 [10313] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-01 16:45:26 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:45:26 [10313] [9] DEBUG: type_name: enquire_link_resp 2014-07-01 16:45:26 [10313] [9] DEBUG: command_id: 2147483669 = 0x80000015 2014-07-01 16:45:26 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:45:26 [10313] [9] DEBUG: sequence_number: 40 = 0x00000028 2014-07-01 16:45:26 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:45:26 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:45:41 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:45:41 [10313] [9] DEBUG: SMPP[mts]: Manually forced source addr ton = 0, source add npi = 1 2014-07-01 16:45:41 [10313] [9] DEBUG: SMPP[mts]: Manually forced dest addr ton = 1, dest add npi = 1 2014-07-01 16:45:41 [10313] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-01 16:45:41 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:45:41 [10313] [9] DEBUG: type_name: submit_sm 2014-07-01 16:45:41 [10313] [9] DEBUG: command_id: 4 = 0x00000004 2014-07-01 16:45:41 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:45:41 [10313] [9] DEBUG: sequence_number: 41 = 0x00000029 2014-07-01 16:45:41 [10313] [9] DEBUG: service_type: NULL 2014-07-01 16:45:41 [10313] [9] DEBUG: source_addr_ton: 0 = 0x00000000 2014-07-01 16:45:41 [10313] [9] DEBUG: source_addr_npi: 1 = 0x00000001 2014-07-01 16:45:41 [10313] [9] DEBUG: source_addr: "xxxxxxx9915" 2014-07-01 16:45:41 [10313] [9] DEBUG: dest_addr_ton: 1 = 0x00000001 2014-07-01 16:45:41 [10313] [9] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-07-01 16:45:41 [10313] [9] DEBUG: destination_addr: "xxxxxxx6194" 2014-07-01 16:45:41 [10313] [9] DEBUG: esm_class: 3 = 0x00000003 2014-07-01 16:45:41 [10313] [9] DEBUG: protocol_id: 0 = 0x00000000 2014-07-01 16:45:41 [10313] [9] DEBUG: priority_flag: 0 = 0x00000000 2014-07-01 16:45:41 [10313] [9] DEBUG: schedule_delivery_time: NULL 2014-07-01 16:45:41 [10313] [9] DEBUG: validity_period: NULL 2014-07-01 16:45:41 [10313] [9] DEBUG: registered_delivery: 1 = 0x00000001 2014-07-01 16:45:41 [10313] [9] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-07-01 16:45:41 [10313] [9] DEBUG: data_coding: 8 = 0x00000008 2014-07-01 16:45:41 [10313] [9] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-07-01 16:45:41 [10313] [9] DEBUG: sm_length: 2 = 0x00000002 2014-07-01 16:45:41 [10313] [9] DEBUG: short_message: 2014-07-01 16:45:41 [10313] [9] DEBUG: Octet string at 0x7f251c001110: 2014-07-01 16:45:41 [10313] [9] DEBUG: len: 2 2014-07-01 16:45:41 [10313] [9] DEBUG: size: 3 2014-07-01 16:45:41 [10313] [9] DEBUG: immutable: 0 2014-07-01 16:45:41 [10313] [9] DEBUG: data: 00 31 .1 2014-07-01 16:45:41 [10313] [9] DEBUG: Octet string dump ends. 2014-07-01 16:45:41 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:45:41 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:45:41 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:45:41 [10313] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-01 16:45:41 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:45:41 [10313] [9] DEBUG: type_name: submit_sm_resp 2014-07-01 16:45:41 [10313] [9] DEBUG: command_id: 2147483652 = 0x80000004 2014-07-01 16:45:41 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:45:41 [10313] [9] DEBUG: sequence_number: 41 = 0x00000029 2014-07-01 16:45:41 [10313] [9] DEBUG: message_id: "1a8d70c2" 2014-07-01 16:45:41 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:45:41 [10313] [9] DEBUG: DLR[mysql]: Adding DLR smsc=mts, ts=1a8d70c2, src=xxxxxxx9915, dst=xxxxxxx6194, mask=31, boxc=smsbox 2014-07-01 16:45:41 [10313] [9] DEBUG: adding DLR entry into database 2014-07-01 16:45:41 [10313] [9] DEBUG: sql: INSERT INTO `dlr` (`smsc`, `ts`, `source`, `destination`, `service`, `url`, `mask`, `boxc`, `status`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, 0) 2014-07-01 16:45:41 [10313] [9] DEBUG: SMSC[mts]: creating DLR message 2014-07-01 16:45:41 [10313] [9] DEBUG: SMSC[mts]: DLR = 2014-07-01 16:45:41 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:45:44 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:45:44 [10313] [9] DEBUG: Optional parameter tag (0x001e) 2014-07-01 16:45:44 [10313] [9] DEBUG: Optional parameter length read as 9 2014-07-01 16:45:44 [10313] [9] DEBUG: Optional parameter tag (0x0427) 2014-07-01 16:45:44 [10313] [9] DEBUG: Optional parameter length read as 1 2014-07-01 16:45:44 [10313] [9] DEBUG: Optional parameter tag (0x000e) 2014-07-01 16:45:44 [10313] [9] DEBUG: Optional parameter length read as 1 2014-07-01 16:45:44 [10313] [9] WARNING: SMPP: Unknown TLV(0x000e,0x0001,01) for PDU type (deliver_sm) received! 2014-07-01 16:45:44 [10313] [9] DEBUG: Optional parameter tag (0x0006) 2014-07-01 16:45:44 [10313] [9] DEBUG: Optional parameter length read as 1 2014-07-01 16:45:44 [10313] [9] WARNING: SMPP: Unknown TLV(0x0006,0x0001,01) for PDU type (deliver_sm) received! 2014-07-01 16:45:44 [10313] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-01 16:45:44 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:45:44 [10313] [9] DEBUG: type_name: deliver_sm 2014-07-01 16:45:44 [10313] [9] DEBUG: command_id: 5 = 0x00000005 2014-07-01 16:45:44 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:45:44 [10313] [9] DEBUG: sequence_number: 3 = 0x00000003 2014-07-01 16:45:44 [10313] [9] DEBUG: service_type: NULL 2014-07-01 16:45:44 [10313] [9] DEBUG: source_addr_ton: 1 = 0x00000001 2014-07-01 16:45:44 [10313] [9] DEBUG: source_addr_npi: 1 = 0x00000001 2014-07-01 16:45:44 [10313] [9] DEBUG: source_addr: "xxxxxxx6194" 2014-07-01 16:45:44 [10313] [9] DEBUG: dest_addr_ton: 1 = 0x00000001 2014-07-01 16:45:44 [10313] [9] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-07-01 16:45:44 [10313] [9] DEBUG: destination_addr: "xxxxxxx9915" 2014-07-01 16:45:44 [10313] [9] DEBUG: esm_class: 4 = 0x00000004 2014-07-01 16:45:44 [10313] [9] DEBUG: protocol_id: 0 = 0x00000000 2014-07-01 16:45:44 [10313] [9] DEBUG: priority_flag: 0 = 0x00000000 2014-07-01 16:45:44 [10313] [9] DEBUG: schedule_delivery_time: NULL 2014-07-01 16:45:44 [10313] [9] DEBUG: validity_period: NULL 2014-07-01 16:45:44 [10313] [9] DEBUG: registered_delivery: 0 = 0x00000000 2014-07-01 16:45:44 [10313] [9] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-07-01 16:45:44 [10313] [9] DEBUG: data_coding: 0 = 0x00000000 2014-07-01 16:45:44 [10313] [9] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-07-01 16:45:44 [10313] [9] DEBUG: sm_length: 100 = 0x00000064 2014-07-01 16:45:44 [10313] [9] DEBUG: short_message: 2014-07-01 16:45:44 [10313] [9] DEBUG: Octet string at 0x7f251c000ca0: 2014-07-01 16:45:44 [10313] [9] DEBUG: len: 100 2014-07-01 16:45:44 [10313] [9] DEBUG: size: 101 2014-07-01 16:45:44 [10313] [9] DEBUG: immutable: 0 2014-07-01 16:45:44 [10313] [9] DEBUG: data: 69 64 3a 31 61 38 64 37 30 63 32 20 73 75 62 3a id:1a8d70c2 sub: 2014-07-01 16:45:44 [10313] [9] DEBUG: data: 30 30 31 20 64 6c 76 72 64 3a 30 30 31 20 73 75 001 dlvrd:001 su 2014-07-01 16:45:44 [10313] [9] DEBUG: data: 62 6d 69 74 20 64 61 74 65 3a 31 34 30 37 30 31 bmit date:140701 2014-07-01 16:45:44 [10313] [9] DEBUG: data: 31 33 34 36 20 64 6f 6e 65 20 64 61 74 65 3a 31 1346 done date:1 2014-07-01 16:45:44 [10313] [9] DEBUG: data: 34 30 37 30 31 31 33 34 36 20 73 74 61 74 3a 44 407011346 stat:D 2014-07-01 16:45:44 [10313] [9] DEBUG: data: 45 4c 49 56 52 44 20 65 72 72 3a 30 30 30 20 74 ELIVRD err:000 t 2014-07-01 16:45:44 [10313] [9] DEBUG: data: 65 78 74 3a ext: 2014-07-01 16:45:44 [10313] [9] DEBUG: Octet string dump ends. 2014-07-01 16:45:44 [10313] [9] DEBUG: message_state: 2 = 0x00000002 2014-07-01 16:45:44 [10313] [9] DEBUG: receipted_message_id: "1a8d70c2" 2014-07-01 16:45:44 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:45:44 [10313] [9] DEBUG: SMPP[mts] handle_pdu, got DLR 2014-07-01 16:45:44 [10313] [9] DEBUG: DLR[mysql]: Looking for DLR smsc=mts, ts=1a8d70c2, dst=xxxxxxx6194, type=1 2014-07-01 16:45:44 [10313] [9] DEBUG: sql: SELECT `mask`, `service`, `url`, `source`, `destination`, `boxc` FROM `dlr` WHERE `smsc`=? AND `ts`=? LIMIT 1 2014-07-01 16:45:44 [10313] [9] DEBUG: column=mask buffer_type=3 max_length=0 length=10 2014-07-01 16:45:44 [10313] [9] DEBUG: column=service buffer_type=253 max_length=0 length=120 2014-07-01 16:45:44 [10313] [9] DEBUG: column=url buffer_type=253 max_length=0 length=765 2014-07-01 16:45:44 [10313] [9] DEBUG: column=source buffer_type=253 max_length=0 length=120 2014-07-01 16:45:44 [10313] [9] DEBUG: column=destination buffer_type=253 max_length=0 length=120 2014-07-01 16:45:44 [10313] [9] DEBUG: column=boxc buffer_type=253 max_length=0 length=120 2014-07-01 16:45:44 [10313] [9] DEBUG: DLR[mysql]: created DLR message for URL <> 2014-07-01 16:45:44 [10313] [9] DEBUG: removing DLR from database 2014-07-01 16:45:44 [10313] [9] DEBUG: sql: DELETE FROM `dlr` WHERE `smsc`=? AND `ts`=? LIMIT 1 2014-07-01 16:45:44 [10313] [9] DEBUG: new group created `smpp' 2014-07-01 16:45:44 [10313] [9] DEBUG: group=`smpp' key=`dlr_err' value=`000' 2014-07-01 16:45:44 [10313] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-01 16:45:44 [10313] [9] DEBUG: SMPP PDU 0x7f251c0025a0 dump: 2014-07-01 16:45:44 [10313] [9] DEBUG: type_name: deliver_sm_resp 2014-07-01 16:45:44 [10313] [9] DEBUG: command_id: 2147483653 = 0x80000005 2014-07-01 16:45:44 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:45:44 [10313] [9] DEBUG: sequence_number: 3 = 0x00000003 2014-07-01 16:45:44 [10313] [9] DEBUG: message_id: NULL 2014-07-01 16:45:44 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:45:44 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:45:56 [10313] [9] DEBUG: SMPP[mts]: Sending enquire link: 2014-07-01 16:45:56 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:45:56 [10313] [9] DEBUG: type_name: enquire_link 2014-07-01 16:45:56 [10313] [9] DEBUG: command_id: 21 = 0x00000015 2014-07-01 16:45:56 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:45:56 [10313] [9] DEBUG: sequence_number: 42 = 0x0000002a 2014-07-01 16:45:56 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:45:56 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:45:56 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:45:56 [10313] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-01 16:45:56 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:45:56 [10313] [9] DEBUG: type_name: enquire_link_resp 2014-07-01 16:45:56 [10313] [9] DEBUG: command_id: 2147483669 = 0x80000015 2014-07-01 16:45:56 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:45:56 [10313] [9] DEBUG: sequence_number: 42 = 0x0000002a 2014-07-01 16:45:56 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:45:56 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:46:11 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:46:11 [10313] [9] DEBUG: SMPP[mts]: Manually forced source addr ton = 0, source add npi = 1 2014-07-01 16:46:11 [10313] [9] DEBUG: SMPP[mts]: Manually forced dest addr ton = 1, dest add npi = 1 2014-07-01 16:46:11 [10313] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-01 16:46:11 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:46:11 [10313] [9] DEBUG: type_name: submit_sm 2014-07-01 16:46:11 [10313] [9] DEBUG: command_id: 4 = 0x00000004 2014-07-01 16:46:11 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:46:11 [10313] [9] DEBUG: sequence_number: 43 = 0x0000002b 2014-07-01 16:46:11 [10313] [9] DEBUG: service_type: NULL 2014-07-01 16:46:11 [10313] [9] DEBUG: source_addr_ton: 0 = 0x00000000 2014-07-01 16:46:11 [10313] [9] DEBUG: source_addr_npi: 1 = 0x00000001 2014-07-01 16:46:11 [10313] [9] DEBUG: source_addr: "xxxxxxx9915" 2014-07-01 16:46:11 [10313] [9] DEBUG: dest_addr_ton: 1 = 0x00000001 2014-07-01 16:46:11 [10313] [9] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-07-01 16:46:11 [10313] [9] DEBUG: destination_addr: "xxxxxxx6194" 2014-07-01 16:46:11 [10313] [9] DEBUG: esm_class: 3 = 0x00000003 2014-07-01 16:46:11 [10313] [9] DEBUG: protocol_id: 0 = 0x00000000 2014-07-01 16:46:11 [10313] [9] DEBUG: priority_flag: 0 = 0x00000000 2014-07-01 16:46:11 [10313] [9] DEBUG: schedule_delivery_time: NULL 2014-07-01 16:46:11 [10313] [9] DEBUG: validity_period: NULL 2014-07-01 16:46:11 [10313] [9] DEBUG: registered_delivery: 1 = 0x00000001 2014-07-01 16:46:11 [10313] [9] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-07-01 16:46:11 [10313] [9] DEBUG: data_coding: 8 = 0x00000008 2014-07-01 16:46:11 [10313] [9] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-07-01 16:46:11 [10313] [9] DEBUG: sm_length: 2 = 0x00000002 2014-07-01 16:46:11 [10313] [9] DEBUG: short_message: 2014-07-01 16:46:11 [10313] [9] DEBUG: Octet string at 0x7f251c001110: 2014-07-01 16:46:11 [10313] [9] DEBUG: len: 2 2014-07-01 16:46:11 [10313] [9] DEBUG: size: 3 2014-07-01 16:46:11 [10313] [9] DEBUG: immutable: 0 2014-07-01 16:46:11 [10313] [9] DEBUG: data: 00 31 .1 2014-07-01 16:46:11 [10313] [9] DEBUG: Octet string dump ends. 2014-07-01 16:46:11 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:46:11 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:46:11 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:46:11 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:46:11 [10313] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-01 16:46:11 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:46:11 [10313] [9] DEBUG: type_name: submit_sm_resp 2014-07-01 16:46:11 [10313] [9] DEBUG: command_id: 2147483652 = 0x80000004 2014-07-01 16:46:11 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:46:11 [10313] [9] DEBUG: sequence_number: 43 = 0x0000002b 2014-07-01 16:46:11 [10313] [9] DEBUG: message_id: "1a8d74c2" 2014-07-01 16:46:11 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:46:11 [10313] [9] DEBUG: DLR[mysql]: Adding DLR smsc=mts, ts=1a8d74c2, src=xxxxxxx9915, dst=xxxxxxx6194, mask=31, boxc=smsbox 2014-07-01 16:46:11 [10313] [9] DEBUG: adding DLR entry into database 2014-07-01 16:46:11 [10313] [9] DEBUG: sql: INSERT INTO `dlr` (`smsc`, `ts`, `source`, `destination`, `service`, `url`, `mask`, `boxc`, `status`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, 0) 2014-07-01 16:46:11 [10313] [9] DEBUG: SMSC[mts]: creating DLR message 2014-07-01 16:46:11 [10313] [9] DEBUG: SMSC[mts]: DLR = 2014-07-01 16:46:11 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:46:14 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:46:14 [10313] [9] DEBUG: SMPP[mts]: Manually forced source addr ton = 0, source add npi = 1 2014-07-01 16:46:14 [10313] [9] DEBUG: SMPP[mts]: Manually forced dest addr ton = 1, dest add npi = 1 2014-07-01 16:46:14 [10313] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-01 16:46:14 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:46:14 [10313] [9] DEBUG: type_name: submit_sm 2014-07-01 16:46:14 [10313] [9] DEBUG: command_id: 4 = 0x00000004 2014-07-01 16:46:14 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:46:14 [10313] [9] DEBUG: sequence_number: 44 = 0x0000002c 2014-07-01 16:46:14 [10313] [9] DEBUG: service_type: NULL 2014-07-01 16:46:14 [10313] [9] DEBUG: source_addr_ton: 0 = 0x00000000 2014-07-01 16:46:14 [10313] [9] DEBUG: source_addr_npi: 1 = 0x00000001 2014-07-01 16:46:14 [10313] [9] DEBUG: source_addr: "xxxxxxx9915" 2014-07-01 16:46:14 [10313] [9] DEBUG: dest_addr_ton: 1 = 0x00000001 2014-07-01 16:46:14 [10313] [9] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-07-01 16:46:14 [10313] [9] DEBUG: destination_addr: "xxxxxxx6194" 2014-07-01 16:46:14 [10313] [9] DEBUG: esm_class: 3 = 0x00000003 2014-07-01 16:46:14 [10313] [9] DEBUG: protocol_id: 0 = 0x00000000 2014-07-01 16:46:14 [10313] [9] DEBUG: priority_flag: 0 = 0x00000000 2014-07-01 16:46:14 [10313] [9] DEBUG: schedule_delivery_time: NULL 2014-07-01 16:46:14 [10313] [9] DEBUG: validity_period: NULL 2014-07-01 16:46:14 [10313] [9] DEBUG: registered_delivery: 1 = 0x00000001 2014-07-01 16:46:14 [10313] [9] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-07-01 16:46:14 [10313] [9] DEBUG: data_coding: 8 = 0x00000008 2014-07-01 16:46:14 [10313] [9] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-07-01 16:46:14 [10313] [9] DEBUG: sm_length: 2 = 0x00000002 2014-07-01 16:46:14 [10313] [9] DEBUG: short_message: 2014-07-01 16:46:14 [10313] [9] DEBUG: Octet string at 0x7f251c000ca0: 2014-07-01 16:46:14 [10313] [9] DEBUG: len: 2 2014-07-01 16:46:14 [10313] [9] DEBUG: size: 3 2014-07-01 16:46:14 [10313] [9] DEBUG: immutable: 0 2014-07-01 16:46:14 [10313] [9] DEBUG: data: 00 32 .2 2014-07-01 16:46:14 [10313] [9] DEBUG: Octet string dump ends. 2014-07-01 16:46:14 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:46:14 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:46:14 [10313] [9] DEBUG: Optional parameter tag (0x001e) 2014-07-01 16:46:14 [10313] [9] DEBUG: Optional parameter length read as 9 2014-07-01 16:46:14 [10313] [9] DEBUG: Optional parameter tag (0x0427) 2014-07-01 16:46:14 [10313] [9] DEBUG: Optional parameter length read as 1 2014-07-01 16:46:14 [10313] [9] DEBUG: Optional parameter tag (0x000e) 2014-07-01 16:46:14 [10313] [9] DEBUG: Optional parameter length read as 1 2014-07-01 16:46:14 [10313] [9] WARNING: SMPP: Unknown TLV(0x000e,0x0001,01) for PDU type (deliver_sm) received! 2014-07-01 16:46:14 [10313] [9] DEBUG: Optional parameter tag (0x0006) 2014-07-01 16:46:14 [10313] [9] DEBUG: Optional parameter length read as 1 2014-07-01 16:46:14 [10313] [9] WARNING: SMPP: Unknown TLV(0x0006,0x0001,01) for PDU type (deliver_sm) received! 2014-07-01 16:46:14 [10313] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-01 16:46:14 [10313] [9] DEBUG: SMPP PDU 0x7f251c009030 dump: 2014-07-01 16:46:14 [10313] [9] DEBUG: type_name: deliver_sm 2014-07-01 16:46:14 [10313] [9] DEBUG: command_id: 5 = 0x00000005 2014-07-01 16:46:14 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:46:14 [10313] [9] DEBUG: sequence_number: 4 = 0x00000004 2014-07-01 16:46:14 [10313] [9] DEBUG: service_type: NULL 2014-07-01 16:46:14 [10313] [9] DEBUG: source_addr_ton: 1 = 0x00000001 2014-07-01 16:46:14 [10313] [9] DEBUG: source_addr_npi: 1 = 0x00000001 2014-07-01 16:46:14 [10313] [9] DEBUG: source_addr: "xxxxxxx6194" 2014-07-01 16:46:14 [10313] [9] DEBUG: dest_addr_ton: 1 = 0x00000001 2014-07-01 16:46:14 [10313] [9] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-07-01 16:46:14 [10313] [9] DEBUG: destination_addr: "xxxxxxx9915" 2014-07-01 16:46:14 [10313] [9] DEBUG: esm_class: 4 = 0x00000004 2014-07-01 16:46:14 [10313] [9] DEBUG: protocol_id: 0 = 0x00000000 2014-07-01 16:46:14 [10313] [9] DEBUG: priority_flag: 0 = 0x00000000 2014-07-01 16:46:14 [10313] [9] DEBUG: schedule_delivery_time: NULL 2014-07-01 16:46:14 [10313] [9] DEBUG: validity_period: NULL 2014-07-01 16:46:14 [10313] [9] DEBUG: registered_delivery: 0 = 0x00000000 2014-07-01 16:46:14 [10313] [9] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-07-01 16:46:14 [10313] [9] DEBUG: data_coding: 0 = 0x00000000 2014-07-01 16:46:14 [10313] [9] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-07-01 16:46:14 [10313] [9] DEBUG: sm_length: 100 = 0x00000064 2014-07-01 16:46:14 [10313] [9] DEBUG: short_message: 2014-07-01 16:46:14 [10313] [9] DEBUG: Octet string at 0x7f251c001110: 2014-07-01 16:46:14 [10313] [9] DEBUG: len: 100 2014-07-01 16:46:14 [10313] [9] DEBUG: size: 101 2014-07-01 16:46:14 [10313] [9] DEBUG: immutable: 0 2014-07-01 16:46:14 [10313] [9] DEBUG: data: 69 64 3a 31 61 38 64 37 34 63 32 20 73 75 62 3a id:1a8d74c2 sub: 2014-07-01 16:46:14 [10313] [9] DEBUG: data: 30 30 31 20 64 6c 76 72 64 3a 30 30 31 20 73 75 001 dlvrd:001 su 2014-07-01 16:46:14 [10313] [9] DEBUG: data: 62 6d 69 74 20 64 61 74 65 3a 31 34 30 37 30 31 bmit date:140701 2014-07-01 16:46:14 [10313] [9] DEBUG: data: 31 33 34 37 20 64 6f 6e 65 20 64 61 74 65 3a 31 1347 done date:1 2014-07-01 16:46:14 [10313] [9] DEBUG: data: 34 30 37 30 31 31 33 34 37 20 73 74 61 74 3a 44 407011347 stat:D 2014-07-01 16:46:14 [10313] [9] DEBUG: data: 45 4c 49 56 52 44 20 65 72 72 3a 30 30 30 20 74 ELIVRD err:000 t 2014-07-01 16:46:14 [10313] [9] DEBUG: data: 65 78 74 3a ext: 2014-07-01 16:46:14 [10313] [9] DEBUG: Octet string dump ends. 2014-07-01 16:46:14 [10313] [9] DEBUG: message_state: 2 = 0x00000002 2014-07-01 16:46:14 [10313] [9] DEBUG: receipted_message_id: "1a8d74c2" 2014-07-01 16:46:14 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:46:14 [10313] [9] DEBUG: SMPP[mts] handle_pdu, got DLR 2014-07-01 16:46:14 [10313] [9] DEBUG: DLR[mysql]: Looking for DLR smsc=mts, ts=1a8d74c2, dst=xxxxxxx6194, type=1 2014-07-01 16:46:14 [10313] [9] DEBUG: sql: SELECT `mask`, `service`, `url`, `source`, `destination`, `boxc` FROM `dlr` WHERE `smsc`=? AND `ts`=? LIMIT 1 2014-07-01 16:46:14 [10313] [9] DEBUG: column=mask buffer_type=3 max_length=0 length=10 2014-07-01 16:46:14 [10313] [9] DEBUG: column=service buffer_type=253 max_length=0 length=120 2014-07-01 16:46:14 [10313] [9] DEBUG: column=url buffer_type=253 max_length=0 length=765 2014-07-01 16:46:14 [10313] [9] DEBUG: column=source buffer_type=253 max_length=0 length=120 2014-07-01 16:46:14 [10313] [9] DEBUG: column=destination buffer_type=253 max_length=0 length=120 2014-07-01 16:46:14 [10313] [9] DEBUG: column=boxc buffer_type=253 max_length=0 length=120 2014-07-01 16:46:14 [10313] [9] DEBUG: DLR[mysql]: created DLR message for URL <> 2014-07-01 16:46:14 [10313] [9] DEBUG: removing DLR from database 2014-07-01 16:46:14 [10313] [9] DEBUG: sql: DELETE FROM `dlr` WHERE `smsc`=? AND `ts`=? LIMIT 1 2014-07-01 16:46:14 [10313] [9] DEBUG: new group created `smpp' 2014-07-01 16:46:14 [10313] [9] DEBUG: group=`smpp' key=`dlr_err' value=`000' 2014-07-01 16:46:14 [10313] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-01 16:46:14 [10313] [9] DEBUG: SMPP PDU 0x7f251c00a670 dump: 2014-07-01 16:46:14 [10313] [9] DEBUG: type_name: deliver_sm_resp 2014-07-01 16:46:14 [10313] [9] DEBUG: command_id: 2147483653 = 0x80000005 2014-07-01 16:46:14 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:46:14 [10313] [9] DEBUG: sequence_number: 4 = 0x00000004 2014-07-01 16:46:14 [10313] [9] DEBUG: message_id: NULL 2014-07-01 16:46:14 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:46:14 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:46:14 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:46:14 [10313] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-01 16:46:14 [10313] [9] DEBUG: SMPP PDU 0x7f251c00b190 dump: 2014-07-01 16:46:14 [10313] [9] DEBUG: type_name: submit_sm_resp 2014-07-01 16:46:14 [10313] [9] DEBUG: command_id: 2147483652 = 0x80000004 2014-07-01 16:46:14 [10313] [9] DEBUG: command_status: 88 = 0x00000058 2014-07-01 16:46:14 [10313] [9] DEBUG: sequence_number: 44 = 0x0000002c 2014-07-01 16:46:14 [10313] [9] DEBUG: message_id: NULL 2014-07-01 16:46:14 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:46:14 [10313] [9] ERROR: SMPP[mts]: SMSC returned error code 0x00000058 (Throttling error) in response to submit_sm. 2014-07-01 16:46:14 [10313] [9] WARNING: Maximum retries for message exceeded, discarding it! 2014-07-01 16:46:14 [10313] [9] DEBUG: SMSC[UNKNOWN]: creating DLR message 2014-07-01 16:46:14 [10313] [9] DEBUG: SMSC[UNKNOWN]: DLR = 2014-07-01 16:46:16 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:46:16 [10313] [9] DEBUG: SMPP[mts]: Manually forced source addr ton = 0, source add npi = 1 2014-07-01 16:46:16 [10313] [9] DEBUG: SMPP[mts]: Manually forced dest addr ton = 1, dest add npi = 1 2014-07-01 16:46:16 [10313] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-01 16:46:16 [10313] [9] DEBUG: SMPP PDU 0x7f251c00b190 dump: 2014-07-01 16:46:16 [10313] [9] DEBUG: type_name: submit_sm 2014-07-01 16:46:16 [10313] [9] DEBUG: command_id: 4 = 0x00000004 2014-07-01 16:46:16 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:46:16 [10313] [9] DEBUG: sequence_number: 45 = 0x0000002d 2014-07-01 16:46:16 [10313] [9] DEBUG: service_type: NULL 2014-07-01 16:46:16 [10313] [9] DEBUG: source_addr_ton: 0 = 0x00000000 2014-07-01 16:46:16 [10313] [9] DEBUG: source_addr_npi: 1 = 0x00000001 2014-07-01 16:46:16 [10313] [9] DEBUG: source_addr: "xxxxxxx9915" 2014-07-01 16:46:16 [10313] [9] DEBUG: dest_addr_ton: 1 = 0x00000001 2014-07-01 16:46:16 [10313] [9] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-07-01 16:46:16 [10313] [9] DEBUG: destination_addr: "xxxxxxx6194" 2014-07-01 16:46:16 [10313] [9] DEBUG: esm_class: 3 = 0x00000003 2014-07-01 16:46:16 [10313] [9] DEBUG: protocol_id: 0 = 0x00000000 2014-07-01 16:46:16 [10313] [9] DEBUG: priority_flag: 0 = 0x00000000 2014-07-01 16:46:16 [10313] [9] DEBUG: schedule_delivery_time: NULL 2014-07-01 16:46:16 [10313] [9] DEBUG: validity_period: NULL 2014-07-01 16:46:16 [10313] [9] DEBUG: registered_delivery: 1 = 0x00000001 2014-07-01 16:46:16 [10313] [9] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-07-01 16:46:16 [10313] [9] DEBUG: data_coding: 8 = 0x00000008 2014-07-01 16:46:16 [10313] [9] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-07-01 16:46:16 [10313] [9] DEBUG: sm_length: 2 = 0x00000002 2014-07-01 16:46:16 [10313] [9] DEBUG: short_message: 2014-07-01 16:46:16 [10313] [9] DEBUG: Octet string at 0x7f251c001020: 2014-07-01 16:46:16 [10313] [9] DEBUG: len: 2 2014-07-01 16:46:16 [10313] [9] DEBUG: size: 3 2014-07-01 16:46:16 [10313] [9] DEBUG: immutable: 0 2014-07-01 16:46:16 [10313] [9] DEBUG: data: 00 33 .3 2014-07-01 16:46:16 [10313] [9] DEBUG: Octet string dump ends. 2014-07-01 16:46:16 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:46:16 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:46:16 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:46:16 [10313] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-01 16:46:16 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:46:16 [10313] [9] DEBUG: type_name: submit_sm_resp 2014-07-01 16:46:16 [10313] [9] DEBUG: command_id: 2147483652 = 0x80000004 2014-07-01 16:46:16 [10313] [9] DEBUG: command_status: 88 = 0x00000058 2014-07-01 16:46:16 [10313] [9] DEBUG: sequence_number: 45 = 0x0000002d 2014-07-01 16:46:16 [10313] [9] DEBUG: message_id: NULL 2014-07-01 16:46:16 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:46:16 [10313] [9] ERROR: SMPP[mts]: SMSC returned error code 0x00000058 (Throttling error) in response to submit_sm. 2014-07-01 16:46:16 [10313] [9] WARNING: Maximum retries for message exceeded, discarding it! 2014-07-01 16:46:16 [10313] [9] DEBUG: SMSC[UNKNOWN]: creating DLR message 2014-07-01 16:46:16 [10313] [9] DEBUG: SMSC[UNKNOWN]: DLR = 2014-07-01 16:46:18 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:46:18 [10313] [9] DEBUG: SMPP[mts]: Manually forced source addr ton = 0, source add npi = 1 2014-07-01 16:46:18 [10313] [9] DEBUG: SMPP[mts]: Manually forced dest addr ton = 1, dest add npi = 1 2014-07-01 16:46:18 [10313] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-01 16:46:18 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:46:18 [10313] [9] DEBUG: type_name: submit_sm 2014-07-01 16:46:18 [10313] [9] DEBUG: command_id: 4 = 0x00000004 2014-07-01 16:46:18 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:46:18 [10313] [9] DEBUG: sequence_number: 46 = 0x0000002e 2014-07-01 16:46:18 [10313] [9] DEBUG: service_type: NULL 2014-07-01 16:46:18 [10313] [9] DEBUG: source_addr_ton: 0 = 0x00000000 2014-07-01 16:46:18 [10313] [9] DEBUG: source_addr_npi: 1 = 0x00000001 2014-07-01 16:46:18 [10313] [9] DEBUG: source_addr: "xxxxxxx9915" 2014-07-01 16:46:18 [10313] [9] DEBUG: dest_addr_ton: 1 = 0x00000001 2014-07-01 16:46:18 [10313] [9] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-07-01 16:46:18 [10313] [9] DEBUG: destination_addr: "xxxxxxx6194" 2014-07-01 16:46:18 [10313] [9] DEBUG: esm_class: 3 = 0x00000003 2014-07-01 16:46:18 [10313] [9] DEBUG: protocol_id: 0 = 0x00000000 2014-07-01 16:46:18 [10313] [9] DEBUG: priority_flag: 0 = 0x00000000 2014-07-01 16:46:18 [10313] [9] DEBUG: schedule_delivery_time: NULL 2014-07-01 16:46:18 [10313] [9] DEBUG: validity_period: NULL 2014-07-01 16:46:18 [10313] [9] DEBUG: registered_delivery: 1 = 0x00000001 2014-07-01 16:46:18 [10313] [9] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-07-01 16:46:18 [10313] [9] DEBUG: data_coding: 8 = 0x00000008 2014-07-01 16:46:18 [10313] [9] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-07-01 16:46:18 [10313] [9] DEBUG: sm_length: 2 = 0x00000002 2014-07-01 16:46:18 [10313] [9] DEBUG: short_message: 2014-07-01 16:46:18 [10313] [9] DEBUG: Octet string at 0x7f251c001020: 2014-07-01 16:46:18 [10313] [9] DEBUG: len: 2 2014-07-01 16:46:18 [10313] [9] DEBUG: size: 3 2014-07-01 16:46:18 [10313] [9] DEBUG: immutable: 0 2014-07-01 16:46:18 [10313] [9] DEBUG: data: 00 34 .4 2014-07-01 16:46:18 [10313] [9] DEBUG: Octet string dump ends. 2014-07-01 16:46:18 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:46:18 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:46:18 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:46:18 [10313] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-01 16:46:18 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:46:18 [10313] [9] DEBUG: type_name: submit_sm_resp 2014-07-01 16:46:18 [10313] [9] DEBUG: command_id: 2147483652 = 0x80000004 2014-07-01 16:46:18 [10313] [9] DEBUG: command_status: 88 = 0x00000058 2014-07-01 16:46:18 [10313] [9] DEBUG: sequence_number: 46 = 0x0000002e 2014-07-01 16:46:18 [10313] [9] DEBUG: message_id: NULL 2014-07-01 16:46:18 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:46:18 [10313] [9] ERROR: SMPP[mts]: SMSC returned error code 0x00000058 (Throttling error) in response to submit_sm. 2014-07-01 16:46:18 [10313] [9] WARNING: Maximum retries for message exceeded, discarding it! 2014-07-01 16:46:18 [10313] [9] DEBUG: SMSC[UNKNOWN]: creating DLR message 2014-07-01 16:46:18 [10313] [9] DEBUG: SMSC[UNKNOWN]: DLR = 2014-07-01 16:46:20 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:46:20 [10313] [9] DEBUG: SMPP[mts]: Manually forced source addr ton = 0, source add npi = 1 2014-07-01 16:46:20 [10313] [9] DEBUG: SMPP[mts]: Manually forced dest addr ton = 1, dest add npi = 1 2014-07-01 16:46:20 [10313] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-01 16:46:20 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:46:20 [10313] [9] DEBUG: type_name: submit_sm 2014-07-01 16:46:20 [10313] [9] DEBUG: command_id: 4 = 0x00000004 2014-07-01 16:46:20 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:46:20 [10313] [9] DEBUG: sequence_number: 47 = 0x0000002f 2014-07-01 16:46:20 [10313] [9] DEBUG: service_type: NULL 2014-07-01 16:46:20 [10313] [9] DEBUG: source_addr_ton: 0 = 0x00000000 2014-07-01 16:46:20 [10313] [9] DEBUG: source_addr_npi: 1 = 0x00000001 2014-07-01 16:46:20 [10313] [9] DEBUG: source_addr: "xxxxxxx9915" 2014-07-01 16:46:20 [10313] [9] DEBUG: dest_addr_ton: 1 = 0x00000001 2014-07-01 16:46:20 [10313] [9] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-07-01 16:46:20 [10313] [9] DEBUG: destination_addr: "xxxxxxx6194" 2014-07-01 16:46:20 [10313] [9] DEBUG: esm_class: 3 = 0x00000003 2014-07-01 16:46:20 [10313] [9] DEBUG: protocol_id: 0 = 0x00000000 2014-07-01 16:46:20 [10313] [9] DEBUG: priority_flag: 0 = 0x00000000 2014-07-01 16:46:20 [10313] [9] DEBUG: schedule_delivery_time: NULL 2014-07-01 16:46:20 [10313] [9] DEBUG: validity_period: NULL 2014-07-01 16:46:20 [10313] [9] DEBUG: registered_delivery: 1 = 0x00000001 2014-07-01 16:46:20 [10313] [9] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-07-01 16:46:20 [10313] [9] DEBUG: data_coding: 8 = 0x00000008 2014-07-01 16:46:20 [10313] [9] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-07-01 16:46:20 [10313] [9] DEBUG: sm_length: 2 = 0x00000002 2014-07-01 16:46:20 [10313] [9] DEBUG: short_message: 2014-07-01 16:46:20 [10313] [9] DEBUG: Octet string at 0x7f251c001020: 2014-07-01 16:46:20 [10313] [9] DEBUG: len: 2 2014-07-01 16:46:20 [10313] [9] DEBUG: size: 3 2014-07-01 16:46:20 [10313] [9] DEBUG: immutable: 0 2014-07-01 16:46:20 [10313] [9] DEBUG: data: 00 35 .5 2014-07-01 16:46:20 [10313] [9] DEBUG: Octet string dump ends. 2014-07-01 16:46:20 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:46:20 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:46:20 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:46:20 [10313] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-01 16:46:20 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:46:20 [10313] [9] DEBUG: type_name: submit_sm_resp 2014-07-01 16:46:20 [10313] [9] DEBUG: command_id: 2147483652 = 0x80000004 2014-07-01 16:46:20 [10313] [9] DEBUG: command_status: 88 = 0x00000058 2014-07-01 16:46:20 [10313] [9] DEBUG: sequence_number: 47 = 0x0000002f 2014-07-01 16:46:20 [10313] [9] DEBUG: message_id: NULL 2014-07-01 16:46:20 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:46:20 [10313] [9] ERROR: SMPP[mts]: SMSC returned error code 0x00000058 (Throttling error) in response to submit_sm. 2014-07-01 16:46:20 [10313] [9] WARNING: Maximum retries for message exceeded, discarding it! 2014-07-01 16:46:20 [10313] [9] DEBUG: SMSC[UNKNOWN]: creating DLR message 2014-07-01 16:46:20 [10313] [9] DEBUG: SMSC[UNKNOWN]: DLR = 2014-07-01 16:46:22 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:46:22 [10313] [9] DEBUG: SMPP[mts]: Manually forced source addr ton = 0, source add npi = 1 2014-07-01 16:46:22 [10313] [9] DEBUG: SMPP[mts]: Manually forced dest addr ton = 1, dest add npi = 1 2014-07-01 16:46:22 [10313] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-01 16:46:22 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:46:22 [10313] [9] DEBUG: type_name: submit_sm 2014-07-01 16:46:22 [10313] [9] DEBUG: command_id: 4 = 0x00000004 2014-07-01 16:46:22 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:46:22 [10313] [9] DEBUG: sequence_number: 48 = 0x00000030 2014-07-01 16:46:22 [10313] [9] DEBUG: service_type: NULL 2014-07-01 16:46:22 [10313] [9] DEBUG: source_addr_ton: 0 = 0x00000000 2014-07-01 16:46:22 [10313] [9] DEBUG: source_addr_npi: 1 = 0x00000001 2014-07-01 16:46:22 [10313] [9] DEBUG: source_addr: "xxxxxxx9915" 2014-07-01 16:46:22 [10313] [9] DEBUG: dest_addr_ton: 1 = 0x00000001 2014-07-01 16:46:22 [10313] [9] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-07-01 16:46:22 [10313] [9] DEBUG: destination_addr: "xxxxxxx4535" 2014-07-01 16:46:22 [10313] [9] DEBUG: esm_class: 3 = 0x00000003 2014-07-01 16:46:22 [10313] [9] DEBUG: protocol_id: 0 = 0x00000000 2014-07-01 16:46:22 [10313] [9] DEBUG: priority_flag: 0 = 0x00000000 2014-07-01 16:46:22 [10313] [9] DEBUG: schedule_delivery_time: NULL 2014-07-01 16:46:22 [10313] [9] DEBUG: validity_period: NULL 2014-07-01 16:46:22 [10313] [9] DEBUG: registered_delivery: 1 = 0x00000001 2014-07-01 16:46:22 [10313] [9] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-07-01 16:46:22 [10313] [9] DEBUG: data_coding: 8 = 0x00000008 2014-07-01 16:46:22 [10313] [9] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-07-01 16:46:22 [10313] [9] DEBUG: sm_length: 6 = 0x00000006 2014-07-01 16:46:22 [10313] [9] DEBUG: short_message: 2014-07-01 16:46:22 [10313] [9] DEBUG: Octet string at 0x7f251c001020: 2014-07-01 16:46:22 [10313] [9] DEBUG: len: 6 2014-07-01 16:46:22 [10313] [9] DEBUG: size: 7 2014-07-01 16:46:22 [10313] [9] DEBUG: immutable: 0 2014-07-01 16:46:22 [10313] [9] DEBUG: data: 00 4d 00 51 00 46 .M.Q.F 2014-07-01 16:46:22 [10313] [9] DEBUG: Octet string dump ends. 2014-07-01 16:46:22 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:46:22 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:46:22 [10313] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-01 16:46:22 [10313] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-01 16:46:22 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:46:22 [10313] [9] DEBUG: type_name: submit_sm_resp 2014-07-01 16:46:22 [10313] [9] DEBUG: command_id: 2147483652 = 0x80000004 2014-07-01 16:46:22 [10313] [9] DEBUG: command_status: 88 = 0x00000058 2014-07-01 16:46:22 [10313] [9] DEBUG: sequence_number: 48 = 0x00000030 2014-07-01 16:46:22 [10313] [9] DEBUG: message_id: NULL 2014-07-01 16:46:22 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:46:22 [10313] [9] ERROR: SMPP[mts]: SMSC returned error code 0x00000058 (Throttling error) in response to submit_sm. 2014-07-01 16:46:22 [10313] [9] WARNING: Maximum retries for message exceeded, discarding it! 2014-07-01 16:46:22 [10313] [9] DEBUG: SMSC[UNKNOWN]: creating DLR message 2014-07-01 16:46:22 [10313] [9] DEBUG: SMSC[UNKNOWN]: DLR = 2014-07-01 16:46:26 [10313] [9] DEBUG: SMPP[mts]: Sending enquire link: 2014-07-01 16:46:26 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:46:26 [10313] [9] DEBUG: type_name: enquire_link 2014-07-01 16:46:26 [10313] [9] DEBUG: command_id: 21 = 0x00000015 2014-07-01 16:46:26 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:46:26 [10313] [9] DEBUG: sequence_number: 49 = 0x00000031 2014-07-01 16:46:26 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:46:26 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:46:26 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:46:26 [10313] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-01 16:46:26 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:46:26 [10313] [9] DEBUG: type_name: enquire_link_resp 2014-07-01 16:46:26 [10313] [9] DEBUG: command_id: 2147483669 = 0x80000015 2014-07-01 16:46:26 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:46:26 [10313] [9] DEBUG: sequence_number: 49 = 0x00000031 2014-07-01 16:46:26 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:46:26 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:46:56 [10313] [9] DEBUG: SMPP[mts]: Sending enquire link: 2014-07-01 16:46:56 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:46:56 [10313] [9] DEBUG: type_name: enquire_link 2014-07-01 16:46:56 [10313] [9] DEBUG: command_id: 21 = 0x00000015 2014-07-01 16:46:56 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:46:56 [10313] [9] DEBUG: sequence_number: 50 = 0x00000032 2014-07-01 16:46:56 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:46:56 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:46:56 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:46:56 [10313] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-01 16:46:56 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:46:56 [10313] [9] DEBUG: type_name: enquire_link_resp 2014-07-01 16:46:56 [10313] [9] DEBUG: command_id: 2147483669 = 0x80000015 2014-07-01 16:46:56 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:46:56 [10313] [9] DEBUG: sequence_number: 50 = 0x00000032 2014-07-01 16:46:56 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:46:56 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:47:26 [10313] [9] DEBUG: SMPP[mts]: Sending enquire link: 2014-07-01 16:47:26 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:47:26 [10313] [9] DEBUG: type_name: enquire_link 2014-07-01 16:47:26 [10313] [9] DEBUG: command_id: 21 = 0x00000015 2014-07-01 16:47:26 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:47:26 [10313] [9] DEBUG: sequence_number: 51 = 0x00000033 2014-07-01 16:47:26 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:47:26 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:47:26 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:47:26 [10313] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-01 16:47:26 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:47:26 [10313] [9] DEBUG: type_name: enquire_link_resp 2014-07-01 16:47:26 [10313] [9] DEBUG: command_id: 2147483669 = 0x80000015 2014-07-01 16:47:26 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:47:26 [10313] [9] DEBUG: sequence_number: 51 = 0x00000033 2014-07-01 16:47:26 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:47:26 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:47:56 [10313] [9] DEBUG: SMPP[mts]: Sending enquire link: 2014-07-01 16:47:56 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:47:56 [10313] [9] DEBUG: type_name: enquire_link 2014-07-01 16:47:56 [10313] [9] DEBUG: command_id: 21 = 0x00000015 2014-07-01 16:47:56 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:47:56 [10313] [9] DEBUG: sequence_number: 52 = 0x00000034 2014-07-01 16:47:56 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:47:56 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:47:56 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:47:56 [10313] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-01 16:47:56 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:47:56 [10313] [9] DEBUG: type_name: enquire_link_resp 2014-07-01 16:47:56 [10313] [9] DEBUG: command_id: 2147483669 = 0x80000015 2014-07-01 16:47:56 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:47:56 [10313] [9] DEBUG: sequence_number: 52 = 0x00000034 2014-07-01 16:47:56 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:47:56 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:48:04 [10313] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-01 16:48:04 [10313] [9] DEBUG: SMPP[mts]: Sending unbind: 2014-07-01 16:48:04 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:48:04 [10313] [9] DEBUG: type_name: unbind 2014-07-01 16:48:04 [10313] [9] DEBUG: command_id: 6 = 0x00000006 2014-07-01 16:48:04 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:48:04 [10313] [9] DEBUG: sequence_number: 53 = 0x00000035 2014-07-01 16:48:04 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:48:05 [10313] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-01 16:48:05 [10313] [9] DEBUG: SMPP PDU 0x7f251c000a00 dump: 2014-07-01 16:48:05 [10313] [9] DEBUG: type_name: unbind_resp 2014-07-01 16:48:05 [10313] [9] DEBUG: command_id: 2147483654 = 0x80000006 2014-07-01 16:48:05 [10313] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-01 16:48:05 [10313] [9] DEBUG: sequence_number: 53 = 0x00000035 2014-07-01 16:48:05 [10313] [9] DEBUG: SMPP PDU dump ends. 2014-07-01 16:48:05 [10313] [9] DEBUG: SMPP[mts]: io_thread: break and shutting down 2014-07-01 16:48:05 [10313] [9] DEBUG: SMSCConn SMPP:176.120.25.26:5005/5005:mobilco:test shut down. 2014-07-01 16:48:05 [10313] [9] DEBUG: Thread 9 (gw/smsc/smsc_smpp.c:io_thread) terminates.