SMPP broken in cvs-20031016?
"Alex Kinch" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <001e01c3942d$8b720350$0501a8c0@alex> |
Just rebuilt our test box to use cvs-20031016 (previously was running 1.3.1-devel). I'm now experiencing problems with incoming SMPP. The message comes in, and shows up the bearerbox debug log - but nothing happens. It doesn't go anywhere! Basically the SMPP sender does a deliver_sm, which Kannel acknowledges with a deliver_sm_resp. Then nothing. Plus according to the status, no messages have been delivered on that particular SMPP connection. Here's a dump of the log: 2003-10-16 22:22:05 [16] DEBUG: SMPP[XXXX]: Got PDU: 2003-10-16 22:22:05 [16] DEBUG: SMPP PDU 0x81c2e40 dump: 2003-10-16 22:22:05 [16] DEBUG: type_name: deliver_sm 2003-10-16 22:22:05 [16] DEBUG: command_id: 5 = 0x00000005 2003-10-16 22:22:05 [16] DEBUG: command_status: 0 = 0x00000000 2003-10-16 22:22:05 [16] DEBUG: sequence_number: 4 = 0x00000004 2003-10-16 22:22:05 [16] DEBUG: service_type: "23410" 2003-10-16 22:22:05 [16] DEBUG: source_addr_ton: 1 = 0x00000001 2003-10-16 22:22:05 [16] DEBUG: source_addr_npi: 1 = 0x00000001 2003-10-16 22:22:05 [16] DEBUG: source_addr: "+44XXXXXXXXXX" 2003-10-16 22:22:05 [16] DEBUG: dest_addr_ton: 1 = 0x00000001 2003-10-16 22:22:05 [16] DEBUG: dest_addr_npi: 1 = 0x00000001 2003-10-16 22:22:05 [16] DEBUG: destination_addr: "8XXXX" 2003-10-16 22:22:05 [16] DEBUG: esm_class: 0 = 0x00000000 2003-10-16 22:22:05 [16] DEBUG: protocol_id: 0 = 0x00000000 2003-10-16 22:22:05 [16] DEBUG: priority_flag: 1 = 0x00000001 2003-10-16 22:22:05 [16] DEBUG: schedule_delivery_time: NULL 2003-10-16 22:22:05 [16] DEBUG: validity_period: NULL 2003-10-16 22:22:05 [16] DEBUG: registered_delivery: 0 = 0x00000000 2003-10-16 22:22:05 [16] DEBUG: replace_if_present_flag: 0 = 0x00000000 2003-10-16 22:22:05 [16] DEBUG: data_coding: 242 = 0x000000f2 2003-10-16 22:22:05 [16] DEBUG: sm_default_msg_id: 0 = 0x00000000 2003-10-16 22:22:05 [16] DEBUG: sm_length: 4 = 0x00000004 2003-10-16 22:22:05 [16] DEBUG: short_message: "test" 2003-10-16 22:22:05 [16] DEBUG: SMPP PDU dump ends. 2003-10-16 22:22:05 [16] DEBUG: SMPP[XXXX]: Sending PDU: 2003-10-16 22:22:05 [16] DEBUG: SMPP PDU 0x81c3498 dump: 2003-10-16 22:22:05 [16] DEBUG: type_name: deliver_sm_resp 2003-10-16 22:22:05 [16] DEBUG: command_id: 2147483653 = 0x80000005 2003-10-16 22:22:05 [16] DEBUG: command_status: 10 = 0x0000000a 2003-10-16 22:22:05 [16] DEBUG: sequence_number: 4 = 0x00000004 2003-10-16 22:22:05 [16] DEBUG: message_id: NULL 2003-10-16 22:22:05 [16] DEBUG: SMPP PDU dump ends. Any ideas? Alex