Re: MNC issue when using Kannel SMPP (Alexander Malysh)
"Milan Topalov" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <005001c4cdb9$984db5d0$0100a8c0@heck> |
Hi Alexander,
I seem to have unintentionally confused you by hiding actual phone numbers
for privacy sake :).
> 2004-11-18 15:52:19 [29715] [7] DEBUG: source_addr: "+38163333333"
^^^^^^^^^^^^ is actually national phone number, I just
edited the log to hide it
> 2004-11-18 15:52:19 [29715] [7] DEBUG: destination_addr: "PhonenumbeR"
^^^^^^^^^^^ same case here
Do you have any othey idea on how to solve my problem?
Cheers mate,
Milan.
Date: Thu, 18 Nov 2004 22:00:08 +0100
From: Alexander Malysh <[email protected]>
Subject: Re: MNC issue when using Kannel SMPP
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
Hi,
so here we go ;)
see what this SMSC sent:
> 2004-11-18 15:52:19 [29715] [7] DEBUG: source_addr_ton: 2 = 0x00000002
> 2004-11-18 15:52:19 [29715] [7] DEBUG: source_addr_npi: 3 = 0x00000003
> 2004-11-18 15:52:19 [29715] [7] DEBUG: source_addr: "+38163333333"
ton = 2 is national:
a) the number looks like international
b) '+' in front should not be here
c) ton for this number should be either 0 (unknown) or 1 (international) or
5 (alphanum)
Kannel in version 1.3.2 is just more strict as 1.2.1 ;)
> 2004-11-18 15:52:19 [29715] [7] DEBUG: dest_addr_ton: 2 = 0x00000002
> 2004-11-18 15:52:19 [29715] [7] DEBUG: dest_addr_npi: 3 = 0x00000003
> 2004-11-18 15:52:19 [29715] [7] DEBUG: destination_addr: "PhonenumbeR"
The same problem is with destination addr.
This is SMSC bug and has nothing todo with kannel. Please try to speak to
SMSC guys that they fix SMSC.
Good luck!
Milan Topalov wrote:
> Hi,
>
> Below I'm sending Kannel log file.
>
> Can you make something out of it?
>
> Thanks mate :).
>
>
> 2004-11-18 15:52:16 [29707] [0] INFO: Added logfile
> `/var/kannel/netsize_kannel.log' with level `0'.
> 2004-11-18 15:52:16 [29707] [0] DEBUG: Started thread 1
> (gw/bb_store.c:store_cleanup)
> 2004-11-18 15:52:16 [29707] [0] INFO: SSL not supported, no SSL
> initialization done.
> 2004-11-18 15:52:16 [29707] [0] INFO: HTTP: Opening server at port 14000.
> 2004-11-18 15:52:16 [29707] [0] DEBUG: Started thread 2
> (gwlib/fdset.c:poller)
> 2004-11-18 15:52:16 [29707] [0] DEBUG: Started thread 3
> (gwlib/http.c:server_thread)
> 2004-11-18 15:52:16 [29709] [1] DEBUG: Thread 1
> (gw/bb_store.c:store_cleanup) maps to pid 29709.
> 2004-11-18 15:52:16 [29710] [2] DEBUG: Thread 2 (gwlib/fdset.c:poller)
> maps to pid 29710.
> 2004-11-18 15:52:16 [29711] [3] DEBUG: Thread 3
> (gwlib/http.c:server_thread) maps to pid 29711.
> 2004-11-18 15:52:16 [29707] [0] DEBUG: Started thread 4
> (gw/bb_http.c:httpadmin_run)
> 2004-11-18 15:52:16 [29707] [0] DEBUG: starting smsbox connection module
> 2004-11-18 15:52:16 [29707] [0] INFO: BOXC: 'smsbox-max-pending' not set,
> using default (100).
> 2004-11-18 15:52:16 [29707] [0] DEBUG: Started thread 5
> (gw/bb_boxc.c:sms_to_smsboxes)
> 2004-11-18 15:52:16 [29712] [4] DEBUG: Thread 4
> (gw/bb_http.c:httpadmin_run) maps to pid 29712.
> 2004-11-18 15:52:16 [29713] [5] DEBUG: Thread 5
> (gw/bb_boxc.c:sms_to_smsboxes) maps to pid 29713.
> 2004-11-18 15:52:16 [29707] [0] DEBUG: Started thread 6
> (gw/bb_boxc.c:smsboxc_run)
> 2004-11-18 15:52:16 [29707] [0] INFO: DLR rerouting for smsc id <(null)>
> disabled.
> 2004-11-18 15:52:16 [29714] [6] DEBUG: Thread 6 (gw/bb_boxc.c:smsboxc_run)
> maps to pid 29714.
> 2004-11-18 15:52:16 [29707] [0] DEBUG: Started thread 7
> (gw/smsc/smsc_smpp.c:io_thread)
> 2004-11-18 15:52:16 [29707] [0] DEBUG: Started thread 8
> (gw/bb_smscconn.c:sms_router)
> 2004-11-18 15:52:16 [29707] [0]
> INFO: ----------------------------------------
> 2004-11-18 15:52:16 [29707] [0] INFO: Kannel bearerbox II version 1.3.2
> starting
> 2004-11-18 15:52:16 [29707] [0] INFO: Loading store file `kannel.store'
> 2004-11-18 15:52:16 [29707] [0] INFO: Store-file size 0, starting to
> unpack 2004-11-18 15:52:16 [29707] [0] INFO: Retrieved 0 messages,
> non-acknowledged messages: 0
> 2004-11-18 15:52:16 [29707] [0] INFO: MAIN: Start-up done, entering
> mainloop 2004-11-18 15:52:16 [29715] [7] DEBUG: Thread 7
> (gw/smsc/smsc_smpp.c:io_thread) maps to pid 29715.
> 2004-11-18 15:52:16 [29716] [8] DEBUG: Thread 8
> (gw/bb_smscconn.c:sms_router) maps to pid 29716.
> 2004-11-18 15:52:16 [29716] [8] DEBUG: sms_router: time to sleep
> 2004-11-18 15:52:16 [29716] [8] DEBUG: sms_router: list_len = 0
> 2004-11-18 15:52:16 [29715] [7] DEBUG:
> SMPP[SMPP:Smpp.server.coM:0/10000:UsernamE:]: Sending PDU:
> 2004-11-18 15:52:16 [29715] [7] DEBUG: SMPP PDU 0x81932b8 dump:
> 2004-11-18 15:52:16 [29715] [7] DEBUG: type_name: bind_receiver
> 2004-11-18 15:52:16 [29715] [7] DEBUG: command_id: 1 = 0x00000001
> 2004-11-18 15:52:16 [29715] [7] DEBUG: command_status: 0 = 0x00000000
> 2004-11-18 15:52:16 [29715] [7] DEBUG: sequence_number: 1 = 0x00000001
> 2004-11-18 15:52:16 [29715] [7] DEBUG: system_id: "UsernamE"
> 2004-11-18 15:52:16 [29715] [7] DEBUG: password: "PasswordD"
> 2004-11-18 15:52:16 [29715] [7] DEBUG: system_type: ""
> 2004-11-18 15:52:16 [29715] [7] DEBUG: interface_version: 52 =
> 0x00000034
> 2004-11-18 15:52:16 [29715] [7] DEBUG: addr_ton: 0 = 0x00000000
> 2004-11-18 15:52:16 [29715] [7] DEBUG: addr_npi: 0 = 0x00000000
> 2004-11-18 15:52:16 [29715] [7] DEBUG: address_range: ""
> 2004-11-18 15:52:16 [29715] [7] DEBUG: SMPP PDU dump ends.
> 2004-11-18 15:52:16 [29715] [7] DEBUG:
> SMPP[SMPP:Smpp.server.coM:0/10000:UsernamE:]: Got PDU:
> 2004-11-18 15:52:16 [29715] [7] DEBUG: SMPP PDU 0x81932d8 dump:
> 2004-11-18 15:52:16 [29715] [7] DEBUG: type_name: bind_receiver_resp
> 2004-11-18 15:52:16 [29715] [7] DEBUG: command_id: 2147483649 =
> 0x80000001
> 2004-11-18 15:52:16 [29715] [7] DEBUG: command_status: 0 = 0x00000000
> 2004-11-18 15:52:16 [29715] [7] DEBUG: sequence_number: 1 = 0x00000001
> 2004-11-18 15:52:16 [29715] [7] DEBUG: system_id: "Smpp_server_iD"
> 2004-11-18 15:52:16 [29715] [7] DEBUG: SMPP PDU dump ends.
> 2004-11-18 15:52:19 [29715] [7] DEBUG:
> SMPP[SMPP:Smpp.server.coM:0/10000:UsernamE:]: Got PDU:
> 2004-11-18 15:52:19 [29715] [7] DEBUG: SMPP PDU 0x81933e0 dump:
> 2004-11-18 15:52:19 [29715] [7] DEBUG: type_name: deliver_sm
> 2004-11-18 15:52:19 [29715] [7] DEBUG: command_id: 5 = 0x00000005
> 2004-11-18 15:52:19 [29715] [7] DEBUG: command_status: 0 = 0x00000000
> 2004-11-18 15:52:19 [29715] [7] DEBUG: sequence_number: 1 = 0x00000001
> 2004-11-18 15:52:19 [29715] [7] DEBUG: service_type: "00000"
> 2004-11-18 15:52:19 [29715] [7] DEBUG: source_addr_ton: 2 = 0x00000002
> 2004-11-18 15:52:19 [29715] [7] DEBUG: source_addr_npi: 3 = 0x00000003
> 2004-11-18 15:52:19 [29715] [7] DEBUG: source_addr: "+38163333333"
> 2004-11-18 15:52:19 [29715] [7] DEBUG: dest_addr_ton: 2 = 0x00000002
> 2004-11-18 15:52:19 [29715] [7] DEBUG: dest_addr_npi: 3 = 0x00000003
> 2004-11-18 15:52:19 [29715] [7] DEBUG: destination_addr: "PhonenumbeR"
> 2004-11-18 15:52:19 [29715] [7] DEBUG: esm_class: 0 = 0x00000000
> 2004-11-18 15:52:19 [29715] [7] DEBUG: protocol_id: 0 = 0x00000000
> 2004-11-18 15:52:19 [29715] [7] DEBUG: priority_flag: 1 = 0x00000001
> 2004-11-18 15:52:19 [29715] [7] DEBUG: schedule_delivery_time: NULL
> 2004-11-18 15:52:19 [29715] [7] DEBUG: validity_period: NULL
> 2004-11-18 15:52:19 [29715] [7] DEBUG: registered_delivery: 0 =
> 0x00000000
> 2004-11-18 15:52:19 [29715] [7] DEBUG: replace_if_present_flag: 0 =
> 0x00000000
> 2004-11-18 15:52:19 [29715] [7] DEBUG: data_coding: 242 = 0x000000f2
> 2004-11-18 15:52:19 [29715] [7] DEBUG: sm_default_msg_id: 0 = 0x00000000
> 2004-11-18 15:52:19 [29715] [7] DEBUG: sm_length: 4 = 0x00000004
> 2004-11-18 15:52:19 [29715] [7] DEBUG: short_message: "test"
> 2004-11-18 15:52:19 [29715] [7] DEBUG: SMPP PDU dump ends.
> 2004-11-18 15:52:19 [29715] [7] DEBUG:
> SMPP[SMPP:Smpp.server.coM:0/10000:UsernamE:]: Sending PDU:
> 2004-11-18 15:52:19 [29715] [7] DEBUG: SMPP PDU 0x8193518 dump:
> 2004-11-18 15:52:19 [29715] [7] DEBUG: type_name: deliver_sm_resp
> 2004-11-18 15:52:19 [29715] [7] DEBUG: command_id: 2147483653 =
> 0x80000005
> 2004-11-18 15:52:19 [29715] [7] DEBUG: command_status: 10 = 0x0000000a
> 2004-11-18 15:52:19 [29715] [7] DEBUG: sequence_number: 1 = 0x00000001
> 2004-11-18 15:52:19 [29715] [7] DEBUG: message_id: NULL
> 2004-11-18 15:52:19 [29715] [7] DEBUG: SMPP PDU dump ends.
> 2004-11-18 15:52:20 [29715] [7] DEBUG:
> SMPP[SMPP:Smpp.server.coM:0/10000:UsernamE:]: Got PDU:
> 2004-11-18 15:52:20 [29715] [7] DEBUG: SMPP PDU 0x81933e0 dump:
> 2004-11-18 15:52:20 [29715] [7] DEBUG: type_name: deliver_sm
> 2004-11-18 15:52:20 [29715] [7] DEBUG: command_id: 5 = 0x00000005
> 2004-11-18 15:52:20 [29715] [7] DEBUG: command_status: 0 = 0x00000000
> 2004-11-18 15:52:20 [29715] [7] DEBUG: sequence_number: 2 = 0x00000002
> 2004-11-18 15:52:20 [29715] [7] DEBUG: service_type: "00000"
> 2004-11-18 15:52:20 [29715] [7] DEBUG: source_addr_ton: 2 = 0x00000002
> 2004-11-18 15:52:20 [29715] [7] DEBUG: source_addr_npi: 3 = 0x00000003
> 2004-11-18 15:52:20 [29715] [7] DEBUG: source_addr: "+38163333333"
> 2004-11-18 15:52:20 [29715] [7] DEBUG: dest_addr_ton: 2 = 0x00000002
> 2004-11-18 15:52:20 [29715] [7] DEBUG: dest_addr_npi: 3 = 0x00000003
> 2004-11-18 15:52:20 [29715] [7] DEBUG: destination_addr: "PhonenumbeR"
> 2004-11-18 15:52:20 [29715] [7] DEBUG: esm_class: 0 = 0x00000000
> 2004-11-18 15:52:20 [29715] [7] DEBUG: protocol_id: 0 = 0x00000000
> 2004-11-18 15:52:20 [29715] [7] DEBUG: priority_flag: 1 = 0x00000001
> 2004-11-18 15:52:20 [29715] [7] DEBUG: schedule_delivery_time: NULL
> 2004-11-18 15:52:20 [29715] [7] DEBUG: validity_period: NULL
> 2004-11-18 15:52:20 [29715] [7] DEBUG: registered_delivery: 0 =
> 0x00000000
> 2004-11-18 15:52:20 [29715] [7] DEBUG: replace_if_present_flag: 0 =
> 0x00000000
> 2004-11-18 15:52:20 [29715] [7] DEBUG: data_coding: 242 = 0x000000f2
> 2004-11-18 15:52:20 [29715] [7] DEBUG: sm_default_msg_id: 0 = 0x00000000
> 2004-11-18 15:52:20 [29715] [7] DEBUG: sm_length: 4 = 0x00000004
> 2004-11-18 15:52:20 [29715] [7] DEBUG: short_message: "test"
> 2004-11-18 15:52:20 [29715] [7] DEBUG: SMPP PDU dump ends.
> 2004-11-18 15:52:20 [29715] [7] DEBUG:
> SMPP[SMPP:Smpp.server.coM:0/10000:UsernamE:]: Sending PDU:
> 2004-11-18 15:52:20 [29715] [7] DEBUG: SMPP PDU 0x81932b8 dump:
> 2004-11-18 15:52:20 [29715] [7] DEBUG: type_name: deliver_sm_resp
> 2004-11-18 15:52:20 [29715] [7] DEBUG: command_id: 2147483653 =
> 0x80000005
> 2004-11-18 15:52:20 [29715] [7] DEBUG: command_status: 10 = 0x0000000a
> 2004-11-18 15:52:20 [29715] [7] DEBUG: sequence_number: 2 = 0x00000002
> 2004-11-18 15:52:20 [29715] [7] DEBUG: message_id: NULL
> 2004-11-18 15:52:20 [29715] [7] DEBUG: SMPP PDU dump ends.
> 2004-11-18 15:52:20 [29715] [7] DEBUG:
> SMPP[SMPP:Smpp.server.coM:0/10000:UsernamE:]: Got PDU:
> 2004-11-18 15:52:20 [29715] [7] DEBUG: SMPP PDU 0x81933e0 dump:
> 2004-11-18 15:52:20 [29715] [7] DEBUG: type_name: deliver_sm
> 2004-11-18 15:52:20 [29715] [7] DEBUG: command_id: 5 = 0x00000005
> 2004-11-18 15:52:20 [29715] [7] DEBUG: command_status: 0 = 0x00000000
> 2004-11-18 15:52:20 [29715] [7] DEBUG: sequence_number: 3 = 0x00000003
> 2004-11-18 15:52:20 [29715] [7] DEBUG: service_type: "00000"
> 2004-11-18 15:52:20 [29715] [7] DEBUG: source_addr_ton: 2 = 0x00000002
> 2004-11-18 15:52:20 [29715] [7] DEBUG: source_addr_npi: 3 = 0x00000003
> 2004-11-18 15:52:20 [29715] [7] DEBUG: source_addr: "+38163333333"
> 2004-11-18 15:52:20 [29715] [7] DEBUG: dest_addr_ton: 2 = 0x00000002
> 2004-11-18 15:52:20 [29715] [7] DEBUG: dest_addr_npi: 3 = 0x00000003
> 2004-11-18 15:52:20 [29715] [7] DEBUG: destination_addr: "PhonenumbeR"
> 2004-11-18 15:52:20 [29715] [7] DEBUG: esm_class: 0 = 0x00000000
> 2004-11-18 15:52:20 [29715] [7] DEBUG: protocol_id: 0 = 0x00000000
> 2004-11-18 15:52:20 [29715] [7] DEBUG: priority_flag: 1 = 0x00000001
> 2004-11-18 15:52:20 [29715] [7] DEBUG: schedule_delivery_time: NULL
> 2004-11-18 15:52:20 [29715] [7] DEBUG: validity_period: NULL
> 2004-11-18 15:52:20 [29715] [7] DEBUG: registered_delivery: 0 =
> 0x00000000
> 2004-11-18 15:52:20 [29715] [7] DEBUG: replace_if_present_flag: 0 =
> 0x00000000
> 2004-11-18 15:52:20 [29715] [7] DEBUG: data_coding: 242 = 0x000000f2
> 2004-11-18 15:52:20 [29715] [7] DEBUG: sm_default_msg_id: 0 = 0x00000000
> 2004-11-18 15:52:20 [29715] [7] DEBUG: sm_length: 4 = 0x00000004
> 2004-11-18 15:52:20 [29715] [7] DEBUG: short_message: "test"
> 2004-11-18 15:52:20 [29715] [7] DEBUG: SMPP PDU dump ends.
> 2004-11-18 15:52:20 [29715] [7] DEBUG:
> SMPP[SMPP:Smpp.server.coM:0/10000:UsernamE:]: Sending PDU:
> 2004-11-18 15:52:20 [29715] [7] DEBUG: SMPP PDU 0x8193518 dump:
> 2004-11-18 15:52:20 [29715] [7] DEBUG: type_name: deliver_sm_resp
> 2004-11-18 15:52:20 [29715] [7] DEBUG: command_id: 2147483653 =
> 0x80000005
> 2004-11-18 15:52:20 [29715] [7] DEBUG: command_status: 10 = 0x0000000a
> 2004-11-18 15:52:20 [29715] [7] DEBUG: sequence_number: 3 = 0x00000003
> 2004-11-18 15:52:20 [29715] [7] DEBUG: message_id: NULL
> 2004-11-18 15:52:20 [29715] [7] DEBUG: SMPP PDU dump ends.
> 2004-11-18 15:52:20 [29715] [7] ERROR:
> SMPP[SMPP:Smpp.server.coM:0/10000:UsernamE:]: I/O error or other error.
> Re-connecting.
> 2004-11-18 15:52:20 [29715] [7] ERROR:
> SMPP[SMPP:Smpp.server.coM:0/10000:UsernamE:]: Couldn't connect to SMS
> center (retrying in 10 seconds).
> 2004-11-18 15:52:30 [29715] [7] DEBUG:
> SMPP[SMPP:Smpp.server.coM:0/10000:UsernamE:]: Sending PDU:
> 2004-11-18 15:52:30 [29715] [7] DEBUG: SMPP PDU 0x81932b8 dump:
> 2004-11-18 15:52:30 [29715] [7] DEBUG: type_name: bind_receiver
> 2004-11-18 15:52:30 [29715] [7] DEBUG: command_id: 1 = 0x00000001
> 2004-11-18 15:52:30 [29715] [7] DEBUG: command_status: 0 = 0x00000000
> 2004-11-18 15:52:30 [29715] [7] DEBUG: sequence_number: 2 = 0x00000002
> 2004-11-18 15:52:30 [29715] [7] DEBUG: system_id: "UsernamE"
> 2004-11-18 15:52:30 [29715] [7] DEBUG: password: "PasswordD"
> 2004-11-18 15:52:30 [29715] [7] DEBUG: system_type: ""
> 2004-11-18 15:52:30 [29715] [7] DEBUG: interface_version: 52 =
> 0x00000034
> 2004-11-18 15:52:30 [29715] [7] DEBUG: addr_ton: 0 = 0x00000000
> 2004-11-18 15:52:30 [29715] [7] DEBUG: addr_npi: 0 = 0x00000000
> 2004-11-18 15:52:30 [29715] [7] DEBUG: address_range: ""
> 2004-11-18 15:52:30 [29715] [7] DEBUG: SMPP PDU dump ends.
> 2004-11-18 15:52:30 [29715] [7] DEBUG:
> SMPP[SMPP:Smpp.server.coM:0/10000:UsernamE:]: Got PDU:
> 2004-11-18 15:52:30 [29715] [7] DEBUG: SMPP PDU 0x81932d8 dump:
> 2004-11-18 15:52:30 [29715] [7] DEBUG: type_name: bind_receiver_resp
> 2004-11-18 15:52:30 [29715] [7] DEBUG: command_id: 2147483649 =
> 0x80000001
> 2004-11-18 15:52:30 [29715] [7] DEBUG: command_status: 0 = 0x00000000
> 2004-11-18 15:52:30 [29715] [7] DEBUG: sequence_number: 2 = 0x00000002
> 2004-11-18 15:52:30 [29715] [7] DEBUG: system_id: "Smpp_server_iD"
> 2004-11-18 15:52:30 [29715] [7] DEBUG: SMPP PDU dump ends.
> 2004-11-18 15:52:33 [29715] [7] DEBUG:
> SMPP[SMPP:Smpp.server.coM:0/10000:UsernamE:]: Got PDU:
> 2004-11-18 15:52:33 [29715] [7] DEBUG: SMPP PDU 0x81933e0 dump:
> 2004-11-18 15:52:33 [29715] [7] DEBUG: type_name: deliver_sm
> 2004-11-18 15:52:33 [29715] [7] DEBUG: command_id: 5 = 0x00000005
> 2004-11-18 15:52:33 [29715] [7] DEBUG: command_status: 0 = 0x00000000
> 2004-11-18 15:52:33 [29715] [7] DEBUG: sequence_number: 1 = 0x00000001
> 2004-11-18 15:52:33 [29715] [7] DEBUG: service_type: "00000"
> 2004-11-18 15:52:33 [29715] [7] DEBUG: source_addr_ton: 2 = 0x00000002
> 2004-11-18 15:52:33 [29715] [7] DEBUG: source_addr_npi: 3 = 0x00000003
> 2004-11-18 15:52:33 [29715] [7] DEBUG: source_addr: "+38163333333"
> 2004-11-18 15:52:33 [29715] [7] DEBUG: dest_addr_ton: 2 = 0x00000002
> 2004-11-18 15:52:33 [29715] [7] DEBUG: dest_addr_npi: 3 = 0x00000003
> 2004-11-18 15:52:33 [29715] [7] DEBUG: destination_addr: "PhonenumbeR"
> 2004-11-18 15:52:33 [29715] [7] DEBUG: esm_class: 0 = 0x00000000
> 2004-11-18 15:52:33 [29715] [7] DEBUG: protocol_id: 0 = 0x00000000
> 2004-11-18 15:52:33 [29715] [7] DEBUG: priority_flag: 1 = 0x00000001
> 2004-11-18 15:52:33 [29715] [7] DEBUG: schedule_delivery_time: NULL
> 2004-11-18 15:52:33 [29715] [7] DEBUG: validity_period: NULL
> 2004-11-18 15:52:33 [29715] [7] DEBUG: registered_delivery: 0 =
> 0x00000000
> 2004-11-18 15:52:33 [29715] [7] DEBUG: replace_if_present_flag: 0 =
> 0x00000000
> 2004-11-18 15:52:33 [29715] [7] DEBUG: data_coding: 242 = 0x000000f2
> 2004-11-18 15:52:33 [29715] [7] DEBUG: sm_default_msg_id: 0 = 0x00000000
> 2004-11-18 15:52:33 [29715] [7] DEBUG: sm_length: 4 = 0x00000004
> 2004-11-18 15:52:33 [29715] [7] DEBUG: short_message: "test"
> 2004-11-18 15:52:33 [29715] [7] DEBUG: SMPP PDU dump ends.
> 2004-11-18 15:52:33 [29715] [7] DEBUG:
> SMPP[SMPP:Smpp.server.coM:0/10000:UsernamE:]: Sending PDU:
> 2004-11-18 15:52:33 [29715] [7] DEBUG: SMPP PDU 0x8193518 dump:
> 2004-11-18 15:52:33 [29715] [7] DEBUG: type_name: deliver_sm_resp
> 2004-11-18 15:52:33 [29715] [7] DEBUG: command_id: 2147483653 =
> 0x80000005
> 2004-11-18 15:52:33 [29715] [7] DEBUG: command_status: 10 = 0x0000000a
> 2004-11-18 15:52:33 [29715] [7] DEBUG: sequence_number: 1 = 0x00000001
> 2004-11-18 15:52:33 [29715] [7] DEBUG: message_id: NULL
> 2004-11-18 15:52:33 [29715] [7] DEBUG: SMPP PDU dump ends.
> 2004-11-18 15:52:33 [29715] [7] DEBUG:
> SMPP[SMPP:Smpp.server.coM:0/10000:UsernamE:]: Got PDU:
> 2004-11-18 15:52:33 [29715] [7] DEBUG: SMPP PDU 0x81933e0 dump:
> 2004-11-18 15:52:33 [29715] [7] DEBUG: type_name: deliver_sm
> 2004-11-18 15:52:33 [29715] [7] DEBUG: command_id: 5 = 0x00000005
> 2004-11-18 15:52:33 [29715] [7] DEBUG: command_status: 0 = 0x00000000
> 2004-11-18 15:52:33 [29715] [7] DEBUG: sequence_number: 2 = 0x00000002
> 2004-11-18 15:52:33 [29715] [7] DEBUG: service_type: "00000"
> 2004-11-18 15:52:33 [29715] [7] DEBUG: source_addr_ton: 2 = 0x00000002
> 2004-11-18 15:52:33 [29715] [7] DEBUG: source_addr_npi: 3 = 0x00000003
> 2004-11-18 15:52:33 [29715] [7] DEBUG: source_addr: "+38163333333"
> 2004-11-18 15:52:33 [29715] [7] DEBUG: dest_addr_ton: 2 = 0x00000002
> 2004-11-18 15:52:33 [29715] [7] DEBUG: dest_addr_npi: 3 = 0x00000003
> 2004-11-18 15:52:33 [29715] [7] DEBUG: destination_addr: "PhonenumbeR"
> 2004-11-18 15:52:33 [29715] [7] DEBUG: esm_class: 0 = 0x00000000
> 2004-11-18 15:52:33 [29715] [7] DEBUG: protocol_id: 0 = 0x00000000
> 2004-11-18 15:52:33 [29715] [7] DEBUG: priority_flag: 1 = 0x00000001
> 2004-11-18 15:52:33 [29715] [7] DEBUG: schedule_delivery_time: NULL
> 2004-11-18 15:52:33 [29715] [7] DEBUG: validity_period: NULL
> 2004-11-18 15:52:33 [29715] [7] DEBUG: registered_delivery: 0 =
> 0x00000000
> 2004-11-18 15:52:33 [29715] [7] DEBUG: replace_if_present_flag: 0 =
> 0x00000000
> 2004-11-18 15:52:33 [29715] [7] DEBUG: data_coding: 242 = 0x000000f2
> 2004-11-18 15:52:33 [29715] [7] DEBUG: sm_default_msg_id: 0 = 0x00000000
> 2004-11-18 15:52:33 [29715] [7] DEBUG: sm_length: 4 = 0x00000004
> 2004-11-18 15:52:33 [29715] [7] DEBUG: short_message: "test"
> 2004-11-18 15:52:33 [29715] [7] DEBUG: SMPP PDU dump ends.
> 2004-11-18 15:52:33 [29715] [7] DEBUG:
> SMPP[SMPP:Smpp.server.coM:0/10000:UsernamE:]: Sending PDU:
> 2004-11-18 15:52:33 [29715] [7] DEBUG: SMPP PDU 0x81932b8 dump:
> 2004-11-18 15:52:33 [29715] [7] DEBUG: type_name: deliver_sm_resp
> 2004-11-18 15:52:33 [29715] [7] DEBUG: command_id: 2147483653 =
> 0x80000005
> 2004-11-18 15:52:33 [29715] [7] DEBUG: command_status: 10 = 0x0000000a
> 2004-11-18 15:52:33 [29715] [7] DEBUG: sequence_number: 2 = 0x00000002
> 2004-11-18 15:52:33 [29715] [7] DEBUG: message_id: NULL
> 2004-11-18 15:52:33 [29715] [7] DEBUG: SMPP PDU dump ends.
> 2004-11-18 15:52:33 [29715] [7] DEBUG:
> SMPP[SMPP:Smpp.server.coM:0/10000:UsernamE:]: Got PDU:
> 2004-11-18 15:52:33 [29715] [7] DEBUG: SMPP PDU 0x81933e0 dump:
> 2004-11-18 15:52:33 [29715] [7] DEBUG: type_name: deliver_sm
> 2004-11-18 15:52:33 [29715] [7] DEBUG: command_id: 5 = 0x00000005
> 2004-11-18 15:52:33 [29715] [7] DEBUG: command_status: 0 = 0x00000000
> 2004-11-18 15:52:33 [29715] [7] DEBUG: sequence_number: 3 = 0x00000003
> 2004-11-18 15:52:33 [29715] [7] DEBUG: service_type: "00000"
> 2004-11-18 15:52:33 [29715] [7] DEBUG: source_addr_ton: 2 = 0x00000002
> 2004-11-18 15:52:33 [29715] [7] DEBUG: source_addr_npi: 3 = 0x00000003
> 2004-11-18 15:52:33 [29715] [7] DEBUG: source_addr: "+38163333333"
> 2004-11-18 15:52:33 [29715] [7] DEBUG: dest_addr_ton: 2 = 0x00000002
> 2004-11-18 15:52:33 [29715] [7] DEBUG: dest_addr_npi: 3 = 0x00000003
> 2004-11-18 15:52:33 [29715] [7] DEBUG: destination_addr: "PhonenumbeR"
> 2004-11-18 15:52:33 [29715] [7] DEBUG: esm_class: 0 = 0x00000000
> 2004-11-18 15:52:33 [29715] [7] DEBUG: protocol_id: 0 = 0x00000000
> 2004-11-18 15:52:33 [29715] [7] DEBUG: priority_flag: 1 = 0x00000001
> 2004-11-18 15:52:33 [29715] [7] DEBUG: schedule_delivery_time: NULL
> 2004-11-18 15:52:33 [29715] [7] DEBUG: validity_period: NULL
> 2004-11-18 15:52:33 [29715] [7] DEBUG: registered_delivery: 0 =
> 0x00000000
> 2004-11-18 15:52:33 [29715] [7] DEBUG: replace_if_present_flag: 0 =
> 0x00000000
> 2004-11-18 15:52:33 [29715] [7] DEBUG: data_coding: 242 = 0x000000f2
> 2004-11-18 15:52:33 [29715] [7] DEBUG: sm_default_msg_id: 0 = 0x00000000
> 2004-11-18 15:52:33 [29715] [7] DEBUG: sm_length: 4 = 0x00000004
> 2004-11-18 15:52:33 [29715] [7] DEBUG: short_message: "test"
> 2004-11-18 15:52:33 [29715] [7] DEBUG: SMPP PDU dump ends.
> 2004-11-18 15:52:33 [29715] [7] DEBUG:
> SMPP[SMPP:Smpp.server.coM:0/10000:UsernamE:]: Sending PDU:
> 2004-11-18 15:52:33 [29715] [7] DEBUG: SMPP PDU 0x8193518 dump:
> 2004-11-18 15:52:33 [29715] [7] DEBUG: type_name: deliver_sm_resp
> 2004-11-18 15:52:33 [29715] [7] DEBUG: command_id: 2147483653 =
> 0x80000005
> 2004-11-18 15:52:33 [29715] [7] DEBUG: command_status: 10 = 0x0000000a
> 2004-11-18 15:52:33 [29715] [7] DEBUG: sequence_number: 3 = 0x00000003
> 2004-11-18 15:52:33 [29715] [7] DEBUG: message_id: NULL
> 2004-11-18 15:52:33 [29715] [7] DEBUG: SMPP PDU dump ends.
> 2004-11-18 15:52:33 [29715] [7] ERROR:
> SMPP[SMPP:Smpp.server.coM:0/10000:UsernamE:]: I/O error or other error.
> Re-connecting.
> 2004-11-18 15:52:33 [29715] [7] ERROR:
> SMPP[SMPP:Smpp.server.coM:0/10000:UsernamE:]: Couldn't connect to SMS
> center (retrying in 10 seconds).
> 2004-11-18 15:52:43 [29715] [7] DEBUG:
> SMPP[SMPP:Smpp.server.coM:0/10000:UsernamE:]: Sending PDU:
> 2004-11-18 15:52:43 [29715] [7] DEBUG: SMPP PDU 0x81932b8 dump:
> 2004-11-18 15:52:43 [29715] [7] DEBUG: type_name: bind_receiver
> 2004-11-18 15:52:43 [29715] [7] DEBUG: command_id: 1 = 0x00000001
> 2004-11-18 15:52:43 [29715] [7] DEBUG: command_status: 0 = 0x00000000
> 2004-11-18 15:52:43 [29715] [7] DEBUG: sequence_number: 3 = 0x00000003
> 2004-11-18 15:52:43 [29715] [7] DEBUG: system_id: "UsernamE"
> 2004-11-18 15:52:43 [29715] [7] DEBUG: password: "PasswordD"
> 2004-11-18 15:52:43 [29715] [7] DEBUG: system_type: ""
> 2004-11-18 15:52:43 [29715] [7] DEBUG: interface_version: 52 =
> 0x00000034
> 2004-11-18 15:52:43 [29715] [7] DEBUG: addr_ton: 0 = 0x00000000
> 2004-11-18 15:52:43 [29715] [7] DEBUG: addr_npi: 0 = 0x00000000
> 2004-11-18 15:52:43 [29715] [7] DEBUG: address_range: ""
> 2004-11-18 15:52:43 [29715] [7] DEBUG: SMPP PDU dump ends.
> 2004-11-18 15:52:43 [29715] [7] DEBUG:
> SMPP[SMPP:Smpp.server.coM:0/10000:UsernamE:]: Got PDU:
> 2004-11-18 15:52:43 [29715] [7] DEBUG: SMPP PDU 0x81932d8 dump:
> 2004-11-18 15:52:43 [29715] [7] DEBUG: type_name: bind_receiver_resp
> 2004-11-18 15:52:43 [29715] [7] DEBUG: command_id: 2147483649 =
> 0x80000001
> 2004-11-18 15:52:43 [29715] [7] DEBUG: command_status: 0 = 0x00000000
> 2004-11-18 15:52:43 [29715] [7] DEBUG: sequence_number: 3 = 0x00000003
> 2004-11-18 15:52:43 [29715] [7] DEBUG: system_id: "Smpp_server_iD"
> 2004-11-18 15:52:43 [29715] [7] DEBUG: SMPP PDU dump ends.
> 2004-11-18 15:52:46 [29715] [7] DEBUG:
> SMPP[SMPP:Smpp.server.coM:0/10000:UsernamE:]: Got PDU:
> 2004-11-18 15:52:46 [29715] [7] DEBUG: SMPP PDU 0x81933e0 dump:
> 2004-11-18 15:52:46 [29715] [7] DEBUG: type_name: deliver_sm
> 2004-11-18 15:52:46 [29715] [7] DEBUG: command_id: 5 = 0x00000005
> 2004-11-18 15:52:46 [29715] [7] DEBUG: command_status: 0 = 0x00000000
> 2004-11-18 15:52:46 [29715] [7] DEBUG: sequence_number: 1 = 0x00000001
> 2004-11-18 15:52:46 [29715] [7] DEBUG: service_type: "00000"
> 2004-11-18 15:52:46 [29715] [7] DEBUG: source_addr_ton: 2 = 0x00000002
> 2004-11-18 15:52:46 [29715] [7] DEBUG: source_addr_npi: 3 = 0x00000003
> 2004-11-18 15:52:46 [29715] [7] DEBUG: source_addr: "+38163333333"
> 2004-11-18 15:52:46 [29715] [7] DEBUG: dest_addr_ton: 2 = 0x00000002
> 2004-11-18 15:52:46 [29715] [7] DEBUG: dest_addr_npi: 3 = 0x00000003
> 2004-11-18 15:52:46 [29715] [7] DEBUG: destination_addr: "PhonenumbeR"
> 2004-11-18 15:52:46 [29715] [7] DEBUG: esm_class: 0 = 0x00000000
> 2004-11-18 15:52:46 [29715] [7] DEBUG: protocol_id: 0 = 0x00000000
> 2004-11-18 15:52:46 [29715] [7] DEBUG: priority_flag: 1 = 0x00000001
> 2004-11-18 15:52:46 [29715] [7] DEBUG: schedule_delivery_time: NULL
> 2004-11-18 15:52:46 [29715] [7] DEBUG: validity_period: NULL
> 2004-11-18 15:52:46 [29715] [7] DEBUG: registered_delivery: 0 =
> 0x00000000
> 2004-11-18 15:52:46 [29715] [7] DEBUG: replace_if_present_flag: 0 =
> 0x00000000
> 2004-11-18 15:52:46 [29715] [7] DEBUG: data_coding: 242 = 0x000000f2
> 2004-11-18 15:52:46 [29715] [7] DEBUG: sm_default_msg_id: 0 = 0x00000000
> 2004-11-18 15:52:46 [29715] [7] DEBUG: sm_length: 4 = 0x00000004
> 2004-11-18 15:52:46 [29715] [7] DEBUG: short_message: "test"
> 2004-11-18 15:52:46 [29715] [7] DEBUG: SMPP PDU dump ends.
> 2004-11-18 15:52:46 [29715] [7] DEBUG:
> SMPP[SMPP:Smpp.server.coM:0/10000:UsernamE:]: Sending PDU:
> 2004-11-18 15:52:46 [29715] [7] DEBUG: SMPP PDU 0x8193518 dump:
> 2004-11-18 15:52:46 [29715] [7] DEBUG: type_name: deliver_sm_resp
> 2004-11-18 15:52:46 [29715] [7] DEBUG: command_id: 2147483653 =
> 0x80000005
> 2004-11-18 15:52:46 [29715] [7] DEBUG: command_status: 10 = 0x0000000a
> 2004-11-18 15:52:46 [29715] [7] DEBUG: sequence_number: 1 = 0x00000001
> 2004-11-18 15:52:46 [29715] [7] DEBUG: message_id: NULL
> 2004-11-18 15:52:46 [29715] [7] DEBUG: SMPP PDU dump ends.
> 2004-11-18 15:52:46 [29715] [7] DEBUG:
> SMPP[SMPP:Smpp.server.coM:0/10000:UsernamE:]: Got PDU:
> 2004-11-18 15:52:46 [29715] [7] DEBUG: SMPP PDU 0x81933e0 dump:
> 2004-11-18 15:52:46 [29715] [7] DEBUG: type_name: deliver_sm
> 2004-11-18 15:52:46 [29715] [7] DEBUG: command_id: 5 = 0x00000005
> 2004-11-18 15:52:46 [29715] [7] DEBUG: command_status: 0 = 0x00000000
> 2004-11-18 15:52:46 [29715] [7] DEBUG: sequence_number: 2 = 0x00000002
> 2004-11-18 15:52:46 [29715] [7] DEBUG: service_type: "00000"
> 2004-11-18 15:52:46 [29715] [7] DEBUG: source_addr_ton: 2 = 0x00000002
> 2004-11-18 15:52:46 [29715] [7] DEBUG: source_addr_npi: 3 = 0x00000003
> 2004-11-18 15:52:46 [29715] [7] DEBUG: source_addr: "+38163333333"
> 2004-11-18 15:52:46 [29715] [7] DEBUG: dest_addr_ton: 2 = 0x00000002
> 2004-11-18 15:52:46 [29715] [7] DEBUG: dest_addr_npi: 3 = 0x00000003
> 2004-11-18 15:52:46 [29715] [7] DEBUG: destination_addr: "PhonenumbeR"
> 2004-11-18 15:52:46 [29715] [7] DEBUG: esm_class: 0 = 0x00000000
> 2004-11-18 15:52:46 [29715] [7] DEBUG: protocol_id: 0 = 0x00000000
> 2004-11-18 15:52:46 [29715] [7] DEBUG: priority_flag: 1 = 0x00000001
> 2004-11-18 15:52:46 [29715] [7] DEBUG: schedule_delivery_time: NULL
> 2004-11-18 15:52:46 [29715] [7] DEBUG: validity_period: NULL
> 2004-11-18 15:52:46 [29715] [7] DEBUG: registered_delivery: 0 =
> 0x00000000
> 2004-11-18 15:52:46 [29715] [7] DEBUG: replace_if_present_flag: 0 =
> 0x00000000
> 2004-11-18 15:52:46 [29715] [7] DEBUG: data_coding: 242 = 0x000000f2
> 2004-11-18 15:52:46 [29715] [7] DEBUG: sm_default_msg_id: 0 = 0x00000000
> 2004-11-18 15:52:46 [29715] [7] DEBUG: sm_length: 4 = 0x00000004
> 2004-11-18 15:52:46 [29715] [7] DEBUG: short_message: "test"
> 2004-11-18 15:52:46 [29715] [7] DEBUG: SMPP PDU dump ends.
> 2004-11-18 15:52:46 [29715] [7] DEBUG:
> SMPP[SMPP:Smpp.server.coM:0/10000:UsernamE:]: Sending PDU:
> 2004-11-18 15:52:46 [29715] [7] DEBUG: SMPP PDU 0x81932b8 dump:
> 2004-11-18 15:52:46 [29715] [7] DEBUG: type_name: deliver_sm_resp
> 2004-11-18 15:52:46 [29715] [7] DEBUG: command_id: 2147483653 =
> 0x80000005
> 2004-11-18 15:52:46 [29715] [7] DEBUG: command_status: 10 = 0x0000000a
> 2004-11-18 15:52:46 [29715] [7] DEBUG: sequence_number: 2 = 0x00000002
> 2004-11-18 15:52:46 [29715] [7] DEBUG: message_id: NULL
> 2004-11-18 15:52:46 [29715] [7] DEBUG: SMPP PDU dump ends.
> 2004-11-18 15:52:46 [29715] [7] DEBUG:
> SMPP[SMPP:Smpp.server.coM:0/10000:UsernamE:]: Got PDU:
> 2004-11-18 15:52:46 [29715] [7] DEBUG: SMPP PDU 0x81933e0 dump:
> 2004-11-18 15:52:46 [29715] [7] DEBUG: type_name: deliver_sm
> 2004-11-18 15:52:46 [29715] [7] DEBUG: command_id: 5 = 0x00000005
> 2004-11-18 15:52:46 [29715] [7] DEBUG: command_status: 0 = 0x00000000
> 2004-11-18 15:52:46 [29715] [7] DEBUG: sequence_number: 3 = 0x00000003
> 2004-11-18 15:52:46 [29715] [7] DEBUG: service_type: "00000"
> 2004-11-18 15:52:46 [29715] [7] DEBUG: source_addr_ton: 2 = 0x00000002
> 2004-11-18 15:52:46 [29715] [7] DEBUG: source_addr_npi: 3 = 0x00000003
> 2004-11-18 15:52:46 [29715] [7] DEBUG: source_addr: "+38163333333"
> 2004-11-18 15:52:46 [29715] [7] DEBUG: dest_addr_ton: 2 = 0x00000002
> 2004-11-18 15:52:46 [29715] [7] DEBUG: dest_addr_npi: 3 = 0x00000003
> 2004-11-18 15:52:46 [29715] [7] DEBUG: destination_addr: "PhonenumbeR"
> 2004-11-18 15:52:46 [29715] [7] DEBUG: esm_class: 0 = 0x00000000
> 2004-11-18 15:52:46 [29715] [7] DEBUG: protocol_id: 0 = 0x00000000
> 2004-11-18 15:52:46 [29715] [7] DEBUG: priority_flag: 1 = 0x00000001
> 2004-11-18 15:52:46 [29715] [7] DEBUG: schedule_delivery_time: NULL
> 2004-11-18 15:52:46 [29715] [7] DEBUG: validity_period: NULL
> 2004-11-18 15:52:46 [29715] [7] DEBUG: registered_delivery: 0 =
> 0x00000000
> 2004-11-18 15:52:46 [29715] [7] DEBUG: replace_if_present_flag: 0 =
> 0x00000000
> 2004-11-18 15:52:46 [29715] [7] DEBUG: data_coding: 242 = 0x000000f2
> 2004-11-18 15:52:46 [29715] [7] DEBUG: sm_default_msg_id: 0 = 0x00000000
> 2004-11-18 15:52:46 [29715] [7] DEBUG: sm_length: 4 = 0x00000004
> 2004-11-18 15:52:46 [29715] [7] DEBUG: short_message: "test"
> 2004-11-18 15:52:46 [29715] [7] DEBUG: SMPP PDU dump ends.
> 2004-11-18 15:52:46 [29715] [7] DEBUG:
> SMPP[SMPP:Smpp.server.coM:0/10000:UsernamE:]: Sending PDU:
> 2004-11-18 15:52:46 [29715] [7] DEBUG: SMPP PDU 0x8193518 dump:
> 2004-11-18 15:52:46 [29715] [7] DEBUG: type_name: deliver_sm_resp
> 2004-11-18 15:52:46 [29715] [7] DEBUG: command_id: 2147483653 =
> 0x80000005
> 2004-11-18 15:52:46 [29715] [7] DEBUG: command_status: 10 = 0x0000000a
> 2004-11-18 15:52:46 [29715] [7] DEBUG: sequence_number: 3 = 0x00000003
> 2004-11-18 15:52:46 [29715] [7] DEBUG: message_id: NULL
> 2004-11-18 15:52:46 [29715] [7] DEBUG: SMPP PDU dump ends.
> 2004-11-18 15:52:46 [29715] [7] ERROR:
> SMPP[SMPP:Smpp.server.coM:0/10000:UsernamE:]: I/O error or other error.
> Re-connecting.
> 2004-11-18 15:52:46 [29715] [7] ERROR:
> SMPP[SMPP:Smpp.server.coM:0/10000:UsernamE:]: Couldn't connect to SMS
> center (retrying in 10 seconds).
> 2004-11-18 15:52:48 [29711] [3] DEBUG: HTTP: Creating HTTPClient for
> `82.208.254.145'.
> 2004-11-18 15:52:48 [29712] [4] DEBUG: Shutting down Kannel...
> 2004-11-18 15:52:48 [29712] [4] DEBUG: shutting down smsc
> 2004-11-18 15:52:48 [29712] [4] DEBUG: Shutting down SMSCConn
> SMPP:Smpp.server.coM:0/10000:UsernamE: (slow)
> 2004-11-18 15:52:48 [29715] [7] DEBUG: Thread 7
> (gw/smsc/smsc_smpp.c:io_thread) terminates.
> 2004-11-18 15:52:48 [29712] [4] DEBUG: SMSCConn
> SMPP:Smpp.server.coM:0/10000:UsernamE: shut down.
> 2004-11-18 15:52:48 [29712] [4] DEBUG: shutting down udp
> 2004-11-18 15:52:48 [29709] [1] DEBUG: Dumping 0 messages and 0 acks to
> store
> 2004-11-18 15:52:48 [29709] [1] DEBUG: Thread 1
> (gw/bb_store.c:store_cleanup) terminates.
> 2004-11-18 15:52:48 [29707] [0] WARNING: Killing signal or HTTP admin
> command received, shutting down...
> 2004-11-18 15:52:48 [29712] [4] DEBUG: HTTP: Resetting HTTPClient for
> `82.208.254.145'.
> 2004-11-18 15:52:49 [29712] [4] DEBUG: HTTP: Resetting HTTPClient for
> `82.208.254.145'.
> 2004-11-18 15:52:49 [29712] [4] DEBUG: HTTP: Resetting HTTPClient for
> `82.208.254.145'.
> 2004-11-18 15:52:49 [29713] [5] DEBUG: Thread 5
> (gw/bb_boxc.c:sms_to_smsboxes) terminates.
> 2004-11-18 15:52:49 [29714] [6] DEBUG: Thread 6 (gw/bb_boxc.c:smsboxc_run)
> terminates.
> 2004-11-18 15:52:49 [29707] [0] INFO: All flow threads have died, killing
> core
> 2004-11-18 15:52:49 [29707] [0] DEBUG: Waiting for 3
> (gwlib/http.c:server_thread) to terminate
> 2004-11-18 15:52:49 [29712] [4] DEBUG: HTTP: No clients with requests,
> quitting.
> 2004-11-18 15:52:49 [29712] [4] DEBUG: Thread 4
> (gw/bb_http.c:httpadmin_run) terminates.
> 2004-11-18 15:52:49 [29716] [8] DEBUG: Thread 8
> (gw/bb_smscconn.c:sms_router) terminates.
> 2004-11-18 15:52:49 [29711] [3] DEBUG: Thread 3
> (gwlib/http.c:server_thread) terminates.
> 2004-11-18 15:52:49 [29710] [2] WARNING: Destroying fdset with 1 active
> entries.
> 2004-11-18 15:52:49 [29710] [2] DEBUG: Thread 2 (gwlib/fdset.c:poller)
> terminates.
> 2004-11-18 15:52:49 [29707] [0] DEBUG: final clean-up for SMSCConn
> 2004-11-18 15:52:49 [29707] [0] INFO: Total WDP messages: received 0, sent
> 0 2004-11-18 15:52:49 [29707] [0] INFO: Total SMS messages: received 0,
> sent 0 2004-11-18 15:52:49 [29707] [0] DEBUG: Immutable octet strings:
> 274.
--
Thanks,
Alex
------------------------------
_______________________________________________
devel mailing list
[email protected]
http://www.kannel.org/mailman/listinfo/devel
End of devel Digest, Vol 11, Issue 17
*************************************