RE: Throttling Error
Алексей Мальгин <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
The sms-resend-retry and sms-resend-freq parameters are not resolved the issue. Please look at the log in attachment. I need make kannel stop sending any submit_sm to SMSC, after getting 0x58 error. So submit_sm for messages “MQF”, “1”, “2”, ”3”, “4”, “5” shouldn’t be send, there needed delay for 60 seconds. Then kannel should resend submit_sm for message “1” (sequence_number: 4), and next “MQF”, "1", "2",... How can I do this? I think there is a some misunderstanding of the issue, because my English is not well. From: [email protected] [mailto:[email protected]] Sent: Thursday, July 03, 2014 3:22 PM To: '??????? ???????'; 'Andreas Fink' Cc: 'devel Devel' Subject: RE: Throttling Error If you want to check this behaviour, turned off your mobile , a take a tcpdump trace , and send one message by one, until you get an error from the smsc, ( usually teh maximum message per subscriber on the smsc configuration are betwwen 10 and 25 ) depending the operator normally you will get an 0x000014 error message ( message queue full ) but often you will receive a 0x 000058 error that are throttling error for a message queue full situation. on this case, the retry parameter will allow you to manage the retry queue on kannel . if there is no paramter , kannel will take the default value ( if i am not mistaken it is 10 attempts per minute ) hope it help br Marc _____ De : devel [mailto:[email protected]] De la part de ??????? ??????? Envoyé : jeudi 3 juillet 2014 12:08 À : 'Andreas Fink' Cc : 'devel Devel' Objet : RE: Throttling Error I understand, but it’s required rule for passing the test with SMSC connection. When we will pass it, we will have this interval = 1 second. From: Andreas Fink [ <mailto:[email protected]> mailto:[email protected]] Sent: Thursday, July 03, 2014 3:03 PM To: Алексей Мальгин Cc: <mailto:[email protected]> [email protected]; devel Devel Subject: Re: Throttling Error FYI, the standard doesnt say how long you have to wait until you retry after getting a Throttled error. It only says: Throttling error (ESME has exceeded allowed message limits). This type of error is usually returned where an ESME has exceeded a predefined messaging rate restriction applied by the operator. If you wait 60 seconds before retrying it will slow your sending down a hell of a lot. Its totally ok to retry a couple of seconds later to see if we still exceed "allowed message limits". There's nothing wrong with that. This is not an error. This is what it is meant to be. On 03 Jul 2014, at 09:58, Алексей Мальгин <[email protected]> wrote: Hi, Thanks for the response! It will resolve problem with resending interval, but how can I make kannel stop sending PDU for some time after this error? Not for this message, for all messages in queue. From: <mailto:[email protected]> [email protected] [ <mailto:[email protected]> mailto:[email protected]] Sent: Thursday, July 03, 2014 2:46 PM To: Алексей Мальгин; <mailto:[email protected]> [email protected] Subject: RE: Throttling Error Hello, I think this can be configured with this release using parameters : sms-resend-freq and sms-resend-retry. I give you an example : sms-resend-freq = 900 (15 mins) and sms-resend-retry = 10 : means that the retry will be done 10 times every 15 minutes after receiving the 0x0058 error code for throttling error. Hope this could help you.. Regards, De : devel [ <mailto:[email protected]> mailto:[email protected]] De la part de ??????? ??????? Envoyé : jeudi 3 juillet 2014 04:08 À : <mailto:[email protected]> [email protected] Objet : Throttling Error 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. _________________________________________________________________________________________________________________________ Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration, Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci. This message and its attachments may contain confidential or privileged information that may be protected by law; they should not be distributed, used or copied without authorisation. If you have received this email in error, please notify the sender and delete this message and its attachments. As emails may be altered, Orange is not liable for messages that have been modified, changed or falsified. Thank you.
smsc.log
(text/plain, 52.4 KB)
2014-07-03 15:22:07 [9641] [9] DEBUG: Connecting to <176.120.25.26> 2014-07-03 15:22:07 [9641] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-03 15:22:07 [9641] [9] DEBUG: SMPP PDU 0x7f7110000a00 dump: 2014-07-03 15:22:07 [9641] [9] DEBUG: type_name: bind_transceiver 2014-07-03 15:22:07 [9641] [9] DEBUG: command_id: 9 = 0x00000009 2014-07-03 15:22:07 [9641] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:22:07 [9641] [9] DEBUG: sequence_number: 1 = 0x00000001 2014-07-03 15:22:07 [9641] [9] DEBUG: system_id: xxx 2014-07-03 15:22:07 [9641] [9] DEBUG: password: xxx 2014-07-03 15:22:07 [9641] [9] DEBUG: system_type: "test" 2014-07-03 15:22:07 [9641] [9] DEBUG: interface_version: 52 = 0x00000034 2014-07-03 15:22:07 [9641] [9] DEBUG: addr_ton: 0 = 0x00000000 2014-07-03 15:22:07 [9641] [9] DEBUG: addr_npi: 0 = 0x00000000 2014-07-03 15:22:07 [9641] [9] DEBUG: address_range: NULL 2014-07-03 15:22:07 [9641] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:22:07 [9641] [9] DEBUG: Optional parameter tag (0x0210) 2014-07-03 15:22:07 [9641] [9] DEBUG: Optional parameter length read as 1 2014-07-03 15:22:07 [9641] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-03 15:22:07 [9641] [9] DEBUG: SMPP PDU 0x7f7110000a50 dump: 2014-07-03 15:22:07 [9641] [9] DEBUG: type_name: bind_transceiver_resp 2014-07-03 15:22:07 [9641] [9] DEBUG: command_id: 2147483657 = 0x80000009 2014-07-03 15:22:07 [9641] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:22:07 [9641] [9] DEBUG: sequence_number: 1 = 0x00000001 2014-07-03 15:22:07 [9641] [9] DEBUG: system_id: "MCG" 2014-07-03 15:22:07 [9641] [9] DEBUG: sc_interface_version: 52 = 0x00000034 2014-07-03 15:22:07 [9641] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:22:07 [9641] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-03 15:23:07 [9641] [9] DEBUG: SMPP[mts]: Sending enquire link: 2014-07-03 15:23:07 [9641] [9] DEBUG: SMPP PDU 0x7f7110000a00 dump: 2014-07-03 15:23:07 [9641] [9] DEBUG: type_name: enquire_link 2014-07-03 15:23:07 [9641] [9] DEBUG: command_id: 21 = 0x00000015 2014-07-03 15:23:07 [9641] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:23:07 [9641] [9] DEBUG: sequence_number: 2 = 0x00000002 2014-07-03 15:23:07 [9641] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:23:07 [9641] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-03 15:23:07 [9641] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-03 15:23:07 [9641] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-03 15:23:07 [9641] [9] DEBUG: SMPP PDU 0x7f7110000a00 dump: 2014-07-03 15:23:07 [9641] [9] DEBUG: type_name: enquire_link_resp 2014-07-03 15:23:07 [9641] [9] DEBUG: command_id: 2147483669 = 0x80000015 2014-07-03 15:23:07 [9641] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:23:07 [9641] [9] DEBUG: sequence_number: 2 = 0x00000002 2014-07-03 15:23:07 [9641] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:23:07 [9641] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-03 15:24:07 [9641] [9] DEBUG: SMPP[mts]: Sending enquire link: 2014-07-03 15:24:07 [9641] [9] DEBUG: SMPP PDU 0x7f7110000a00 dump: 2014-07-03 15:24:07 [9641] [9] DEBUG: type_name: enquire_link 2014-07-03 15:24:07 [9641] [9] DEBUG: command_id: 21 = 0x00000015 2014-07-03 15:24:07 [9641] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:24:07 [9641] [9] DEBUG: sequence_number: 3 = 0x00000003 2014-07-03 15:24:07 [9641] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:24:07 [9641] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-03 15:24:07 [9641] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-03 15:24:07 [9641] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-03 15:24:07 [9641] [9] DEBUG: SMPP PDU 0x7f7110000a00 dump: 2014-07-03 15:24:07 [9641] [9] DEBUG: type_name: enquire_link_resp 2014-07-03 15:24:07 [9641] [9] DEBUG: command_id: 2147483669 = 0x80000015 2014-07-03 15:24:07 [9641] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:24:07 [9641] [9] DEBUG: sequence_number: 3 = 0x00000003 2014-07-03 15:24:07 [9641] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:24:07 [9641] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-03 15:25:07 [9641] [9] DEBUG: SMPP[mts]: Sending enquire link: 2014-07-03 15:25:07 [9641] [9] DEBUG: SMPP PDU 0x7f7110000a00 dump: 2014-07-03 15:25:07 [9641] [9] DEBUG: type_name: enquire_link 2014-07-03 15:25:07 [9641] [9] DEBUG: command_id: 21 = 0x00000015 2014-07-03 15:25:07 [9641] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:25:07 [9641] [9] DEBUG: sequence_number: 4 = 0x00000004 2014-07-03 15:25:07 [9641] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:25:07 [9641] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-03 15:25:07 [9641] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-03 15:25:07 [9641] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-03 15:25:07 [9641] [9] DEBUG: SMPP PDU 0x7f7110000a00 dump: 2014-07-03 15:25:07 [9641] [9] DEBUG: type_name: enquire_link_resp 2014-07-03 15:25:07 [9641] [9] DEBUG: command_id: 2147483669 = 0x80000015 2014-07-03 15:25:07 [9641] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:25:07 [9641] [9] DEBUG: sequence_number: 4 = 0x00000004 2014-07-03 15:25:07 [9641] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:25:07 [9641] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-03 15:26:08 [9641] [9] DEBUG: SMPP[mts]: Sending enquire link: 2014-07-03 15:26:08 [9641] [9] DEBUG: SMPP PDU 0x7f7110000a00 dump: 2014-07-03 15:26:08 [9641] [9] DEBUG: type_name: enquire_link 2014-07-03 15:26:08 [9641] [9] DEBUG: command_id: 21 = 0x00000015 2014-07-03 15:26:08 [9641] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:26:08 [9641] [9] DEBUG: sequence_number: 5 = 0x00000005 2014-07-03 15:26:08 [9641] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:26:08 [9641] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-03 15:26:08 [9641] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-03 15:26:08 [9641] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-03 15:26:08 [9641] [9] DEBUG: SMPP PDU 0x7f7110000a00 dump: 2014-07-03 15:26:08 [9641] [9] DEBUG: type_name: enquire_link_resp 2014-07-03 15:26:08 [9641] [9] DEBUG: command_id: 2147483669 = 0x80000015 2014-07-03 15:26:08 [9641] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:26:08 [9641] [9] DEBUG: sequence_number: 5 = 0x00000005 2014-07-03 15:26:08 [9641] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:26:08 [9641] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-03 15:26:36 [9641] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-03 15:26:36 [9641] [9] DEBUG: SMPP[mts]: Sending unbind: 2014-07-03 15:26:36 [9641] [9] DEBUG: SMPP PDU 0x7f7110000a00 dump: 2014-07-03 15:26:36 [9641] [9] DEBUG: type_name: unbind 2014-07-03 15:26:36 [9641] [9] DEBUG: command_id: 6 = 0x00000006 2014-07-03 15:26:36 [9641] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:26:36 [9641] [9] DEBUG: sequence_number: 6 = 0x00000006 2014-07-03 15:26:36 [9641] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:26:36 [9641] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-03 15:26:36 [9641] [9] DEBUG: SMPP PDU 0x7f7110000a00 dump: 2014-07-03 15:26:36 [9641] [9] DEBUG: type_name: unbind_resp 2014-07-03 15:26:36 [9641] [9] DEBUG: command_id: 2147483654 = 0x80000006 2014-07-03 15:26:36 [9641] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:26:36 [9641] [9] DEBUG: sequence_number: 6 = 0x00000006 2014-07-03 15:26:36 [9641] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:26:36 [9641] [9] DEBUG: SMPP[mts]: io_thread: break and shutting down 2014-07-03 15:26:36 [9641] [9] DEBUG: SMSCConn SMPP:xxx.xxx.xxx.xxx:5005/5005:xxx:test shut down. 2014-07-03 15:26:36 [9641] [9] DEBUG: Thread 9 (gw/smsc/smsc_smpp.c:io_thread) terminates. 2014-07-03 15:26:42 [10022] [9] DEBUG: Connecting to <176.120.25.26> 2014-07-03 15:26:42 [10022] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-03 15:26:42 [10022] [9] DEBUG: SMPP PDU 0x7fda28000a00 dump: 2014-07-03 15:26:42 [10022] [9] DEBUG: type_name: bind_transceiver 2014-07-03 15:26:42 [10022] [9] DEBUG: command_id: 9 = 0x00000009 2014-07-03 15:26:42 [10022] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:26:42 [10022] [9] DEBUG: sequence_number: 1 = 0x00000001 2014-07-03 15:26:42 [10022] [9] DEBUG: system_id: "xxx" 2014-07-03 15:26:42 [10022] [9] DEBUG: password: "xxx" 2014-07-03 15:26:42 [10022] [9] DEBUG: system_type: "test" 2014-07-03 15:26:42 [10022] [9] DEBUG: interface_version: 52 = 0x00000034 2014-07-03 15:26:42 [10022] [9] DEBUG: addr_ton: 0 = 0x00000000 2014-07-03 15:26:42 [10022] [9] DEBUG: addr_npi: 0 = 0x00000000 2014-07-03 15:26:42 [10022] [9] DEBUG: address_range: NULL 2014-07-03 15:26:42 [10022] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:26:42 [10022] [9] DEBUG: Optional parameter tag (0x0210) 2014-07-03 15:26:42 [10022] [9] DEBUG: Optional parameter length read as 1 2014-07-03 15:26:42 [10022] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-03 15:26:42 [10022] [9] DEBUG: SMPP PDU 0x7fda28000a50 dump: 2014-07-03 15:26:42 [10022] [9] DEBUG: type_name: bind_transceiver_resp 2014-07-03 15:26:42 [10022] [9] DEBUG: command_id: 2147483657 = 0x80000009 2014-07-03 15:26:42 [10022] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:26:42 [10022] [9] DEBUG: sequence_number: 1 = 0x00000001 2014-07-03 15:26:42 [10022] [9] DEBUG: system_id: "MCG" 2014-07-03 15:26:42 [10022] [9] DEBUG: sc_interface_version: 52 = 0x00000034 2014-07-03 15:26:42 [10022] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:26:42 [10022] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-03 15:27:26 [10022] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-03 15:27:26 [10022] [9] DEBUG: SMPP[mts]: Manually forced source addr ton = 0, source add npi = 1 2014-07-03 15:27:26 [10022] [9] DEBUG: SMPP[mts]: Manually forced dest addr ton = 1, dest add npi = 1 2014-07-03 15:27:26 [10022] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-03 15:27:26 [10022] [9] DEBUG: SMPP PDU 0x7fda28000a00 dump: 2014-07-03 15:27:26 [10022] [9] DEBUG: type_name: submit_sm 2014-07-03 15:27:26 [10022] [9] DEBUG: command_id: 4 = 0x00000004 2014-07-03 15:27:26 [10022] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:27:26 [10022] [9] DEBUG: sequence_number: 2 = 0x00000002 2014-07-03 15:27:26 [10022] [9] DEBUG: service_type: NULL 2014-07-03 15:27:26 [10022] [9] DEBUG: source_addr_ton: 0 = 0x00000000 2014-07-03 15:27:26 [10022] [9] DEBUG: source_addr_npi: 1 = 0x00000001 2014-07-03 15:27:26 [10022] [9] DEBUG: source_addr: "xxxxxxx9915" 2014-07-03 15:27:26 [10022] [9] DEBUG: dest_addr_ton: 1 = 0x00000001 2014-07-03 15:27:26 [10022] [9] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-07-03 15:27:26 [10022] [9] DEBUG: destination_addr: "xxxxxxx6194" 2014-07-03 15:27:26 [10022] [9] DEBUG: esm_class: 3 = 0x00000003 2014-07-03 15:27:26 [10022] [9] DEBUG: protocol_id: 0 = 0x00000000 2014-07-03 15:27:26 [10022] [9] DEBUG: priority_flag: 0 = 0x00000000 2014-07-03 15:27:26 [10022] [9] DEBUG: schedule_delivery_time: NULL 2014-07-03 15:27:26 [10022] [9] DEBUG: validity_period: NULL 2014-07-03 15:27:26 [10022] [9] DEBUG: registered_delivery: 1 = 0x00000001 2014-07-03 15:27:26 [10022] [9] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-07-03 15:27:26 [10022] [9] DEBUG: data_coding: 8 = 0x00000008 2014-07-03 15:27:26 [10022] [9] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-07-03 15:27:26 [10022] [9] DEBUG: sm_length: 2 = 0x00000002 2014-07-03 15:27:26 [10022] [9] DEBUG: short_message: 2014-07-03 15:27:26 [10022] [9] DEBUG: Octet string at 0x7fda28000d90: 2014-07-03 15:27:26 [10022] [9] DEBUG: len: 2 2014-07-03 15:27:26 [10022] [9] DEBUG: size: 3 2014-07-03 15:27:26 [10022] [9] DEBUG: immutable: 0 2014-07-03 15:27:26 [10022] [9] DEBUG: data: 00 33 .3 2014-07-03 15:27:26 [10022] [9] DEBUG: Octet string dump ends. 2014-07-03 15:27:26 [10022] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:27:26 [10022] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-03 15:27:26 [10022] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-03 15:27:26 [10022] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-03 15:27:26 [10022] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-03 15:27:26 [10022] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-03 15:27:26 [10022] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-03 15:27:26 [10022] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-03 15:27:26 [10022] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-03 15:27:26 [10022] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-03 15:27:26 [10022] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-03 15:27:26 [10022] [9] DEBUG: SMPP PDU 0x7fda28000a00 dump: 2014-07-03 15:27:26 [10022] [9] DEBUG: type_name: submit_sm_resp 2014-07-03 15:27:26 [10022] [9] DEBUG: command_id: 2147483652 = 0x80000004 2014-07-03 15:27:26 [10022] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:27:26 [10022] [9] DEBUG: sequence_number: 2 = 0x00000002 2014-07-03 15:27:26 [10022] [9] DEBUG: message_id: "1a921cc2" 2014-07-03 15:27:26 [10022] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:27:26 [10022] [9] DEBUG: DLR[mysql]: Adding DLR smsc=mts, ts=1a921cc2, src=xxxxxxx9915, dst=xxxxxxx6194, mask=31, boxc=smsbox 2014-07-03 15:27:26 [10022] [9] DEBUG: adding DLR entry into database 2014-07-03 15:27:26 [10022] [9] DEBUG: sql: INSERT INTO `dlr` (`smsc`, `ts`, `source`, `destination`, `service`, `url`, `mask`, `boxc`, `status`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, 0) 2014-07-03 15:27:27 [10022] [9] DEBUG: SMSC[mts]: creating DLR message 2014-07-03 15:27:27 [10022] [9] DEBUG: SMSC[mts]: DLR = 2014-07-03 15:27:27 [10022] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-03 15:27:27 [10022] [9] DEBUG: SMPP[mts]: Manually forced source addr ton = 0, source add npi = 1 2014-07-03 15:27:27 [10022] [9] DEBUG: SMPP[mts]: Manually forced dest addr ton = 1, dest add npi = 1 2014-07-03 15:27:27 [10022] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-03 15:27:27 [10022] [9] DEBUG: SMPP PDU 0x7fda28000a00 dump: 2014-07-03 15:27:27 [10022] [9] DEBUG: type_name: submit_sm 2014-07-03 15:27:27 [10022] [9] DEBUG: command_id: 4 = 0x00000004 2014-07-03 15:27:27 [10022] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:27:27 [10022] [9] DEBUG: sequence_number: 3 = 0x00000003 2014-07-03 15:27:27 [10022] [9] DEBUG: service_type: NULL 2014-07-03 15:27:27 [10022] [9] DEBUG: source_addr_ton: 0 = 0x00000000 2014-07-03 15:27:27 [10022] [9] DEBUG: source_addr_npi: 1 = 0x00000001 2014-07-03 15:27:27 [10022] [9] DEBUG: source_addr: "xxxxxxx9915" 2014-07-03 15:27:27 [10022] [9] DEBUG: dest_addr_ton: 1 = 0x00000001 2014-07-03 15:27:27 [10022] [9] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-07-03 15:27:27 [10022] [9] DEBUG: destination_addr: "xxxxxxx6194" 2014-07-03 15:27:27 [10022] [9] DEBUG: esm_class: 3 = 0x00000003 2014-07-03 15:27:27 [10022] [9] DEBUG: protocol_id: 0 = 0x00000000 2014-07-03 15:27:27 [10022] [9] DEBUG: priority_flag: 0 = 0x00000000 2014-07-03 15:27:27 [10022] [9] DEBUG: schedule_delivery_time: NULL 2014-07-03 15:27:27 [10022] [9] DEBUG: validity_period: NULL 2014-07-03 15:27:27 [10022] [9] DEBUG: registered_delivery: 1 = 0x00000001 2014-07-03 15:27:27 [10022] [9] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-07-03 15:27:27 [10022] [9] DEBUG: data_coding: 8 = 0x00000008 2014-07-03 15:27:27 [10022] [9] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-07-03 15:27:27 [10022] [9] DEBUG: sm_length: 2 = 0x00000002 2014-07-03 15:27:27 [10022] [9] DEBUG: short_message: 2014-07-03 15:27:27 [10022] [9] DEBUG: Octet string at 0x7fda28000c30: 2014-07-03 15:27:27 [10022] [9] DEBUG: len: 2 2014-07-03 15:27:27 [10022] [9] DEBUG: size: 3 2014-07-03 15:27:27 [10022] [9] DEBUG: immutable: 0 2014-07-03 15:27:27 [10022] [9] DEBUG: data: 00 32 .2 2014-07-03 15:27:27 [10022] [9] DEBUG: Octet string dump ends. 2014-07-03 15:27:27 [10022] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:27:27 [10022] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-03 15:27:27 [10022] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-03 15:27:27 [10022] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-03 15:27:27 [10022] [9] DEBUG: SMPP PDU 0x7fda28000a00 dump: 2014-07-03 15:27:27 [10022] [9] DEBUG: type_name: submit_sm_resp 2014-07-03 15:27:27 [10022] [9] DEBUG: command_id: 2147483652 = 0x80000004 2014-07-03 15:27:27 [10022] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:27:27 [10022] [9] DEBUG: sequence_number: 3 = 0x00000003 2014-07-03 15:27:27 [10022] [9] DEBUG: message_id: "1a9220c2" 2014-07-03 15:27:27 [10022] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:27:27 [10022] [9] DEBUG: DLR[mysql]: Adding DLR smsc=mts, ts=1a9220c2, src=xxxxxxx9915, dst=xxxxxxx6194, mask=31, boxc=smsbox 2014-07-03 15:27:27 [10022] [9] DEBUG: adding DLR entry into database 2014-07-03 15:27:27 [10022] [9] DEBUG: sql: INSERT INTO `dlr` (`smsc`, `ts`, `source`, `destination`, `service`, `url`, `mask`, `boxc`, `status`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, 0) 2014-07-03 15:27:27 [10022] [9] DEBUG: SMSC[mts]: creating DLR message 2014-07-03 15:27:27 [10022] [9] DEBUG: SMSC[mts]: DLR = 2014-07-03 15:27:27 [10022] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-03 15:27:29 [10022] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-03 15:27:29 [10022] [9] DEBUG: SMPP[mts]: Manually forced source addr ton = 0, source add npi = 1 2014-07-03 15:27:29 [10022] [9] DEBUG: SMPP[mts]: Manually forced dest addr ton = 1, dest add npi = 1 2014-07-03 15:27:29 [10022] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-03 15:27:29 [10022] [9] DEBUG: SMPP PDU 0x7fda28000a00 dump: 2014-07-03 15:27:29 [10022] [9] DEBUG: type_name: submit_sm 2014-07-03 15:27:29 [10022] [9] DEBUG: command_id: 4 = 0x00000004 2014-07-03 15:27:29 [10022] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:27:29 [10022] [9] DEBUG: sequence_number: 4 = 0x00000004 2014-07-03 15:27:29 [10022] [9] DEBUG: service_type: NULL 2014-07-03 15:27:29 [10022] [9] DEBUG: source_addr_ton: 0 = 0x00000000 2014-07-03 15:27:29 [10022] [9] DEBUG: source_addr_npi: 1 = 0x00000001 2014-07-03 15:27:29 [10022] [9] DEBUG: source_addr: "xxxxxxx9915" 2014-07-03 15:27:29 [10022] [9] DEBUG: dest_addr_ton: 1 = 0x00000001 2014-07-03 15:27:29 [10022] [9] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-07-03 15:27:29 [10022] [9] DEBUG: destination_addr: "xxxxxxx6194" 2014-07-03 15:27:29 [10022] [9] DEBUG: esm_class: 3 = 0x00000003 2014-07-03 15:27:29 [10022] [9] DEBUG: protocol_id: 0 = 0x00000000 2014-07-03 15:27:29 [10022] [9] DEBUG: priority_flag: 0 = 0x00000000 2014-07-03 15:27:29 [10022] [9] DEBUG: schedule_delivery_time: NULL 2014-07-03 15:27:29 [10022] [9] DEBUG: validity_period: NULL 2014-07-03 15:27:29 [10022] [9] DEBUG: registered_delivery: 1 = 0x00000001 2014-07-03 15:27:29 [10022] [9] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-07-03 15:27:29 [10022] [9] DEBUG: data_coding: 8 = 0x00000008 2014-07-03 15:27:29 [10022] [9] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-07-03 15:27:29 [10022] [9] DEBUG: sm_length: 2 = 0x00000002 2014-07-03 15:27:29 [10022] [9] DEBUG: short_message: 2014-07-03 15:27:29 [10022] [9] DEBUG: Octet string at 0x7fda28001080: 2014-07-03 15:27:29 [10022] [9] DEBUG: len: 2 2014-07-03 15:27:29 [10022] [9] DEBUG: size: 3 2014-07-03 15:27:29 [10022] [9] DEBUG: immutable: 0 2014-07-03 15:27:29 [10022] [9] DEBUG: data: 00 31 .1 2014-07-03 15:27:29 [10022] [9] DEBUG: Octet string dump ends. 2014-07-03 15:27:29 [10022] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:27:29 [10022] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-03 15:27:29 [10022] [9] DEBUG: Optional parameter tag (0x001e) 2014-07-03 15:27:29 [10022] [9] DEBUG: Optional parameter length read as 9 2014-07-03 15:27:29 [10022] [9] DEBUG: Optional parameter tag (0x0427) 2014-07-03 15:27:29 [10022] [9] DEBUG: Optional parameter length read as 1 2014-07-03 15:27:29 [10022] [9] DEBUG: Optional parameter tag (0x000e) 2014-07-03 15:27:29 [10022] [9] DEBUG: Optional parameter length read as 1 2014-07-03 15:27:29 [10022] [9] WARNING: SMPP: Unknown TLV(0x000e,0x0001,01) for PDU type (deliver_sm) received! 2014-07-03 15:27:29 [10022] [9] DEBUG: Optional parameter tag (0x0006) 2014-07-03 15:27:29 [10022] [9] DEBUG: Optional parameter length read as 1 2014-07-03 15:27:29 [10022] [9] WARNING: SMPP: Unknown TLV(0x0006,0x0001,01) for PDU type (deliver_sm) received! 2014-07-03 15:27:29 [10022] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-03 15:27:29 [10022] [9] DEBUG: SMPP PDU 0x7fda28001d70 dump: 2014-07-03 15:27:29 [10022] [9] DEBUG: type_name: deliver_sm 2014-07-03 15:27:29 [10022] [9] DEBUG: command_id: 5 = 0x00000005 2014-07-03 15:27:29 [10022] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:27:29 [10022] [9] DEBUG: sequence_number: 1 = 0x00000001 2014-07-03 15:27:29 [10022] [9] DEBUG: service_type: NULL 2014-07-03 15:27:29 [10022] [9] DEBUG: source_addr_ton: 1 = 0x00000001 2014-07-03 15:27:29 [10022] [9] DEBUG: source_addr_npi: 1 = 0x00000001 2014-07-03 15:27:29 [10022] [9] DEBUG: source_addr: "xxxxxxx6194" 2014-07-03 15:27:29 [10022] [9] DEBUG: dest_addr_ton: 1 = 0x00000001 2014-07-03 15:27:29 [10022] [9] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-07-03 15:27:29 [10022] [9] DEBUG: destination_addr: "70xxxxxxx9915" 2014-07-03 15:27:29 [10022] [9] DEBUG: esm_class: 4 = 0x00000004 2014-07-03 15:27:29 [10022] [9] DEBUG: protocol_id: 0 = 0x00000000 2014-07-03 15:27:29 [10022] [9] DEBUG: priority_flag: 0 = 0x00000000 2014-07-03 15:27:29 [10022] [9] DEBUG: schedule_delivery_time: NULL 2014-07-03 15:27:29 [10022] [9] DEBUG: validity_period: NULL 2014-07-03 15:27:29 [10022] [9] DEBUG: registered_delivery: 0 = 0x00000000 2014-07-03 15:27:29 [10022] [9] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-07-03 15:27:29 [10022] [9] DEBUG: data_coding: 0 = 0x00000000 2014-07-03 15:27:29 [10022] [9] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-07-03 15:27:29 [10022] [9] DEBUG: sm_length: 100 = 0x00000064 2014-07-03 15:27:29 [10022] [9] DEBUG: short_message: 2014-07-03 15:27:29 [10022] [9] DEBUG: Octet string at 0x7fda28000ae0: 2014-07-03 15:27:29 [10022] [9] DEBUG: len: 100 2014-07-03 15:27:29 [10022] [9] DEBUG: size: 101 2014-07-03 15:27:29 [10022] [9] DEBUG: immutable: 0 2014-07-03 15:27:29 [10022] [9] DEBUG: data: 69 64 3a 31 61 39 32 31 63 63 32 20 73 75 62 3a id:1a921cc2 sub: 2014-07-03 15:27:29 [10022] [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-03 15:27:29 [10022] [9] DEBUG: data: 62 6d 69 74 20 64 61 74 65 3a 31 34 30 37 30 33 bmit date:140703 2014-07-03 15:27:29 [10022] [9] DEBUG: data: 31 32 32 38 20 64 6f 6e 65 20 64 61 74 65 3a 31 1228 done date:1 2014-07-03 15:27:29 [10022] [9] DEBUG: data: 34 30 37 30 33 31 32 32 38 20 73 74 61 74 3a 44 407031228 stat:D 2014-07-03 15:27:29 [10022] [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-03 15:27:29 [10022] [9] DEBUG: data: 65 78 74 3a ext: 2014-07-03 15:27:29 [10022] [9] DEBUG: Octet string dump ends. 2014-07-03 15:27:29 [10022] [9] DEBUG: message_state: 2 = 0x00000002 2014-07-03 15:27:29 [10022] [9] DEBUG: receipted_message_id: "1a921cc2" 2014-07-03 15:27:29 [10022] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:27:29 [10022] [9] DEBUG: SMPP[mts] handle_pdu, got DLR 2014-07-03 15:27:29 [10022] [9] DEBUG: DLR[mysql]: Looking for DLR smsc=mts, ts=1a921cc2, dst=xxxxxxx6194, type=1 2014-07-03 15:27:29 [10022] [9] DEBUG: sql: SELECT `mask`, `service`, `url`, `source`, `destination`, `boxc` FROM `dlr` WHERE `smsc`=? AND `ts`=? LIMIT 1 2014-07-03 15:27:29 [10022] [9] DEBUG: column=mask buffer_type=3 max_length=0 length=10 2014-07-03 15:27:29 [10022] [9] DEBUG: column=service buffer_type=253 max_length=0 length=120 2014-07-03 15:27:29 [10022] [9] DEBUG: column=url buffer_type=253 max_length=0 length=765 2014-07-03 15:27:29 [10022] [9] DEBUG: column=source buffer_type=253 max_length=0 length=120 2014-07-03 15:27:29 [10022] [9] DEBUG: column=destination buffer_type=253 max_length=0 length=120 2014-07-03 15:27:29 [10022] [9] DEBUG: column=boxc buffer_type=253 max_length=0 length=120 2014-07-03 15:27:29 [10022] [9] DEBUG: DLR[mysql]: created DLR message for URL <> 2014-07-03 15:27:29 [10022] [9] DEBUG: removing DLR from database 2014-07-03 15:27:29 [10022] [9] DEBUG: sql: DELETE FROM `dlr` WHERE `smsc`=? AND `ts`=? LIMIT 1 2014-07-03 15:27:29 [10022] [9] DEBUG: new group created `smpp' 2014-07-03 15:27:29 [10022] [9] DEBUG: group=`smpp' key=`dlr_err' value=`000' 2014-07-03 15:27:29 [10022] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-03 15:27:29 [10022] [9] DEBUG: SMPP PDU 0x7fda280020d0 dump: 2014-07-03 15:27:29 [10022] [9] DEBUG: type_name: deliver_sm_resp 2014-07-03 15:27:29 [10022] [9] DEBUG: command_id: 2147483653 = 0x80000005 2014-07-03 15:27:29 [10022] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:27:29 [10022] [9] DEBUG: sequence_number: 1 = 0x00000001 2014-07-03 15:27:29 [10022] [9] DEBUG: message_id: NULL 2014-07-03 15:27:29 [10022] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:27:29 [10022] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-03 15:27:29 [10022] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-03 15:27:29 [10022] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-03 15:27:29 [10022] [9] DEBUG: SMPP PDU 0x7fda28001d70 dump: 2014-07-03 15:27:29 [10022] [9] DEBUG: type_name: submit_sm_resp 2014-07-03 15:27:29 [10022] [9] DEBUG: command_id: 2147483652 = 0x80000004 2014-07-03 15:27:29 [10022] [9] DEBUG: command_status: 88 = 0x00000058 2014-07-03 15:27:29 [10022] [9] DEBUG: sequence_number: 4 = 0x00000004 2014-07-03 15:27:29 [10022] [9] DEBUG: message_id: NULL 2014-07-03 15:27:29 [10022] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:27:29 [10022] [9] ERROR: SMPP[mts]: SMSC returned error code 0x00000058 (Throttling error) in response to submit_sm. 2014-07-03 15:27:31 [10022] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-03 15:27:31 [10022] [9] DEBUG: SMPP[mts]: Manually forced source addr ton = 0, source add npi = 1 2014-07-03 15:27:31 [10022] [9] DEBUG: SMPP[mts]: Manually forced dest addr ton = 1, dest add npi = 1 2014-07-03 15:27:31 [10022] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-03 15:27:31 [10022] [9] DEBUG: SMPP PDU 0x7fda28000a00 dump: 2014-07-03 15:27:31 [10022] [9] DEBUG: type_name: submit_sm 2014-07-03 15:27:31 [10022] [9] DEBUG: command_id: 4 = 0x00000004 2014-07-03 15:27:31 [10022] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:27:31 [10022] [9] DEBUG: sequence_number: 5 = 0x00000005 2014-07-03 15:27:31 [10022] [9] DEBUG: service_type: NULL 2014-07-03 15:27:31 [10022] [9] DEBUG: source_addr_ton: 0 = 0x00000000 2014-07-03 15:27:31 [10022] [9] DEBUG: source_addr_npi: 1 = 0x00000001 2014-07-03 15:27:31 [10022] [9] DEBUG: source_addr: "xxxxxxx9915" 2014-07-03 15:27:31 [10022] [9] DEBUG: dest_addr_ton: 1 = 0x00000001 2014-07-03 15:27:31 [10022] [9] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-07-03 15:27:31 [10022] [9] DEBUG: destination_addr: "xxxxxxx4535" 2014-07-03 15:27:31 [10022] [9] DEBUG: esm_class: 3 = 0x00000003 2014-07-03 15:27:31 [10022] [9] DEBUG: protocol_id: 0 = 0x00000000 2014-07-03 15:27:31 [10022] [9] DEBUG: priority_flag: 0 = 0x00000000 2014-07-03 15:27:31 [10022] [9] DEBUG: schedule_delivery_time: NULL 2014-07-03 15:27:31 [10022] [9] DEBUG: validity_period: NULL 2014-07-03 15:27:31 [10022] [9] DEBUG: registered_delivery: 1 = 0x00000001 2014-07-03 15:27:31 [10022] [9] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-07-03 15:27:31 [10022] [9] DEBUG: data_coding: 8 = 0x00000008 2014-07-03 15:27:31 [10022] [9] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-07-03 15:27:31 [10022] [9] DEBUG: sm_length: 6 = 0x00000006 2014-07-03 15:27:31 [10022] [9] DEBUG: short_message: 2014-07-03 15:27:31 [10022] [9] DEBUG: Octet string at 0x7fda280010c0: 2014-07-03 15:27:31 [10022] [9] DEBUG: len: 6 2014-07-03 15:27:31 [10022] [9] DEBUG: size: 7 2014-07-03 15:27:31 [10022] [9] DEBUG: immutable: 0 2014-07-03 15:27:31 [10022] [9] DEBUG: data: 00 4d 00 51 00 46 .M.Q.F 2014-07-03 15:27:31 [10022] [9] DEBUG: Octet string dump ends. 2014-07-03 15:27:31 [10022] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:27:31 [10022] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-03 15:27:31 [10022] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-03 15:27:31 [10022] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-03 15:27:31 [10022] [9] DEBUG: SMPP PDU 0x7fda28000a00 dump: 2014-07-03 15:27:31 [10022] [9] DEBUG: type_name: submit_sm_resp 2014-07-03 15:27:31 [10022] [9] DEBUG: command_id: 2147483652 = 0x80000004 2014-07-03 15:27:31 [10022] [9] DEBUG: command_status: 88 = 0x00000058 2014-07-03 15:27:31 [10022] [9] DEBUG: sequence_number: 5 = 0x00000005 2014-07-03 15:27:31 [10022] [9] DEBUG: message_id: NULL 2014-07-03 15:27:31 [10022] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:27:31 [10022] [9] ERROR: SMPP[mts]: SMSC returned error code 0x00000058 (Throttling error) in response to submit_sm. 2014-07-03 15:27:33 [10022] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-03 15:27:33 [10022] [9] DEBUG: SMPP[mts]: Manually forced source addr ton = 0, source add npi = 1 2014-07-03 15:27:33 [10022] [9] DEBUG: SMPP[mts]: Manually forced dest addr ton = 1, dest add npi = 1 2014-07-03 15:27:33 [10022] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-03 15:27:33 [10022] [9] DEBUG: SMPP PDU 0x7fda28000a00 dump: 2014-07-03 15:27:33 [10022] [9] DEBUG: type_name: submit_sm 2014-07-03 15:27:33 [10022] [9] DEBUG: command_id: 4 = 0x00000004 2014-07-03 15:27:33 [10022] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:27:33 [10022] [9] DEBUG: sequence_number: 6 = 0x00000006 2014-07-03 15:27:33 [10022] [9] DEBUG: service_type: NULL 2014-07-03 15:27:33 [10022] [9] DEBUG: source_addr_ton: 0 = 0x00000000 2014-07-03 15:27:33 [10022] [9] DEBUG: source_addr_npi: 1 = 0x00000001 2014-07-03 15:27:33 [10022] [9] DEBUG: source_addr: "xxxxxxx9915" 2014-07-03 15:27:33 [10022] [9] DEBUG: dest_addr_ton: 1 = 0x00000001 2014-07-03 15:27:33 [10022] [9] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-07-03 15:27:33 [10022] [9] DEBUG: destination_addr: "xxxxxxx6194" 2014-07-03 15:27:33 [10022] [9] DEBUG: esm_class: 3 = 0x00000003 2014-07-03 15:27:33 [10022] [9] DEBUG: protocol_id: 0 = 0x00000000 2014-07-03 15:27:33 [10022] [9] DEBUG: priority_flag: 0 = 0x00000000 2014-07-03 15:27:33 [10022] [9] DEBUG: schedule_delivery_time: NULL 2014-07-03 15:27:33 [10022] [9] DEBUG: validity_period: NULL 2014-07-03 15:27:33 [10022] [9] DEBUG: registered_delivery: 1 = 0x00000001 2014-07-03 15:27:33 [10022] [9] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-07-03 15:27:33 [10022] [9] DEBUG: data_coding: 8 = 0x00000008 2014-07-03 15:27:33 [10022] [9] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-07-03 15:27:33 [10022] [9] DEBUG: sm_length: 2 = 0x00000002 2014-07-03 15:27:33 [10022] [9] DEBUG: short_message: 2014-07-03 15:27:33 [10022] [9] DEBUG: Octet string at 0x7fda280010a0: 2014-07-03 15:27:33 [10022] [9] DEBUG: len: 2 2014-07-03 15:27:33 [10022] [9] DEBUG: size: 3 2014-07-03 15:27:33 [10022] [9] DEBUG: immutable: 0 2014-07-03 15:27:33 [10022] [9] DEBUG: data: 00 31 .1 2014-07-03 15:27:33 [10022] [9] DEBUG: Octet string dump ends. 2014-07-03 15:27:33 [10022] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:27:33 [10022] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-03 15:27:33 [10022] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-03 15:27:33 [10022] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-03 15:27:33 [10022] [9] DEBUG: SMPP PDU 0x7fda28000a00 dump: 2014-07-03 15:27:33 [10022] [9] DEBUG: type_name: submit_sm_resp 2014-07-03 15:27:33 [10022] [9] DEBUG: command_id: 2147483652 = 0x80000004 2014-07-03 15:27:33 [10022] [9] DEBUG: command_status: 88 = 0x00000058 2014-07-03 15:27:33 [10022] [9] DEBUG: sequence_number: 6 = 0x00000006 2014-07-03 15:27:33 [10022] [9] DEBUG: message_id: NULL 2014-07-03 15:27:33 [10022] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:27:33 [10022] [9] ERROR: SMPP[mts]: SMSC returned error code 0x00000058 (Throttling error) in response to submit_sm. 2014-07-03 15:27:35 [10022] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-03 15:27:35 [10022] [9] DEBUG: SMPP[mts]: Manually forced source addr ton = 0, source add npi = 1 2014-07-03 15:27:35 [10022] [9] DEBUG: SMPP[mts]: Manually forced dest addr ton = 1, dest add npi = 1 2014-07-03 15:27:35 [10022] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-03 15:27:35 [10022] [9] DEBUG: SMPP PDU 0x7fda28000a00 dump: 2014-07-03 15:27:35 [10022] [9] DEBUG: type_name: submit_sm 2014-07-03 15:27:35 [10022] [9] DEBUG: command_id: 4 = 0x00000004 2014-07-03 15:27:35 [10022] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:27:35 [10022] [9] DEBUG: sequence_number: 7 = 0x00000007 2014-07-03 15:27:35 [10022] [9] DEBUG: service_type: NULL 2014-07-03 15:27:35 [10022] [9] DEBUG: source_addr_ton: 0 = 0x00000000 2014-07-03 15:27:35 [10022] [9] DEBUG: source_addr_npi: 1 = 0x00000001 2014-07-03 15:27:35 [10022] [9] DEBUG: source_addr: "xxxxxxx9915" 2014-07-03 15:27:35 [10022] [9] DEBUG: dest_addr_ton: 1 = 0x00000001 2014-07-03 15:27:35 [10022] [9] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-07-03 15:27:35 [10022] [9] DEBUG: destination_addr: "xxxxxxx6194" 2014-07-03 15:27:35 [10022] [9] DEBUG: esm_class: 3 = 0x00000003 2014-07-03 15:27:35 [10022] [9] DEBUG: protocol_id: 0 = 0x00000000 2014-07-03 15:27:35 [10022] [9] DEBUG: priority_flag: 0 = 0x00000000 2014-07-03 15:27:35 [10022] [9] DEBUG: schedule_delivery_time: NULL 2014-07-03 15:27:35 [10022] [9] DEBUG: validity_period: NULL 2014-07-03 15:27:35 [10022] [9] DEBUG: registered_delivery: 1 = 0x00000001 2014-07-03 15:27:35 [10022] [9] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-07-03 15:27:35 [10022] [9] DEBUG: data_coding: 8 = 0x00000008 2014-07-03 15:27:35 [10022] [9] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-07-03 15:27:35 [10022] [9] DEBUG: sm_length: 2 = 0x00000002 2014-07-03 15:27:35 [10022] [9] DEBUG: short_message: 2014-07-03 15:27:35 [10022] [9] DEBUG: Octet string at 0x7fda280010a0: 2014-07-03 15:27:35 [10022] [9] DEBUG: len: 2 2014-07-03 15:27:35 [10022] [9] DEBUG: size: 3 2014-07-03 15:27:35 [10022] [9] DEBUG: immutable: 0 2014-07-03 15:27:35 [10022] [9] DEBUG: data: 00 32 .2 2014-07-03 15:27:35 [10022] [9] DEBUG: Octet string dump ends. 2014-07-03 15:27:35 [10022] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:27:35 [10022] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-03 15:27:35 [10022] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-03 15:27:35 [10022] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-03 15:27:35 [10022] [9] DEBUG: SMPP PDU 0x7fda28000a00 dump: 2014-07-03 15:27:35 [10022] [9] DEBUG: type_name: submit_sm_resp 2014-07-03 15:27:35 [10022] [9] DEBUG: command_id: 2147483652 = 0x80000004 2014-07-03 15:27:35 [10022] [9] DEBUG: command_status: 88 = 0x00000058 2014-07-03 15:27:35 [10022] [9] DEBUG: sequence_number: 7 = 0x00000007 2014-07-03 15:27:35 [10022] [9] DEBUG: message_id: NULL 2014-07-03 15:27:35 [10022] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:27:35 [10022] [9] ERROR: SMPP[mts]: SMSC returned error code 0x00000058 (Throttling error) in response to submit_sm. 2014-07-03 15:27:36 [10022] [9] DEBUG: Optional parameter tag (0x001e) 2014-07-03 15:27:36 [10022] [9] DEBUG: Optional parameter length read as 9 2014-07-03 15:27:36 [10022] [9] DEBUG: Optional parameter tag (0x0427) 2014-07-03 15:27:36 [10022] [9] DEBUG: Optional parameter length read as 1 2014-07-03 15:27:36 [10022] [9] DEBUG: Optional parameter tag (0x000e) 2014-07-03 15:27:36 [10022] [9] DEBUG: Optional parameter length read as 1 2014-07-03 15:27:36 [10022] [9] WARNING: SMPP: Unknown TLV(0x000e,0x0001,01) for PDU type (deliver_sm) received! 2014-07-03 15:27:36 [10022] [9] DEBUG: Optional parameter tag (0x0006) 2014-07-03 15:27:36 [10022] [9] DEBUG: Optional parameter length read as 1 2014-07-03 15:27:36 [10022] [9] WARNING: SMPP: Unknown TLV(0x0006,0x0001,01) for PDU type (deliver_sm) received! 2014-07-03 15:27:36 [10022] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-03 15:27:36 [10022] [9] DEBUG: SMPP PDU 0x7fda28000a00 dump: 2014-07-03 15:27:36 [10022] [9] DEBUG: type_name: deliver_sm 2014-07-03 15:27:36 [10022] [9] DEBUG: command_id: 5 = 0x00000005 2014-07-03 15:27:36 [10022] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:27:36 [10022] [9] DEBUG: sequence_number: 2 = 0x00000002 2014-07-03 15:27:36 [10022] [9] DEBUG: service_type: NULL 2014-07-03 15:27:36 [10022] [9] DEBUG: source_addr_ton: 1 = 0x00000001 2014-07-03 15:27:36 [10022] [9] DEBUG: source_addr_npi: 1 = 0x00000001 2014-07-03 15:27:36 [10022] [9] DEBUG: source_addr: "xxxxxxx6194" 2014-07-03 15:27:36 [10022] [9] DEBUG: dest_addr_ton: 1 = 0x00000001 2014-07-03 15:27:36 [10022] [9] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-07-03 15:27:36 [10022] [9] DEBUG: destination_addr: "70xxxxxxx9915" 2014-07-03 15:27:36 [10022] [9] DEBUG: esm_class: 4 = 0x00000004 2014-07-03 15:27:36 [10022] [9] DEBUG: protocol_id: 0 = 0x00000000 2014-07-03 15:27:36 [10022] [9] DEBUG: priority_flag: 0 = 0x00000000 2014-07-03 15:27:36 [10022] [9] DEBUG: schedule_delivery_time: NULL 2014-07-03 15:27:36 [10022] [9] DEBUG: validity_period: NULL 2014-07-03 15:27:36 [10022] [9] DEBUG: registered_delivery: 0 = 0x00000000 2014-07-03 15:27:36 [10022] [9] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-07-03 15:27:36 [10022] [9] DEBUG: data_coding: 0 = 0x00000000 2014-07-03 15:27:36 [10022] [9] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-07-03 15:27:36 [10022] [9] DEBUG: sm_length: 100 = 0x00000064 2014-07-03 15:27:36 [10022] [9] DEBUG: short_message: 2014-07-03 15:27:36 [10022] [9] DEBUG: Octet string at 0x7fda28001fe0: 2014-07-03 15:27:36 [10022] [9] DEBUG: len: 100 2014-07-03 15:27:36 [10022] [9] DEBUG: size: 101 2014-07-03 15:27:36 [10022] [9] DEBUG: immutable: 0 2014-07-03 15:27:36 [10022] [9] DEBUG: data: 69 64 3a 31 61 39 32 32 30 63 32 20 73 75 62 3a id:1a9220c2 sub: 2014-07-03 15:27:36 [10022] [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-03 15:27:36 [10022] [9] DEBUG: data: 62 6d 69 74 20 64 61 74 65 3a 31 34 30 37 30 33 bmit date:140703 2014-07-03 15:27:36 [10022] [9] DEBUG: data: 31 32 32 38 20 64 6f 6e 65 20 64 61 74 65 3a 31 1228 done date:1 2014-07-03 15:27:36 [10022] [9] DEBUG: data: 34 30 37 30 33 31 32 32 38 20 73 74 61 74 3a 44 407031228 stat:D 2014-07-03 15:27:36 [10022] [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-03 15:27:36 [10022] [9] DEBUG: data: 65 78 74 3a ext: 2014-07-03 15:27:36 [10022] [9] DEBUG: Octet string dump ends. 2014-07-03 15:27:36 [10022] [9] DEBUG: message_state: 2 = 0x00000002 2014-07-03 15:27:36 [10022] [9] DEBUG: receipted_message_id: "1a9220c2" 2014-07-03 15:27:36 [10022] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:27:36 [10022] [9] DEBUG: SMPP[mts] handle_pdu, got DLR 2014-07-03 15:27:36 [10022] [9] DEBUG: DLR[mysql]: Looking for DLR smsc=mts, ts=1a9220c2, dst=xxxxxxx6194, type=1 2014-07-03 15:27:36 [10022] [9] DEBUG: sql: SELECT `mask`, `service`, `url`, `source`, `destination`, `boxc` FROM `dlr` WHERE `smsc`=? AND `ts`=? LIMIT 1 2014-07-03 15:27:36 [10022] [9] DEBUG: column=mask buffer_type=3 max_length=0 length=10 2014-07-03 15:27:36 [10022] [9] DEBUG: column=service buffer_type=253 max_length=0 length=120 2014-07-03 15:27:36 [10022] [9] DEBUG: column=url buffer_type=253 max_length=0 length=765 2014-07-03 15:27:36 [10022] [9] DEBUG: column=source buffer_type=253 max_length=0 length=120 2014-07-03 15:27:36 [10022] [9] DEBUG: column=destination buffer_type=253 max_length=0 length=120 2014-07-03 15:27:36 [10022] [9] DEBUG: column=boxc buffer_type=253 max_length=0 length=120 2014-07-03 15:27:36 [10022] [9] DEBUG: DLR[mysql]: created DLR message for URL <> 2014-07-03 15:27:36 [10022] [9] DEBUG: removing DLR from database 2014-07-03 15:27:36 [10022] [9] DEBUG: sql: DELETE FROM `dlr` WHERE `smsc`=? AND `ts`=? LIMIT 1 2014-07-03 15:27:36 [10022] [9] DEBUG: new group created `smpp' 2014-07-03 15:27:36 [10022] [9] DEBUG: group=`smpp' key=`dlr_err' value=`000' 2014-07-03 15:27:36 [10022] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-03 15:27:36 [10022] [9] DEBUG: SMPP PDU 0x7fda280077d0 dump: 2014-07-03 15:27:36 [10022] [9] DEBUG: type_name: deliver_sm_resp 2014-07-03 15:27:36 [10022] [9] DEBUG: command_id: 2147483653 = 0x80000005 2014-07-03 15:27:36 [10022] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:27:36 [10022] [9] DEBUG: sequence_number: 2 = 0x00000002 2014-07-03 15:27:36 [10022] [9] DEBUG: message_id: NULL 2014-07-03 15:27:36 [10022] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:27:37 [10022] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-03 15:27:37 [10022] [9] DEBUG: SMPP[mts]: Manually forced source addr ton = 0, source add npi = 1 2014-07-03 15:27:37 [10022] [9] DEBUG: SMPP[mts]: Manually forced dest addr ton = 1, dest add npi = 1 2014-07-03 15:27:37 [10022] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-03 15:27:37 [10022] [9] DEBUG: SMPP PDU 0x7fda28000a00 dump: 2014-07-03 15:27:37 [10022] [9] DEBUG: type_name: submit_sm 2014-07-03 15:27:37 [10022] [9] DEBUG: command_id: 4 = 0x00000004 2014-07-03 15:27:37 [10022] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:27:37 [10022] [9] DEBUG: sequence_number: 8 = 0x00000008 2014-07-03 15:27:37 [10022] [9] DEBUG: service_type: NULL 2014-07-03 15:27:37 [10022] [9] DEBUG: source_addr_ton: 0 = 0x00000000 2014-07-03 15:27:37 [10022] [9] DEBUG: source_addr_npi: 1 = 0x00000001 2014-07-03 15:27:37 [10022] [9] DEBUG: source_addr: "xxxxxxx9915" 2014-07-03 15:27:37 [10022] [9] DEBUG: dest_addr_ton: 1 = 0x00000001 2014-07-03 15:27:37 [10022] [9] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-07-03 15:27:37 [10022] [9] DEBUG: destination_addr: "xxxxxxx6194" 2014-07-03 15:27:37 [10022] [9] DEBUG: esm_class: 3 = 0x00000003 2014-07-03 15:27:37 [10022] [9] DEBUG: protocol_id: 0 = 0x00000000 2014-07-03 15:27:37 [10022] [9] DEBUG: priority_flag: 0 = 0x00000000 2014-07-03 15:27:37 [10022] [9] DEBUG: schedule_delivery_time: NULL 2014-07-03 15:27:37 [10022] [9] DEBUG: validity_period: NULL 2014-07-03 15:27:37 [10022] [9] DEBUG: registered_delivery: 1 = 0x00000001 2014-07-03 15:27:37 [10022] [9] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-07-03 15:27:37 [10022] [9] DEBUG: data_coding: 8 = 0x00000008 2014-07-03 15:27:37 [10022] [9] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-07-03 15:27:37 [10022] [9] DEBUG: sm_length: 2 = 0x00000002 2014-07-03 15:27:37 [10022] [9] DEBUG: short_message: 2014-07-03 15:27:37 [10022] [9] DEBUG: Octet string at 0x7fda280010a0: 2014-07-03 15:27:37 [10022] [9] DEBUG: len: 2 2014-07-03 15:27:37 [10022] [9] DEBUG: size: 3 2014-07-03 15:27:37 [10022] [9] DEBUG: immutable: 0 2014-07-03 15:27:37 [10022] [9] DEBUG: data: 00 33 .3 2014-07-03 15:27:37 [10022] [9] DEBUG: Octet string dump ends. 2014-07-03 15:27:37 [10022] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:27:37 [10022] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-03 15:27:37 [10022] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-03 15:27:37 [10022] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-03 15:27:37 [10022] [9] DEBUG: SMPP PDU 0x7fda28000a00 dump: 2014-07-03 15:27:37 [10022] [9] DEBUG: type_name: submit_sm_resp 2014-07-03 15:27:37 [10022] [9] DEBUG: command_id: 2147483652 = 0x80000004 2014-07-03 15:27:37 [10022] [9] DEBUG: command_status: 88 = 0x00000058 2014-07-03 15:27:37 [10022] [9] DEBUG: sequence_number: 8 = 0x00000008 2014-07-03 15:27:37 [10022] [9] DEBUG: message_id: NULL 2014-07-03 15:27:37 [10022] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:27:37 [10022] [9] ERROR: SMPP[mts]: SMSC returned error code 0x00000058 (Throttling error) in response to submit_sm. 2014-07-03 15:27:39 [10022] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-03 15:27:39 [10022] [9] DEBUG: SMPP[mts]: Manually forced source addr ton = 0, source add npi = 1 2014-07-03 15:27:39 [10022] [9] DEBUG: SMPP[mts]: Manually forced dest addr ton = 1, dest add npi = 1 2014-07-03 15:27:39 [10022] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-03 15:27:39 [10022] [9] DEBUG: SMPP PDU 0x7fda28000a00 dump: 2014-07-03 15:27:39 [10022] [9] DEBUG: type_name: submit_sm 2014-07-03 15:27:39 [10022] [9] DEBUG: command_id: 4 = 0x00000004 2014-07-03 15:27:39 [10022] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:27:39 [10022] [9] DEBUG: sequence_number: 9 = 0x00000009 2014-07-03 15:27:39 [10022] [9] DEBUG: service_type: NULL 2014-07-03 15:27:39 [10022] [9] DEBUG: source_addr_ton: 0 = 0x00000000 2014-07-03 15:27:39 [10022] [9] DEBUG: source_addr_npi: 1 = 0x00000001 2014-07-03 15:27:39 [10022] [9] DEBUG: source_addr: "xxxxxxx9915" 2014-07-03 15:27:39 [10022] [9] DEBUG: dest_addr_ton: 1 = 0x00000001 2014-07-03 15:27:39 [10022] [9] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-07-03 15:27:39 [10022] [9] DEBUG: destination_addr: "xxxxxxx6194" 2014-07-03 15:27:39 [10022] [9] DEBUG: esm_class: 3 = 0x00000003 2014-07-03 15:27:39 [10022] [9] DEBUG: protocol_id: 0 = 0x00000000 2014-07-03 15:27:39 [10022] [9] DEBUG: priority_flag: 0 = 0x00000000 2014-07-03 15:27:39 [10022] [9] DEBUG: schedule_delivery_time: NULL 2014-07-03 15:27:39 [10022] [9] DEBUG: validity_period: NULL 2014-07-03 15:27:39 [10022] [9] DEBUG: registered_delivery: 1 = 0x00000001 2014-07-03 15:27:39 [10022] [9] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-07-03 15:27:39 [10022] [9] DEBUG: data_coding: 8 = 0x00000008 2014-07-03 15:27:39 [10022] [9] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-07-03 15:27:39 [10022] [9] DEBUG: sm_length: 2 = 0x00000002 2014-07-03 15:27:39 [10022] [9] DEBUG: short_message: 2014-07-03 15:27:39 [10022] [9] DEBUG: Octet string at 0x7fda280010a0: 2014-07-03 15:27:39 [10022] [9] DEBUG: len: 2 2014-07-03 15:27:39 [10022] [9] DEBUG: size: 3 2014-07-03 15:27:39 [10022] [9] DEBUG: immutable: 0 2014-07-03 15:27:39 [10022] [9] DEBUG: data: 00 34 .4 2014-07-03 15:27:39 [10022] [9] DEBUG: Octet string dump ends. 2014-07-03 15:27:39 [10022] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:27:39 [10022] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-03 15:27:39 [10022] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-03 15:27:39 [10022] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-03 15:27:39 [10022] [9] DEBUG: SMPP PDU 0x7fda28000a00 dump: 2014-07-03 15:27:39 [10022] [9] DEBUG: type_name: submit_sm_resp 2014-07-03 15:27:39 [10022] [9] DEBUG: command_id: 2147483652 = 0x80000004 2014-07-03 15:27:39 [10022] [9] DEBUG: command_status: 88 = 0x00000058 2014-07-03 15:27:39 [10022] [9] DEBUG: sequence_number: 9 = 0x00000009 2014-07-03 15:27:39 [10022] [9] DEBUG: message_id: NULL 2014-07-03 15:27:39 [10022] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:27:39 [10022] [9] ERROR: SMPP[mts]: SMSC returned error code 0x00000058 (Throttling error) in response to submit_sm. 2014-07-03 15:27:41 [10022] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-03 15:27:41 [10022] [9] DEBUG: SMPP[mts]: Manually forced source addr ton = 0, source add npi = 1 2014-07-03 15:27:41 [10022] [9] DEBUG: SMPP[mts]: Manually forced dest addr ton = 1, dest add npi = 1 2014-07-03 15:27:41 [10022] [9] DEBUG: SMPP[mts]: Sending PDU: 2014-07-03 15:27:41 [10022] [9] DEBUG: SMPP PDU 0x7fda28000a00 dump: 2014-07-03 15:27:41 [10022] [9] DEBUG: type_name: submit_sm 2014-07-03 15:27:41 [10022] [9] DEBUG: command_id: 4 = 0x00000004 2014-07-03 15:27:41 [10022] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:27:41 [10022] [9] DEBUG: sequence_number: 10 = 0x0000000a 2014-07-03 15:27:41 [10022] [9] DEBUG: service_type: NULL 2014-07-03 15:27:41 [10022] [9] DEBUG: source_addr_ton: 0 = 0x00000000 2014-07-03 15:27:41 [10022] [9] DEBUG: source_addr_npi: 1 = 0x00000001 2014-07-03 15:27:41 [10022] [9] DEBUG: source_addr: "xxxxxxx9915" 2014-07-03 15:27:41 [10022] [9] DEBUG: dest_addr_ton: 1 = 0x00000001 2014-07-03 15:27:41 [10022] [9] DEBUG: dest_addr_npi: 1 = 0x00000001 2014-07-03 15:27:41 [10022] [9] DEBUG: destination_addr: "xxxxxxx6194" 2014-07-03 15:27:41 [10022] [9] DEBUG: esm_class: 3 = 0x00000003 2014-07-03 15:27:41 [10022] [9] DEBUG: protocol_id: 0 = 0x00000000 2014-07-03 15:27:41 [10022] [9] DEBUG: priority_flag: 0 = 0x00000000 2014-07-03 15:27:41 [10022] [9] DEBUG: schedule_delivery_time: NULL 2014-07-03 15:27:41 [10022] [9] DEBUG: validity_period: NULL 2014-07-03 15:27:41 [10022] [9] DEBUG: registered_delivery: 1 = 0x00000001 2014-07-03 15:27:41 [10022] [9] DEBUG: replace_if_present_flag: 0 = 0x00000000 2014-07-03 15:27:41 [10022] [9] DEBUG: data_coding: 8 = 0x00000008 2014-07-03 15:27:41 [10022] [9] DEBUG: sm_default_msg_id: 0 = 0x00000000 2014-07-03 15:27:41 [10022] [9] DEBUG: sm_length: 2 = 0x00000002 2014-07-03 15:27:41 [10022] [9] DEBUG: short_message: 2014-07-03 15:27:41 [10022] [9] DEBUG: Octet string at 0x7fda280010a0: 2014-07-03 15:27:41 [10022] [9] DEBUG: len: 2 2014-07-03 15:27:41 [10022] [9] DEBUG: size: 3 2014-07-03 15:27:41 [10022] [9] DEBUG: immutable: 0 2014-07-03 15:27:41 [10022] [9] DEBUG: data: 00 35 .5 2014-07-03 15:27:41 [10022] [9] DEBUG: Octet string dump ends. 2014-07-03 15:27:41 [10022] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:27:41 [10022] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-03 15:27:41 [10022] [9] DEBUG: SMPP[mts]: throughput limit exceeded (1.00,0.32) 2014-07-03 15:27:41 [10022] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-03 15:27:41 [10022] [9] DEBUG: SMPP PDU 0x7fda28000a00 dump: 2014-07-03 15:27:41 [10022] [9] DEBUG: type_name: submit_sm_resp 2014-07-03 15:27:41 [10022] [9] DEBUG: command_id: 2147483652 = 0x80000004 2014-07-03 15:27:41 [10022] [9] DEBUG: command_status: 88 = 0x00000058 2014-07-03 15:27:41 [10022] [9] DEBUG: sequence_number: 10 = 0x0000000a 2014-07-03 15:27:41 [10022] [9] DEBUG: message_id: NULL 2014-07-03 15:27:41 [10022] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:27:41 [10022] [9] ERROR: SMPP[mts]: SMSC returned error code 0x00000058 (Throttling error) in response to submit_sm. 2014-07-03 15:27:42 [10022] [9] DEBUG: SMPP[mts]: Sending enquire link: 2014-07-03 15:27:42 [10022] [9] DEBUG: SMPP PDU 0x7fda28000a00 dump: 2014-07-03 15:27:42 [10022] [9] DEBUG: type_name: enquire_link 2014-07-03 15:27:42 [10022] [9] DEBUG: command_id: 21 = 0x00000015 2014-07-03 15:27:42 [10022] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:27:42 [10022] [9] DEBUG: sequence_number: 11 = 0x0000000b 2014-07-03 15:27:42 [10022] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:27:42 [10022] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-03 15:27:42 [10022] [9] DEBUG: SMPP PDU 0x7fda28000a00 dump: 2014-07-03 15:27:42 [10022] [9] DEBUG: type_name: enquire_link_resp 2014-07-03 15:27:42 [10022] [9] DEBUG: command_id: 2147483669 = 0x80000015 2014-07-03 15:27:42 [10022] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:27:42 [10022] [9] DEBUG: sequence_number: 11 = 0x0000000b 2014-07-03 15:27:42 [10022] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:28:42 [10022] [9] DEBUG: SMPP[mts]: Sending enquire link: 2014-07-03 15:28:42 [10022] [9] DEBUG: SMPP PDU 0x7fda28000a00 dump: 2014-07-03 15:28:42 [10022] [9] DEBUG: type_name: enquire_link 2014-07-03 15:28:42 [10022] [9] DEBUG: command_id: 21 = 0x00000015 2014-07-03 15:28:42 [10022] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:28:42 [10022] [9] DEBUG: sequence_number: 12 = 0x0000000c 2014-07-03 15:28:42 [10022] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:28:42 [10022] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-03 15:28:42 [10022] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32) 2014-07-03 15:28:42 [10022] [9] DEBUG: SMPP[mts]: Got PDU: 2014-07-03 15:28:42 [10022] [9] DEBUG: SMPP PDU 0x7fda28000a00 dump: 2014-07-03 15:28:42 [10022] [9] DEBUG: type_name: enquire_link_resp 2014-07-03 15:28:42 [10022] [9] DEBUG: command_id: 2147483669 = 0x80000015 2014-07-03 15:28:42 [10022] [9] DEBUG: command_status: 0 = 0x00000000 2014-07-03 15:28:42 [10022] [9] DEBUG: sequence_number: 12 = 0x0000000c 2014-07-03 15:28:42 [10022] [9] DEBUG: SMPP PDU dump ends. 2014-07-03 15:28:42 [10022] [9] DEBUG: SMPP[mts]: throughput (0.00,0.32)
kannel.conf
(text/plain, 1.7 KB)
group = core admin-port = 13000 smsbox-port = 13001 admin-password = 1 log-file = "/var/log/kannel/kannel.log" log-level = 0 dlr-storage = mysql #store-file = "/var/log/kannel/kannel.store" sms-resend-freq = 600 sms-resend-retry = 10 group = smpp-tlv name = source_port tag = 0x0210 type = integer length = 2 smsc-id = xxx group = smsbox smsbox-id = smsbox bearerbox-host = 127.0.0.1 bearerbox-port = 13002 log-level = 0 log-file = "/var/log/kannel/smsbox.log" sendsms-port = 13003 mo-recode =1 group = sms-service keyword = default catch-all = yes text = "ok" get-url = "http://localhost/dlr_get.php?k=%k,s=%s,S=%S,r=%r,a=%a,b=%b,t=%t,T=%T,p=%p,P=%P,q=%q,Q=%Q,i=%i,I=%I,d=%d,R=%R,D=%D,A=%A,F=%F,n=%n,c=%c,m=%m,M=%M,C=%C,u=%u,B=%B,o=%o,O=%O,f=%f" post-url = "http://localhost/dlr_post.php?k=%k,s=%s,S=%S,r=%r,a=%a,b=%b,t=%t,T=%T,p=%p,P=%P,q=%q,Q=%Q,i=%i,I=%I,d=%d,R=%R,D=%D,A=%A,F=%F,n=%n,c=%c,m=%m,M=%M,C=%C,u=%u,B=%B,o=%o,O=%O,f=%f" group = smsc smsc = smpp smsc-id = xxx2 allowed-smsc-id = xxx2 preferred-smsc-id = xxx2 host = xxx.xxx.xxx.xxx port = 5005 transceiver-mode = 1 smsc-username = xxx smsc-password = xxx throughput = 0.32 system-type = test connect-allow-ip = localhost log-file = "/var/log/kannel/smsc.log" log-level = 0 enquire-link-interval = 60 interface-version = 34 source-addr-ton = 0 source-addr-npi = 1 dest-addr-ton = 1 dest-addr-npi = 1 reconnect-delay = 91 connection-timeout = 120 alt-charset=utf-8 group = mysql-connection id = mydlr host = localhost username = xxx password = xxx database = xxx max-connections = 10 group = dlr-db id = mydlr table=dlr field-smsc=smsc field-timestamp=ts field-destination=destination field-source=source field-service=service field-url=url field-mask=mask field-status=status field-boxc-id=boxc