logging messages to database
"Clay Zevely" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <!&!AAAAAAAAAAAYAAAAAAAAAFRNvxoxjwBDrsy+EMivxU7CgAAAEAAAAOeMs2/[email protected]> |
I am running cent os 6.3 and gateway-1.4.3 # uname -a Linux SmsTracking 2.6.32-279.2.1.el6.i686 #1 SMP Thu Jul 19 23:10:02 UTC 2012 i6 86 i686 i386 GNU/Linux I am wanting to use kannel only for the purpose of accepting messages sent from an smsc via amp bind . The messages will not be delivered anywhere only Collected and saved in a database. I have mysql installed as the database. When I send messages to kannel from the smsc I do not see any messages being logged to the database. I do see the message on the terminal window of bearerbox. Attached are various logs, and configs. My call flow will look as follows. I can provide more logs and or info if required. Basically I just need to know how to get the messages accepted and logged in a database. Clay
image001.png
(image/png, 32.8 KB) - not displayed
smskannel.conf
(application/octet-stream, 1.7 KB)
# THIS IS CONFIGURATION FOR SMS KANNEL #--------------------------------------------- #CORE group = core admin-port = 13000 smsbox-port = 13001 admin-password = hostin status-password = hostin admin-allow-ip = "*.*.*.*" wdp-interface-name = "*" log-file = "/var/log/kannel/bearerbox.log" log-level = 0 box-deny-ip = "*.*.*.*" box-allow-ip = "*.*.*.*" #dlr-storage = mysql #--------------------------------------------- #SMSBOX SETUP group = smsbox bearerbox-host = 127.0.0.1 sendsms-port = 13013 global-sender = “07777777777″ log-level = 5 #--------------------------------------------- # SEND-SMS USERS group = sendsms-user username = test password = hostin concatenation = true forced-smsc = 1000001 #--------------------------------------------- group = smsc smsc = smpp smsc-id = SMPP host = 208.52.112.246 port = 16400 receive-port = 16400 smsc-username = Track smsc-password = Track system-type = VMA #--------------------------------------------- # SERVICES group = sms-service keyword = stop post-url = “http://localhost/stop.php?sender=%p&text=%a&to=%P” accept-x-kannel-headers = true max-messages = 0 concatenation = true group = sms-service catch-all = true keyword = post-url = “http://localhost/reply.php?sender=%p&text=%a&to=%P” accept-x-kannel-headers = true max-messages = 0 concatenation = true #--------------------------------------------- # DLR table structure 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 #---------------------------------------------
start_smsbox_ command_line
(application/octet-stream, 3.8 KB) - not displayed
bearerbox.log
(application/octet-stream, 52.4 KB)
2012-08-03 12:20:38 [3267] [0] INFO: Added logfile `/var/log/kannel/bearerbox.log' with level `0'. 2012-08-03 12:20:38 [3267] [0] INFO: SSL not supported, no SSL initialization done. 2012-08-03 12:20:38 [3267] [0] INFO: HTTP: Opening server at port 13000. 2012-08-03 12:20:38 [3267] [0] DEBUG: Started thread 1 (gwlib/fdset.c:poller) 2012-08-03 12:20:38 [3267] [1] DEBUG: Thread 1 (gwlib/fdset.c:poller) maps to pid 3267. 2012-08-03 12:20:38 [3267] [0] DEBUG: Started thread 2 (gwlib/http.c:server_thread) 2012-08-03 12:20:38 [3267] [2] DEBUG: Thread 2 (gwlib/http.c:server_thread) maps to pid 3267. 2012-08-03 12:20:38 [3267] [0] DEBUG: Started thread 3 (gw/bb_http.c:httpadmin_run) 2012-08-03 12:20:38 [3267] [3] DEBUG: Thread 3 (gw/bb_http.c:httpadmin_run) maps to pid 3267. 2012-08-03 12:20:38 [3267] [0] DEBUG: starting smsbox connection module 2012-08-03 12:20:38 [3267] [0] INFO: BOXC: 'smsbox-max-pending' not set, using default (100). 2012-08-03 12:20:38 [3267] [0] DEBUG: Started thread 4 (gw/bb_boxc.c:sms_to_smsboxes) 2012-08-03 12:20:38 [3267] [0] DEBUG: Started thread 5 (gw/bb_boxc.c:smsboxc_run) 2012-08-03 12:20:38 [3267] [4] DEBUG: Thread 4 (gw/bb_boxc.c:sms_to_smsboxes) maps to pid 3267. 2012-08-03 12:20:38 [3267] [5] DEBUG: Thread 5 (gw/bb_boxc.c:smsboxc_run) maps to pid 3267. 2012-08-03 12:20:38 [3267] [0] INFO: Set SMS resend frequency to 60 seconds. 2012-08-03 12:20:38 [3267] [0] INFO: SMS resend retry set to unlimited. 2012-08-03 12:20:38 [3267] [0] DEBUG: smsbox MO concatenated message handling enabled 2012-08-03 12:20:38 [3267] [0] INFO: DLR rerouting for smsc id <SMPP> disabled. 2012-08-03 12:20:38 [3267] [0] DEBUG: Started thread 6 (gw/smsc/smsc_smpp.c:io_thread) 2012-08-03 12:20:38 [3267] [6] DEBUG: Thread 6 (gw/smsc/smsc_smpp.c:io_thread) maps to pid 3267. 2012-08-03 12:20:38 [3267] [7] DEBUG: Thread 7 (gw/smsc/smsc_smpp.c:io_thread) maps to pid 3267. 2012-08-03 12:20:38 [3267] [0] DEBUG: Started thread 7 (gw/smsc/smsc_smpp.c:io_thread) 2012-08-03 12:20:38 [3267] [0] DEBUG: Started thread 8 (gw/bb_smscconn.c:sms_router) 2012-08-03 12:20:38 [3267] [8] DEBUG: Thread 8 (gw/bb_smscconn.c:sms_router) maps to pid 3267. 2012-08-03 12:20:38 [3267] [0] DEBUG: starting UDP sender/receiver module 2012-08-03 12:20:38 [3267] [0] INFO: Adding interface * 2012-08-03 12:20:38 [3267] [0] DEBUG: udpc_create: Bound to UDP <0.0.0.0:9200> 2012-08-03 12:20:38 [3267] [0] DEBUG: Started thread 9 (gw/bb_udp.c:udp_receiver) 2012-08-03 12:20:38 [3267] [0] DEBUG: Started thread 10 (gw/bb_udp.c:udp_sender) 2012-08-03 12:20:38 [3267] [0] DEBUG: udpc_create: Bound to UDP <0.0.0.0:9201> 2012-08-03 12:20:38 [3267] [0] DEBUG: Started thread 11 (gw/bb_udp.c:udp_receiver) 2012-08-03 12:20:38 [3267] [0] DEBUG: Started thread 12 (gw/bb_udp.c:udp_sender) 2012-08-03 12:20:38 [3267] [0] DEBUG: starting wapbox connection module 2012-08-03 12:20:38 [3267] [0] ERROR: Missing wapbox-port variable, cannot start WAP 2012-08-03 12:20:38 [3267] [0] DEBUG: starting WDP router 2012-08-03 12:20:38 [3267] [13] DEBUG: Thread 13 (gw/bearerbox.c:wdp_router) maps to pid 3267. 2012-08-03 12:20:38 [3267] [0] DEBUG: Started thread 13 (gw/bearerbox.c:wdp_router) 2012-08-03 12:20:38 [3267] [13] DEBUG: udp_die: removing producers from udp-lists 2012-08-03 12:20:38 [3267] [0] INFO: ---------------------------------------- 2012-08-03 12:20:38 [3267] [10] DEBUG: Thread 10 (gw/bb_udp.c:udp_sender) maps to pid 3267. 2012-08-03 12:20:38 [3267] [0] INFO: Kannel bearerbox II version 1.4.3 starting 2012-08-03 12:20:38 [3267] [0] INFO: MAIN: Start-up done, entering mainloop 2012-08-03 12:20:38 [3267] [13] DEBUG: Thread 13 (gw/bearerbox.c:wdp_router) terminates. 2012-08-03 12:20:38 [3267] [11] DEBUG: Thread 11 (gw/bb_udp.c:udp_receiver) maps to pid 3267. 2012-08-03 12:20:38 [3267] [12] DEBUG: Thread 12 (gw/bb_udp.c:udp_sender) maps to pid 3267. 2012-08-03 12:20:38 [3267] [9] DEBUG: Thread 9 (gw/bb_udp.c:udp_receiver) maps to pid 3267. 2012-08-03 12:20:39 [3267] [6] DEBUG: SMPP[SMPP]: Sending PDU: 2012-08-03 12:20:39 [3267] [7] DEBUG: SMPP[SMPP]: Sending PDU: 2012-08-03 12:20:39 [3267] [6] DEBUG: SMPP PDU 0x838c890 dump: 2012-08-03 12:20:39 [3267] [7] DEBUG: SMPP PDU 0xb4a00538 dump: 2012-08-03 12:20:39 [3267] [6] DEBUG: type_name: bind_transmitter 2012-08-03 12:20:39 [3267] [7] DEBUG: type_name: bind_receiver 2012-08-03 12:20:39 [3267] [6] DEBUG: command_id: 2 = 0x00000002 2012-08-03 12:20:39 [3267] [7] DEBUG: command_id: 1 = 0x00000001 2012-08-03 12:20:39 [3267] [6] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:20:39 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:20:39 [3267] [6] DEBUG: sequence_number: 2 = 0x00000002 2012-08-03 12:20:39 [3267] [7] DEBUG: sequence_number: 1 = 0x00000001 2012-08-03 12:20:39 [3267] [6] DEBUG: system_id: "Track" 2012-08-03 12:20:39 [3267] [7] DEBUG: system_id: "Track" 2012-08-03 12:20:39 [3267] [6] DEBUG: password: "Track" 2012-08-03 12:20:39 [3267] [7] DEBUG: password: "Track" 2012-08-03 12:20:39 [3267] [6] DEBUG: system_type: "VMA" 2012-08-03 12:20:39 [3267] [7] DEBUG: system_type: "VMA" 2012-08-03 12:20:39 [3267] [6] DEBUG: interface_version: 52 = 0x00000034 2012-08-03 12:20:39 [3267] [7] DEBUG: interface_version: 52 = 0x00000034 2012-08-03 12:20:39 [3267] [6] DEBUG: addr_ton: 0 = 0x00000000 2012-08-03 12:20:39 [3267] [7] DEBUG: addr_ton: 0 = 0x00000000 2012-08-03 12:20:39 [3267] [6] DEBUG: addr_npi: 0 = 0x00000000 2012-08-03 12:20:39 [3267] [7] DEBUG: addr_npi: 0 = 0x00000000 2012-08-03 12:20:39 [3267] [6] DEBUG: address_range: NULL 2012-08-03 12:20:39 [3267] [7] DEBUG: address_range: NULL 2012-08-03 12:20:39 [3267] [6] DEBUG: SMPP PDU dump ends. 2012-08-03 12:20:39 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:20:40 [3267] [6] DEBUG: Optional parameter tag (0x0210) 2012-08-03 12:20:40 [3267] [6] DEBUG: Optional parameter length read as 1 2012-08-03 12:20:40 [3267] [6] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:20:40 [3267] [6] DEBUG: SMPP PDU 0x838c890 dump: 2012-08-03 12:20:40 [3267] [6] DEBUG: type_name: bind_transmitter_resp 2012-08-03 12:20:40 [3267] [6] DEBUG: command_id: 2147483650 = 0x80000002 2012-08-03 12:20:40 [3267] [6] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:20:40 [3267] [6] DEBUG: sequence_number: 2 = 0x00000002 2012-08-03 12:20:40 [3267] [6] DEBUG: system_id: "Track" 2012-08-03 12:20:40 [3267] [6] DEBUG: sc_interface_version: 52 = 0x00000034 2012-08-03 12:20:40 [3267] [6] DEBUG: SMPP PDU dump ends. 2012-08-03 12:20:40 [3267] [7] DEBUG: Optional parameter tag (0x0210) 2012-08-03 12:20:40 [3267] [7] DEBUG: Optional parameter length read as 1 2012-08-03 12:20:40 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:20:40 [3267] [7] DEBUG: SMPP PDU 0xb4a00988 dump: 2012-08-03 12:20:40 [3267] [7] DEBUG: type_name: bind_receiver_resp 2012-08-03 12:20:40 [3267] [7] DEBUG: command_id: 2147483649 = 0x80000001 2012-08-03 12:20:40 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:20:40 [3267] [7] DEBUG: sequence_number: 1 = 0x00000001 2012-08-03 12:20:40 [3267] [7] DEBUG: system_id: "Track" 2012-08-03 12:20:40 [3267] [7] DEBUG: sc_interface_version: 52 = 0x00000034 2012-08-03 12:20:40 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:20:50 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:20:50 [3267] [7] DEBUG: SMPP PDU 0xb4a00988 dump: 2012-08-03 12:20:50 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:20:50 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:20:50 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:20:50 [3267] [7] DEBUG: sequence_number: 1 = 0x00000001 2012-08-03 12:20:50 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:20:50 [3267] [7] DEBUG: SMPP[SMPP]: Sending PDU: 2012-08-03 12:20:50 [3267] [7] DEBUG: SMPP PDU 0xb4a00eb0 dump: 2012-08-03 12:20:50 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:20:50 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:20:50 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:20:50 [3267] [7] DEBUG: sequence_number: 1 = 0x00000001 2012-08-03 12:20:50 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:21:00 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:21:00 [3267] [7] DEBUG: SMPP PDU 0xb4a00980 dump: 2012-08-03 12:21:00 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:21:00 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:21:00 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:21:00 [3267] [7] DEBUG: sequence_number: 2 = 0x00000002 2012-08-03 12:21:00 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:21:00 [3267] [7] DEBUG: SMPP[SMPP]: Sending PDU: 2012-08-03 12:21:00 [3267] [7] DEBUG: SMPP PDU 0xb4a00eb0 dump: 2012-08-03 12:21:00 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:21:00 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:21:00 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:21:00 [3267] [7] DEBUG: sequence_number: 2 = 0x00000002 2012-08-03 12:21:00 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:21:05 [3267] [5] INFO: Client connected from <127.0.0.1> 2012-08-03 12:21:05 [3267] [5] DEBUG: Started thread 14 (gw/bb_boxc.c:function) 2012-08-03 12:21:05 [3267] [14] DEBUG: Thread 14 (gw/bb_boxc.c:function) maps to pid 3267. 2012-08-03 12:21:05 [3267] [14] DEBUG: Started thread 15 (gw/bb_boxc.c:boxc_sender) 2012-08-03 12:21:05 [3267] [15] DEBUG: Thread 15 (gw/bb_boxc.c:boxc_sender) maps to pid 3267. 2012-08-03 12:21:09 [3267] [7] DEBUG: SMPP[SMPP]: Sending enquire link: 2012-08-03 12:21:09 [3267] [7] DEBUG: SMPP PDU 0xb4a01680 dump: 2012-08-03 12:21:09 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:21:09 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:21:09 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:21:09 [3267] [7] DEBUG: sequence_number: 3 = 0x00000003 2012-08-03 12:21:09 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:21:09 [3267] [6] DEBUG: SMPP[SMPP]: Sending enquire link: 2012-08-03 12:21:09 [3267] [6] DEBUG: SMPP PDU 0x838c980 dump: 2012-08-03 12:21:09 [3267] [6] DEBUG: type_name: enquire_link 2012-08-03 12:21:09 [3267] [6] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:21:09 [3267] [6] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:21:09 [3267] [6] DEBUG: sequence_number: 4 = 0x00000004 2012-08-03 12:21:09 [3267] [6] DEBUG: SMPP PDU dump ends. 2012-08-03 12:21:09 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:21:09 [3267] [7] DEBUG: SMPP PDU 0xb4a016a8 dump: 2012-08-03 12:21:09 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:21:09 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:21:09 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:21:09 [3267] [7] DEBUG: sequence_number: 3 = 0x00000003 2012-08-03 12:21:09 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:21:09 [3267] [6] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:21:09 [3267] [6] DEBUG: SMPP PDU 0x838c980 dump: 2012-08-03 12:21:09 [3267] [6] DEBUG: type_name: enquire_link_resp 2012-08-03 12:21:09 [3267] [6] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:21:09 [3267] [6] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:21:09 [3267] [6] DEBUG: sequence_number: 4 = 0x00000004 2012-08-03 12:21:09 [3267] [6] DEBUG: SMPP PDU dump ends. 2012-08-03 12:21:10 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:21:10 [3267] [7] DEBUG: SMPP PDU 0xb4a016a8 dump: 2012-08-03 12:21:10 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:21:10 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:21:10 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:21:10 [3267] [7] DEBUG: sequence_number: 3 = 0x00000003 2012-08-03 12:21:10 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:21:10 [3267] [7] DEBUG: SMPP[SMPP]: Sending PDU: 2012-08-03 12:21:10 [3267] [7] DEBUG: SMPP PDU 0xb4a01780 dump: 2012-08-03 12:21:10 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:21:10 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:21:10 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:21:10 [3267] [7] DEBUG: sequence_number: 3 = 0x00000003 2012-08-03 12:21:10 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:21:20 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:21:20 [3267] [7] DEBUG: SMPP PDU 0xb4a01698 dump: 2012-08-03 12:21:20 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:21:20 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:21:20 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:21:20 [3267] [7] DEBUG: sequence_number: 4 = 0x00000004 2012-08-03 12:21:20 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:21:20 [3267] [7] DEBUG: SMPP[SMPP]: Sending PDU: 2012-08-03 12:21:20 [3267] [7] DEBUG: SMPP PDU 0xb4a01770 dump: 2012-08-03 12:21:20 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:21:20 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:21:20 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:21:20 [3267] [7] DEBUG: sequence_number: 4 = 0x00000004 2012-08-03 12:21:20 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:21:30 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:21:30 [3267] [7] DEBUG: SMPP PDU 0xb4a01698 dump: 2012-08-03 12:21:30 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:21:30 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:21:30 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:21:30 [3267] [7] DEBUG: sequence_number: 5 = 0x00000005 2012-08-03 12:21:30 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:21:30 [3267] [7] DEBUG: SMPP[SMPP]: Sending PDU: 2012-08-03 12:21:30 [3267] [7] DEBUG: SMPP PDU 0xb4a01770 dump: 2012-08-03 12:21:30 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:21:30 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:21:30 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:21:30 [3267] [7] DEBUG: sequence_number: 5 = 0x00000005 2012-08-03 12:21:30 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:21:39 [3267] [7] DEBUG: SMPP[SMPP]: Sending enquire link: 2012-08-03 12:21:39 [3267] [7] DEBUG: SMPP PDU 0xb4a01680 dump: 2012-08-03 12:21:39 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:21:39 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:21:39 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:21:39 [3267] [7] DEBUG: sequence_number: 5 = 0x00000005 2012-08-03 12:21:39 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:21:39 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:21:39 [3267] [7] DEBUG: SMPP PDU 0xb4a016a8 dump: 2012-08-03 12:21:39 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:21:39 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:21:39 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:21:39 [3267] [7] DEBUG: sequence_number: 5 = 0x00000005 2012-08-03 12:21:39 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:21:39 [3267] [6] DEBUG: SMPP[SMPP]: Sending enquire link: 2012-08-03 12:21:39 [3267] [6] DEBUG: SMPP PDU 0x838c980 dump: 2012-08-03 12:21:39 [3267] [6] DEBUG: type_name: enquire_link 2012-08-03 12:21:39 [3267] [6] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:21:39 [3267] [6] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:21:39 [3267] [6] DEBUG: sequence_number: 6 = 0x00000006 2012-08-03 12:21:39 [3267] [6] DEBUG: SMPP PDU dump ends. 2012-08-03 12:21:40 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:21:40 [3267] [7] DEBUG: SMPP PDU 0xb4a016a8 dump: 2012-08-03 12:21:40 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:21:40 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:21:40 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:21:40 [3267] [7] DEBUG: sequence_number: 6 = 0x00000006 2012-08-03 12:21:40 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:21:40 [3267] [7] DEBUG: SMPP[SMPP]: Sending PDU: 2012-08-03 12:21:40 [3267] [7] DEBUG: SMPP PDU 0xb4a01780 dump: 2012-08-03 12:21:40 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:21:40 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:21:40 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:21:40 [3267] [7] DEBUG: sequence_number: 6 = 0x00000006 2012-08-03 12:21:40 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:21:40 [3267] [6] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:21:40 [3267] [6] DEBUG: SMPP PDU 0x838c980 dump: 2012-08-03 12:21:40 [3267] [6] DEBUG: type_name: enquire_link_resp 2012-08-03 12:21:40 [3267] [6] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:21:40 [3267] [6] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:21:40 [3267] [6] DEBUG: sequence_number: 6 = 0x00000006 2012-08-03 12:21:40 [3267] [6] DEBUG: SMPP PDU dump ends. 2012-08-03 12:21:46 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:21:46 [3267] [7] DEBUG: SMPP PDU 0xb4a016e0 dump: 2012-08-03 12:21:46 [3267] [7] DEBUG: type_name: deliver_sm 2012-08-03 12:21:46 [3267] [7] DEBUG: command_id: 5 = 0x00000005 2012-08-03 12:21:46 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:21:46 [3267] [7] DEBUG: sequence_number: 7 = 0x00000007 2012-08-03 12:21:46 [3267] [7] DEBUG: service_type: NULL 2012-08-03 12:21:46 [3267] [7] DEBUG: source_addr_ton: 0 = 0x00000000 2012-08-03 12:21:46 [3267] [7] DEBUG: source_addr_npi: 0 = 0x00000000 2012-08-03 12:21:46 [3267] [7] DEBUG: source_addr: "17577230835" 2012-08-03 12:21:46 [3267] [7] DEBUG: dest_addr_ton: 0 = 0x00000000 2012-08-03 12:21:46 [3267] [7] DEBUG: dest_addr_npi: 0 = 0x00000000 2012-08-03 12:21:46 [3267] [7] DEBUG: destination_addr: "19038120026" 2012-08-03 12:21:46 [3267] [7] DEBUG: esm_class: 0 = 0x00000000 2012-08-03 12:21:46 [3267] [7] DEBUG: protocol_id: 0 = 0x00000000 2012-08-03 12:21:46 [3267] [7] DEBUG: priority_flag: 0 = 0x00000000 2012-08-03 12:21:46 [3267] [7] DEBUG: schedule_delivery_time: NULL 2012-08-03 12:21:46 [3267] [7] DEBUG: validity_period: "120806122149016-" 2012-08-03 12:21:46 [3267] [7] DEBUG: registered_delivery: 0 = 0x00000000 2012-08-03 12:21:46 [3267] [7] DEBUG: replace_if_present_flag: 0 = 0x00000000 2012-08-03 12:21:46 [3267] [7] DEBUG: data_coding: 0 = 0x00000000 2012-08-03 12:21:46 [3267] [7] DEBUG: sm_default_msg_id: 0 = 0x00000000 2012-08-03 12:21:46 [3267] [7] DEBUG: sm_length: 22 = 0x00000016 2012-08-03 12:21:46 [3267] [7] DEBUG: short_message: 2012-08-03 12:21:46 [3267] [7] DEBUG: Octet string at 0xb4a01818: 2012-08-03 12:21:46 [3267] [7] DEBUG: len: 22 2012-08-03 12:21:46 [3267] [7] DEBUG: size: 23 2012-08-03 12:21:46 [3267] [7] DEBUG: immutable: 0 2012-08-03 12:21:46 [3267] [7] DEBUG: data: 73 6d 73 20 74 72 61 63 6b 69 6e 67 20 74 6f 20 sms tracking to 2012-08-03 12:21:46 [3267] [7] DEBUG: data: 6b 61 6e 6e 65 6c kannel 2012-08-03 12:21:46 [3267] [7] DEBUG: Octet string dump ends. 2012-08-03 12:21:46 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:21:46 [3267] [7] DEBUG: SMPP[SMPP]: Sending PDU: 2012-08-03 12:21:46 [3267] [7] DEBUG: SMPP PDU 0xb4a01850 dump: 2012-08-03 12:21:46 [3267] [7] DEBUG: type_name: deliver_sm_resp 2012-08-03 12:21:46 [3267] [7] DEBUG: command_id: 2147483653 = 0x80000005 2012-08-03 12:21:46 [3267] [15] DEBUG: send_msg: sending msg to box: <127.0.0.1> 2012-08-03 12:21:46 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:21:46 [3267] [7] DEBUG: sequence_number: 7 = 0x00000007 2012-08-03 12:21:46 [3267] [7] DEBUG: message_id: NULL 2012-08-03 12:21:46 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:21:46 [3267] [15] DEBUG: boxc_sender: sent message to <127.0.0.1> 2012-08-03 12:21:46 [3267] [14] DEBUG: boxc_receiver: got ack 2012-08-03 12:21:50 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:21:50 [3267] [7] DEBUG: SMPP PDU 0xb4a01708 dump: 2012-08-03 12:21:50 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:21:50 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:21:50 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:21:50 [3267] [7] DEBUG: sequence_number: 8 = 0x00000008 2012-08-03 12:21:50 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:21:50 [3267] [7] DEBUG: SMPP[SMPP]: Sending PDU: 2012-08-03 12:21:50 [3267] [7] DEBUG: SMPP PDU 0xb4a018f8 dump: 2012-08-03 12:21:50 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:21:50 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:21:50 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:21:50 [3267] [7] DEBUG: sequence_number: 8 = 0x00000008 2012-08-03 12:21:50 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:22:00 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:22:00 [3267] [7] DEBUG: SMPP PDU 0xb4a016e0 dump: 2012-08-03 12:22:00 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:22:00 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:22:00 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:22:00 [3267] [7] DEBUG: sequence_number: 9 = 0x00000009 2012-08-03 12:22:00 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:22:00 [3267] [7] DEBUG: SMPP[SMPP]: Sending PDU: 2012-08-03 12:22:00 [3267] [7] DEBUG: SMPP PDU 0xb4a017b8 dump: 2012-08-03 12:22:00 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:22:00 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:22:00 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:22:00 [3267] [7] DEBUG: sequence_number: 9 = 0x00000009 2012-08-03 12:22:00 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:22:05 [3267] [14] DEBUG: boxc_receiver: heartbeat with load value 0 received 2012-08-03 12:22:09 [3267] [7] DEBUG: SMPP[SMPP]: Sending enquire link: 2012-08-03 12:22:09 [3267] [7] DEBUG: SMPP PDU 0xb4a016c8 dump: 2012-08-03 12:22:09 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:22:09 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:22:09 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:22:09 [3267] [7] DEBUG: sequence_number: 7 = 0x00000007 2012-08-03 12:22:09 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:22:09 [3267] [6] DEBUG: SMPP[SMPP]: Sending enquire link: 2012-08-03 12:22:09 [3267] [6] DEBUG: SMPP PDU 0x838c980 dump: 2012-08-03 12:22:09 [3267] [6] DEBUG: type_name: enquire_link 2012-08-03 12:22:09 [3267] [6] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:22:09 [3267] [6] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:22:09 [3267] [6] DEBUG: sequence_number: 8 = 0x00000008 2012-08-03 12:22:09 [3267] [6] DEBUG: SMPP PDU dump ends. 2012-08-03 12:22:09 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:22:09 [3267] [7] DEBUG: SMPP PDU 0xb4a016e0 dump: 2012-08-03 12:22:09 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:22:09 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:22:09 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:22:09 [3267] [7] DEBUG: sequence_number: 7 = 0x00000007 2012-08-03 12:22:09 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:22:09 [3267] [6] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:22:09 [3267] [6] DEBUG: SMPP PDU 0x838c980 dump: 2012-08-03 12:22:09 [3267] [6] DEBUG: type_name: enquire_link_resp 2012-08-03 12:22:09 [3267] [6] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:22:09 [3267] [6] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:22:09 [3267] [6] DEBUG: sequence_number: 8 = 0x00000008 2012-08-03 12:22:09 [3267] [6] DEBUG: SMPP PDU dump ends. 2012-08-03 12:22:10 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:22:10 [3267] [7] DEBUG: SMPP PDU 0xb4a016e0 dump: 2012-08-03 12:22:10 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:22:10 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:22:10 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:22:10 [3267] [7] DEBUG: sequence_number: 10 = 0x0000000a 2012-08-03 12:22:10 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:22:10 [3267] [7] DEBUG: SMPP[SMPP]: Sending PDU: 2012-08-03 12:22:10 [3267] [7] DEBUG: SMPP PDU 0xb4a017b8 dump: 2012-08-03 12:22:10 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:22:10 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:22:10 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:22:10 [3267] [7] DEBUG: sequence_number: 10 = 0x0000000a 2012-08-03 12:22:10 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:22:20 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:22:20 [3267] [7] DEBUG: SMPP PDU 0xb4a016e0 dump: 2012-08-03 12:22:20 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:22:20 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:22:20 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:22:20 [3267] [7] DEBUG: sequence_number: 11 = 0x0000000b 2012-08-03 12:22:20 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:22:20 [3267] [7] DEBUG: SMPP[SMPP]: Sending PDU: 2012-08-03 12:22:20 [3267] [7] DEBUG: SMPP PDU 0xb4a017b8 dump: 2012-08-03 12:22:20 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:22:20 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:22:20 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:22:20 [3267] [7] DEBUG: sequence_number: 11 = 0x0000000b 2012-08-03 12:22:20 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:22:30 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:22:30 [3267] [7] DEBUG: SMPP PDU 0xb4a016e0 dump: 2012-08-03 12:22:30 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:22:30 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:22:30 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:22:30 [3267] [7] DEBUG: sequence_number: 12 = 0x0000000c 2012-08-03 12:22:30 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:22:30 [3267] [7] DEBUG: SMPP[SMPP]: Sending PDU: 2012-08-03 12:22:30 [3267] [7] DEBUG: SMPP PDU 0xb4a017b8 dump: 2012-08-03 12:22:30 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:22:30 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:22:30 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:22:30 [3267] [7] DEBUG: sequence_number: 12 = 0x0000000c 2012-08-03 12:22:30 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:22:39 [3267] [7] DEBUG: SMPP[SMPP]: Sending enquire link: 2012-08-03 12:22:39 [3267] [7] DEBUG: SMPP PDU 0xb4a016c8 dump: 2012-08-03 12:22:39 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:22:39 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:22:39 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:22:39 [3267] [7] DEBUG: sequence_number: 9 = 0x00000009 2012-08-03 12:22:39 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:22:39 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:22:39 [3267] [7] DEBUG: SMPP PDU 0xb4a016e0 dump: 2012-08-03 12:22:39 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:22:39 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:22:39 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:22:39 [3267] [7] DEBUG: sequence_number: 9 = 0x00000009 2012-08-03 12:22:39 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:22:39 [3267] [6] DEBUG: SMPP[SMPP]: Sending enquire link: 2012-08-03 12:22:39 [3267] [6] DEBUG: SMPP PDU 0x838c980 dump: 2012-08-03 12:22:39 [3267] [6] DEBUG: type_name: enquire_link 2012-08-03 12:22:39 [3267] [6] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:22:39 [3267] [6] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:22:39 [3267] [6] DEBUG: sequence_number: 10 = 0x0000000a 2012-08-03 12:22:39 [3267] [6] DEBUG: SMPP PDU dump ends. 2012-08-03 12:22:40 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:22:40 [3267] [7] DEBUG: SMPP PDU 0xb4a016e0 dump: 2012-08-03 12:22:40 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:22:40 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:22:40 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:22:40 [3267] [7] DEBUG: sequence_number: 13 = 0x0000000d 2012-08-03 12:22:40 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:22:40 [3267] [7] DEBUG: SMPP[SMPP]: Sending PDU: 2012-08-03 12:22:40 [3267] [7] DEBUG: SMPP PDU 0xb4a017b8 dump: 2012-08-03 12:22:40 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:22:40 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:22:40 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:22:40 [3267] [7] DEBUG: sequence_number: 13 = 0x0000000d 2012-08-03 12:22:40 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:22:40 [3267] [6] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:22:40 [3267] [6] DEBUG: SMPP PDU 0x838c980 dump: 2012-08-03 12:22:40 [3267] [6] DEBUG: type_name: enquire_link_resp 2012-08-03 12:22:40 [3267] [6] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:22:40 [3267] [6] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:22:40 [3267] [6] DEBUG: sequence_number: 10 = 0x0000000a 2012-08-03 12:22:40 [3267] [6] DEBUG: SMPP PDU dump ends. 2012-08-03 12:22:50 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:22:50 [3267] [7] DEBUG: SMPP PDU 0xb4a016e0 dump: 2012-08-03 12:22:50 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:22:50 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:22:50 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:22:50 [3267] [7] DEBUG: sequence_number: 14 = 0x0000000e 2012-08-03 12:22:50 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:22:50 [3267] [7] DEBUG: SMPP[SMPP]: Sending PDU: 2012-08-03 12:22:50 [3267] [7] DEBUG: SMPP PDU 0xb4a017b8 dump: 2012-08-03 12:22:50 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:22:50 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:22:50 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:22:50 [3267] [7] DEBUG: sequence_number: 14 = 0x0000000e 2012-08-03 12:22:50 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:23:00 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:23:00 [3267] [7] DEBUG: SMPP PDU 0xb4a016e0 dump: 2012-08-03 12:23:00 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:23:00 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:23:00 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:23:00 [3267] [7] DEBUG: sequence_number: 15 = 0x0000000f 2012-08-03 12:23:00 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:23:00 [3267] [7] DEBUG: SMPP[SMPP]: Sending PDU: 2012-08-03 12:23:00 [3267] [7] DEBUG: SMPP PDU 0xb4a017b8 dump: 2012-08-03 12:23:00 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:23:00 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:23:00 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:23:00 [3267] [7] DEBUG: sequence_number: 15 = 0x0000000f 2012-08-03 12:23:00 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:23:09 [3267] [7] DEBUG: SMPP[SMPP]: Sending enquire link: 2012-08-03 12:23:09 [3267] [7] DEBUG: SMPP PDU 0xb4a016c8 dump: 2012-08-03 12:23:09 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:23:09 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:23:09 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:23:09 [3267] [7] DEBUG: sequence_number: 11 = 0x0000000b 2012-08-03 12:23:09 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:23:09 [3267] [6] DEBUG: SMPP[SMPP]: Sending enquire link: 2012-08-03 12:23:09 [3267] [6] DEBUG: SMPP PDU 0x838c980 dump: 2012-08-03 12:23:09 [3267] [6] DEBUG: type_name: enquire_link 2012-08-03 12:23:09 [3267] [6] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:23:09 [3267] [6] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:23:09 [3267] [6] DEBUG: sequence_number: 12 = 0x0000000c 2012-08-03 12:23:09 [3267] [6] DEBUG: SMPP PDU dump ends. 2012-08-03 12:23:09 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:23:09 [3267] [7] DEBUG: SMPP PDU 0xb4a016e0 dump: 2012-08-03 12:23:09 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:23:09 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:23:09 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:23:09 [3267] [7] DEBUG: sequence_number: 11 = 0x0000000b 2012-08-03 12:23:09 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:23:10 [3267] [6] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:23:10 [3267] [6] DEBUG: SMPP PDU 0x838c980 dump: 2012-08-03 12:23:10 [3267] [6] DEBUG: type_name: enquire_link_resp 2012-08-03 12:23:10 [3267] [6] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:23:10 [3267] [6] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:23:10 [3267] [6] DEBUG: sequence_number: 12 = 0x0000000c 2012-08-03 12:23:10 [3267] [6] DEBUG: SMPP PDU dump ends. 2012-08-03 12:23:10 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:23:10 [3267] [7] DEBUG: SMPP PDU 0xb4a016e0 dump: 2012-08-03 12:23:10 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:23:10 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:23:10 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:23:10 [3267] [7] DEBUG: sequence_number: 16 = 0x00000010 2012-08-03 12:23:10 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:23:10 [3267] [7] DEBUG: SMPP[SMPP]: Sending PDU: 2012-08-03 12:23:10 [3267] [7] DEBUG: SMPP PDU 0xb4a017b8 dump: 2012-08-03 12:23:10 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:23:10 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:23:10 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:23:10 [3267] [7] DEBUG: sequence_number: 16 = 0x00000010 2012-08-03 12:23:10 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:23:20 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:23:20 [3267] [7] DEBUG: SMPP PDU 0xb4a016e0 dump: 2012-08-03 12:23:20 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:23:20 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:23:20 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:23:20 [3267] [7] DEBUG: sequence_number: 17 = 0x00000011 2012-08-03 12:23:20 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:23:20 [3267] [7] DEBUG: SMPP[SMPP]: Sending PDU: 2012-08-03 12:23:20 [3267] [7] DEBUG: SMPP PDU 0xb4a017b8 dump: 2012-08-03 12:23:20 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:23:20 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:23:20 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:23:20 [3267] [7] DEBUG: sequence_number: 17 = 0x00000011 2012-08-03 12:23:20 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:23:30 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:23:30 [3267] [7] DEBUG: SMPP PDU 0xb4a016e0 dump: 2012-08-03 12:23:30 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:23:30 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:23:30 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:23:30 [3267] [7] DEBUG: sequence_number: 18 = 0x00000012 2012-08-03 12:23:30 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:23:30 [3267] [7] DEBUG: SMPP[SMPP]: Sending PDU: 2012-08-03 12:23:30 [3267] [7] DEBUG: SMPP PDU 0xb4a017b8 dump: 2012-08-03 12:23:30 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:23:30 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:23:30 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:23:30 [3267] [7] DEBUG: sequence_number: 18 = 0x00000012 2012-08-03 12:23:30 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:23:39 [3267] [7] DEBUG: SMPP[SMPP]: Sending enquire link: 2012-08-03 12:23:39 [3267] [7] DEBUG: SMPP PDU 0xb4a016c8 dump: 2012-08-03 12:23:39 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:23:39 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:23:39 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:23:39 [3267] [7] DEBUG: sequence_number: 13 = 0x0000000d 2012-08-03 12:23:39 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:23:39 [3267] [6] DEBUG: SMPP[SMPP]: Sending enquire link: 2012-08-03 12:23:39 [3267] [6] DEBUG: SMPP PDU 0x838c980 dump: 2012-08-03 12:23:39 [3267] [6] DEBUG: type_name: enquire_link 2012-08-03 12:23:39 [3267] [6] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:23:39 [3267] [6] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:23:39 [3267] [6] DEBUG: sequence_number: 14 = 0x0000000e 2012-08-03 12:23:39 [3267] [6] DEBUG: SMPP PDU dump ends. 2012-08-03 12:23:39 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:23:39 [3267] [7] DEBUG: SMPP PDU 0xb4a016e0 dump: 2012-08-03 12:23:39 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:23:39 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:23:39 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:23:39 [3267] [7] DEBUG: sequence_number: 13 = 0x0000000d 2012-08-03 12:23:39 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:23:39 [3267] [6] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:23:39 [3267] [6] DEBUG: SMPP PDU 0x838c980 dump: 2012-08-03 12:23:39 [3267] [6] DEBUG: type_name: enquire_link_resp 2012-08-03 12:23:39 [3267] [6] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:23:39 [3267] [6] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:23:39 [3267] [6] DEBUG: sequence_number: 14 = 0x0000000e 2012-08-03 12:23:39 [3267] [6] DEBUG: SMPP PDU dump ends. 2012-08-03 12:23:40 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:23:40 [3267] [7] DEBUG: SMPP PDU 0xb4a016e0 dump: 2012-08-03 12:23:40 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:23:40 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:23:40 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:23:40 [3267] [7] DEBUG: sequence_number: 19 = 0x00000013 2012-08-03 12:23:40 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:23:40 [3267] [7] DEBUG: SMPP[SMPP]: Sending PDU: 2012-08-03 12:23:40 [3267] [7] DEBUG: SMPP PDU 0xb4a017b8 dump: 2012-08-03 12:23:40 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:23:40 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:23:40 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:23:40 [3267] [7] DEBUG: sequence_number: 19 = 0x00000013 2012-08-03 12:23:40 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:23:50 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:23:50 [3267] [7] DEBUG: SMPP PDU 0xb4a016e0 dump: 2012-08-03 12:23:50 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:23:50 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:23:50 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:23:50 [3267] [7] DEBUG: sequence_number: 20 = 0x00000014 2012-08-03 12:23:50 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:23:50 [3267] [7] DEBUG: SMPP[SMPP]: Sending PDU: 2012-08-03 12:23:50 [3267] [7] DEBUG: SMPP PDU 0xb4a017b8 dump: 2012-08-03 12:23:50 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:23:50 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:23:50 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:23:50 [3267] [7] DEBUG: sequence_number: 20 = 0x00000014 2012-08-03 12:23:50 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:24:00 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:24:00 [3267] [7] DEBUG: SMPP PDU 0xb4a016e0 dump: 2012-08-03 12:24:00 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:24:00 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:24:00 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:24:00 [3267] [7] DEBUG: sequence_number: 21 = 0x00000015 2012-08-03 12:24:00 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:24:00 [3267] [7] DEBUG: SMPP[SMPP]: Sending PDU: 2012-08-03 12:24:00 [3267] [7] DEBUG: SMPP PDU 0xb4a017b8 dump: 2012-08-03 12:24:00 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:24:00 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:24:00 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:24:00 [3267] [7] DEBUG: sequence_number: 21 = 0x00000015 2012-08-03 12:24:00 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:24:09 [3267] [7] DEBUG: SMPP[SMPP]: Sending enquire link: 2012-08-03 12:24:09 [3267] [7] DEBUG: SMPP PDU 0xb4a016c8 dump: 2012-08-03 12:24:09 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:24:09 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:24:09 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:24:09 [3267] [7] DEBUG: sequence_number: 15 = 0x0000000f 2012-08-03 12:24:09 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:24:09 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:24:09 [3267] [7] DEBUG: SMPP PDU 0xb4a016e0 dump: 2012-08-03 12:24:09 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:24:09 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:24:09 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:24:09 [3267] [7] DEBUG: sequence_number: 15 = 0x0000000f 2012-08-03 12:24:09 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:24:09 [3267] [6] DEBUG: SMPP[SMPP]: Sending enquire link: 2012-08-03 12:24:09 [3267] [6] DEBUG: SMPP PDU 0x838c980 dump: 2012-08-03 12:24:09 [3267] [6] DEBUG: type_name: enquire_link 2012-08-03 12:24:09 [3267] [6] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:24:09 [3267] [6] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:24:09 [3267] [6] DEBUG: sequence_number: 16 = 0x00000010 2012-08-03 12:24:09 [3267] [6] DEBUG: SMPP PDU dump ends. 2012-08-03 12:24:10 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:24:10 [3267] [7] DEBUG: SMPP PDU 0xb4a016e0 dump: 2012-08-03 12:24:10 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:24:10 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:24:10 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:24:10 [3267] [7] DEBUG: sequence_number: 22 = 0x00000016 2012-08-03 12:24:10 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:24:10 [3267] [7] DEBUG: SMPP[SMPP]: Sending PDU: 2012-08-03 12:24:10 [3267] [7] DEBUG: SMPP PDU 0xb4a017b8 dump: 2012-08-03 12:24:10 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:24:10 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:24:10 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:24:10 [3267] [7] DEBUG: sequence_number: 22 = 0x00000016 2012-08-03 12:24:10 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:24:10 [3267] [6] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:24:10 [3267] [6] DEBUG: SMPP PDU 0x838c980 dump: 2012-08-03 12:24:10 [3267] [6] DEBUG: type_name: enquire_link_resp 2012-08-03 12:24:10 [3267] [6] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:24:10 [3267] [6] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:24:10 [3267] [6] DEBUG: sequence_number: 16 = 0x00000010 2012-08-03 12:24:10 [3267] [6] DEBUG: SMPP PDU dump ends. 2012-08-03 12:24:20 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:24:20 [3267] [7] DEBUG: SMPP PDU 0xb4a016e0 dump: 2012-08-03 12:24:20 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:24:20 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:24:20 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:24:20 [3267] [7] DEBUG: sequence_number: 23 = 0x00000017 2012-08-03 12:24:20 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:24:20 [3267] [7] DEBUG: SMPP[SMPP]: Sending PDU: 2012-08-03 12:24:20 [3267] [7] DEBUG: SMPP PDU 0xb4a017b8 dump: 2012-08-03 12:24:20 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:24:20 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:24:20 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:24:20 [3267] [7] DEBUG: sequence_number: 23 = 0x00000017 2012-08-03 12:24:20 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:24:30 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:24:30 [3267] [7] DEBUG: SMPP PDU 0xb4a016e0 dump: 2012-08-03 12:24:30 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:24:30 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:24:30 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:24:30 [3267] [7] DEBUG: sequence_number: 24 = 0x00000018 2012-08-03 12:24:30 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:24:30 [3267] [7] DEBUG: SMPP[SMPP]: Sending PDU: 2012-08-03 12:24:30 [3267] [7] DEBUG: SMPP PDU 0xb4a017b8 dump: 2012-08-03 12:24:30 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:24:30 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:24:30 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:24:30 [3267] [7] DEBUG: sequence_number: 24 = 0x00000018 2012-08-03 12:24:30 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:24:39 [3267] [7] DEBUG: SMPP[SMPP]: Sending enquire link: 2012-08-03 12:24:39 [3267] [7] DEBUG: SMPP PDU 0xb4a016c8 dump: 2012-08-03 12:24:39 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:24:39 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:24:39 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:24:39 [3267] [7] DEBUG: sequence_number: 17 = 0x00000011 2012-08-03 12:24:39 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:24:39 [3267] [6] DEBUG: SMPP[SMPP]: Sending enquire link: 2012-08-03 12:24:39 [3267] [6] DEBUG: SMPP PDU 0x838c980 dump: 2012-08-03 12:24:39 [3267] [6] DEBUG: type_name: enquire_link 2012-08-03 12:24:39 [3267] [6] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:24:39 [3267] [6] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:24:39 [3267] [6] DEBUG: sequence_number: 18 = 0x00000012 2012-08-03 12:24:39 [3267] [6] DEBUG: SMPP PDU dump ends. 2012-08-03 12:24:39 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:24:39 [3267] [7] DEBUG: SMPP PDU 0xb4a016e0 dump: 2012-08-03 12:24:39 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:24:39 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:24:39 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:24:39 [3267] [7] DEBUG: sequence_number: 17 = 0x00000011 2012-08-03 12:24:39 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:24:39 [3267] [6] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:24:39 [3267] [6] DEBUG: SMPP PDU 0x838c980 dump: 2012-08-03 12:24:39 [3267] [6] DEBUG: type_name: enquire_link_resp 2012-08-03 12:24:39 [3267] [6] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:24:39 [3267] [6] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:24:39 [3267] [6] DEBUG: sequence_number: 18 = 0x00000012 2012-08-03 12:24:39 [3267] [6] DEBUG: SMPP PDU dump ends. 2012-08-03 12:24:40 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:24:40 [3267] [7] DEBUG: SMPP PDU 0xb4a016e0 dump: 2012-08-03 12:24:40 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:24:40 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:24:40 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:24:40 [3267] [7] DEBUG: sequence_number: 25 = 0x00000019 2012-08-03 12:24:40 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:24:40 [3267] [7] DEBUG: SMPP[SMPP]: Sending PDU: 2012-08-03 12:24:40 [3267] [7] DEBUG: SMPP PDU 0xb4a017b8 dump: 2012-08-03 12:24:40 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:24:40 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:24:40 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:24:40 [3267] [7] DEBUG: sequence_number: 25 = 0x00000019 2012-08-03 12:24:40 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:24:50 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:24:50 [3267] [7] DEBUG: SMPP PDU 0xb4a016e0 dump: 2012-08-03 12:24:50 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:24:50 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:24:50 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:24:50 [3267] [7] DEBUG: sequence_number: 26 = 0x0000001a 2012-08-03 12:24:50 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:24:50 [3267] [7] DEBUG: SMPP[SMPP]: Sending PDU: 2012-08-03 12:24:50 [3267] [7] DEBUG: SMPP PDU 0xb4a017b8 dump: 2012-08-03 12:24:50 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:24:50 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:24:50 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:24:50 [3267] [7] DEBUG: sequence_number: 26 = 0x0000001a 2012-08-03 12:24:50 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:25:00 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:25:00 [3267] [7] DEBUG: SMPP PDU 0xb4a016e0 dump: 2012-08-03 12:25:00 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:25:00 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:25:00 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:25:00 [3267] [7] DEBUG: sequence_number: 27 = 0x0000001b 2012-08-03 12:25:00 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:25:00 [3267] [7] DEBUG: SMPP[SMPP]: Sending PDU: 2012-08-03 12:25:00 [3267] [7] DEBUG: SMPP PDU 0xb4a017b8 dump: 2012-08-03 12:25:00 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:25:00 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:25:00 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:25:00 [3267] [7] DEBUG: sequence_number: 27 = 0x0000001b 2012-08-03 12:25:00 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:25:09 [3267] [7] DEBUG: SMPP[SMPP]: Sending enquire link: 2012-08-03 12:25:09 [3267] [7] DEBUG: SMPP PDU 0xb4a016c8 dump: 2012-08-03 12:25:09 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:25:09 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:25:09 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:25:09 [3267] [7] DEBUG: sequence_number: 19 = 0x00000013 2012-08-03 12:25:09 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:25:09 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:25:09 [3267] [7] DEBUG: SMPP PDU 0xb4a016e0 dump: 2012-08-03 12:25:09 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:25:09 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:25:09 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:25:09 [3267] [7] DEBUG: sequence_number: 19 = 0x00000013 2012-08-03 12:25:09 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:25:09 [3267] [6] DEBUG: SMPP[SMPP]: Sending enquire link: 2012-08-03 12:25:09 [3267] [6] DEBUG: SMPP PDU 0x838c980 dump: 2012-08-03 12:25:09 [3267] [6] DEBUG: type_name: enquire_link 2012-08-03 12:25:09 [3267] [6] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:25:09 [3267] [6] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:25:09 [3267] [6] DEBUG: sequence_number: 20 = 0x00000014 2012-08-03 12:25:09 [3267] [6] DEBUG: SMPP PDU dump ends. 2012-08-03 12:25:10 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:25:10 [3267] [7] DEBUG: SMPP PDU 0xb4a016e0 dump: 2012-08-03 12:25:10 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:25:10 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:25:10 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:25:10 [3267] [7] DEBUG: sequence_number: 28 = 0x0000001c 2012-08-03 12:25:10 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:25:10 [3267] [7] DEBUG: SMPP[SMPP]: Sending PDU: 2012-08-03 12:25:10 [3267] [7] DEBUG: SMPP PDU 0xb4a017b8 dump: 2012-08-03 12:25:10 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:25:10 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:25:10 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:25:10 [3267] [7] DEBUG: sequence_number: 28 = 0x0000001c 2012-08-03 12:25:10 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:25:10 [3267] [6] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:25:10 [3267] [6] DEBUG: SMPP PDU 0x838c980 dump: 2012-08-03 12:25:10 [3267] [6] DEBUG: type_name: enquire_link_resp 2012-08-03 12:25:10 [3267] [6] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:25:10 [3267] [6] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:25:10 [3267] [6] DEBUG: sequence_number: 20 = 0x00000014 2012-08-03 12:25:10 [3267] [6] DEBUG: SMPP PDU dump ends. 2012-08-03 12:25:20 [3267] [7] DEBUG: SMPP[SMPP]: Got PDU: 2012-08-03 12:25:20 [3267] [7] DEBUG: SMPP PDU 0xb4a016e0 dump: 2012-08-03 12:25:20 [3267] [7] DEBUG: type_name: enquire_link 2012-08-03 12:25:20 [3267] [7] DEBUG: command_id: 21 = 0x00000015 2012-08-03 12:25:20 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:25:20 [3267] [7] DEBUG: sequence_number: 29 = 0x0000001d 2012-08-03 12:25:20 [3267] [7] DEBUG: SMPP PDU dump ends. 2012-08-03 12:25:20 [3267] [7] DEBUG: SMPP[SMPP]: Sending PDU: 2012-08-03 12:25:20 [3267] [7] DEBUG: SMPP PDU 0xb4a017b8 dump: 2012-08-03 12:25:20 [3267] [7] DEBUG: type_name: enquire_link_resp 2012-08-03 12:25:20 [3267] [7] DEBUG: command_id: 2147483669 = 0x80000015 2012-08-03 12:25:20 [3267] [7] DEBUG: command_status: 0 = 0x00000000 2012-08-03 12:25:20 [3267] [7] DEBUG: sequence_number: 29 = 0x0000001d 2012-08-03 12:25:20 [3267] [7] DEBUG: SMPP PDU dump ends.