Hello,
I am using the kannel software as an SMSC gateway to submit data downloads to SIM cards. One of the operations that I do is to request that the SIM send back an SMS to the sender (in this case, the kannel software). Everything works fine and the SMS is received and I can read it in the kannel logs. The problem is that kannel responds back indicating that there is no service and the request failed (see below). Is there anyway that I can configure the sms-service so that nothing is ever sent back to the device sending the SMS? Basically, I just want to be able to receive an SMS from my device and have kannel not respond. The top part of the logs show the message from my device (contents is some data) and the bottom part shows kannel responding telling the device there is no service. 2008-10-09 17:16:34 [29108] [6] DEBUG: SMPP PDU 0x9a78520 dump: 2008-10-09 17:16:34 [29108] [6] DEBUG: type_name: deliver_sm 2008-10-09 17:16:34 [29108] [6] DEBUG: command_id: 5 = 0x00000005 2008-10-09 17:16:34 [29108] [6] DEBUG: command_status: 0 = 0x00000000 2008-10-09 17:16:34 [29108] [6] DEBUG: sequence_number: 148 = 0x00000094 2008-10-09 17:16:34 [29108] [6] DEBUG: service_type: NULL 2008-10-09 17:16:34 [29108] [6] DEBUG: source_addr_ton: 1 = 0x00000001 2008-10-09 17:16:34 [29108] [6] DEBUG: source_addr_npi: 1 = 0x00000001 2008-10-09 17:16:34 [29108] [6] DEBUG: source_addr: "882351050097068" 2008-10-09 17:16:34 [29108] [6] DEBUG: dest_addr_ton: 1 = 0x00000001 2008-10-09 17:16:34 [29108] [6] DEBUG: dest_addr_npi: 3 = 0x00000003 2008-10-09 17:16:34 [29108] [6] DEBUG: destination_addr: "9902000" 2008-10-09 17:16:34 [29108] [6] DEBUG: esm_class: 64 = 0x00000040 2008-10-09 17:16:34 [29108] [6] DEBUG: protocol_id: 0 = 0x00000000 2008-10-09 17:16:34 [29108] [6] DEBUG: priority_flag: 1 = 0x00000001 2008-10-09 17:16:34 [29108] [6] DEBUG: schedule_delivery_time: NULL 2008-10-09 17:16:34 [29108] [6] DEBUG: validity_period: NULL 2008-10-09 17:16:34 [29108] [6] DEBUG: registered_delivery: 0 = 0x00000000 2008-10-09 17:16:34 [29108] [6] DEBUG: replace_if_present_flag: 0 = 0x00000000 2008-10-09 17:16:34 [29108] [6] DEBUG: data_coding: 246 = 0x000000f6 2008-10-09 17:16:34 [29108] [6] DEBUG: sm_default_msg_id: 0 = 0x00000000 2008-10-09 17:16:34 [29108] [6] DEBUG: sm_length: 30 = 0x0000001e 2008-10-09 17:16:34 [29108] [6] DEBUG: short_message: 2008-10-09 17:16:34 [29108] [6] DEBUG: Octet string at 0x9a78ad0: 2008-10-09 17:16:34 [29108] [6] DEBUG: len: 30 2008-10-09 17:16:34 [29108] [6] DEBUG: size: 31 2008-10-09 17:16:34 [29108] [6] DEBUG: immutable: 0 2008-10-09 17:16:34 [29108] [6] DEBUG: data: 02 71 00 00 19 0a 00 00 01 12 83 46 25 20 00 00 .q.........F% .. 2008-10-09 17:16:34 [29108] [6] DEBUG: data: 04 90 00 84 11 1f 5e 13 f0 62 01 48 ff 00 ......^..b.H.. 2008-10-09 17:16:34 [29108] [6] DEBUG: Octet string dump ends. 2008-10-09 17:16:34 [29108] [6] DEBUG: SMPP PDU dump ends. 2008-10-09 17:16:34 [29108] [6] DEBUG: SMPP[SMPP:10.2.2.20:3700/3700:JW_OTA_IN:VMA]: UDH length read as 3 2008-10-09 17:16:34 [29108] [6] DEBUG: SMPP[SMPP:10.2.2.20:3700/3700:JW_OTA_IN:VMA]: Sending PDU: 2008-10-09 17:16:34 [29108] [6] DEBUG: SMPP PDU 0x9a78bb0 dump: 2008-10-09 17:16:34 [29108] [6] DEBUG: type_name: deliver_sm_resp 2008-10-09 17:16:34 [29108] [6] DEBUG: command_id: 2147483653 = 0x80000005 2008-10-09 17:16:34 [29108] [6] DEBUG: command_status: 0 = 0x00000000 2008-10-09 17:16:34 [29108] [6] DEBUG: sequence_number: 148 = 0x00000094 2008-10-09 17:16:34 [29108] [6] DEBUG: message_id: NULL 2008-10-09 17:16:34 [29108] [6] DEBUG: SMPP PDU dump ends. 2008-10-09 17:16:34 [29108] [9] DEBUG: send_msg: sending msg to box: <127.0.0.1> 2008-10-09 17:16:34 [29108] [9] DEBUG: boxc_sender: sent message to <127.0.0.1> 2008-10-09 17:16:34 [29108] [8] DEBUG: boxc_receiver: sms received 2008-10-09 17:16:34 [29108] [8] DEBUG: send_msg: sending msg to box: <127.0.0.1> 2008-10-09 17:16:34 [29108] [8] DEBUG: boxc_receiver: got ack 2008-10-09 17:16:34 [29108] [6] DEBUG: SMPP[SMPP:10.2.2.20:3700/3700:JW_OTA_IN:VMA]: Manually forced source addr ton = 1, source add npi = 3 2008-10-09 17:16:34 [29108] [6] DEBUG: SMPP[SMPP:10.2.2.20:3700/3700:JW_OTA_IN:VMA]: Manually forced dest addr ton = 1, dest add npi = 1 2008-10-09 17:16:34 [29108] [6] DEBUG: SMPP[SMPP:10.2.2.20:3700/3700:JW_OTA_IN:VMA]: Sending PDU: 2008-10-09 17:16:34 [29108] [6] DEBUG: SMPP PDU 0x9a78a00 dump: 2008-10-09 17:16:34 [29108] [6] DEBUG: type_name: submit_sm 2008-10-09 17:16:34 [29108] [6] DEBUG: command_id: 4 = 0x00000004 2008-10-09 17:16:34 [29108] [6] DEBUG: command_status: 0 = 0x00000000 2008-10-09 17:16:34 [29108] [6] DEBUG: sequence_number: 20 = 0x00000014 2008-10-09 17:16:34 [29108] [6] DEBUG: service_type: NULL 2008-10-09 17:16:34 [29108] [6] DEBUG: source_addr_ton: 1 = 0x00000001 2008-10-09 17:16:34 [29108] [6] DEBUG: source_addr_npi: 3 = 0x00000003 2008-10-09 17:16:34 [29108] [6] DEBUG: source_addr: "9902000" 2008-10-09 17:16:34 [29108] [6] DEBUG: dest_addr_ton: 1 = 0x00000001 2008-10-09 17:16:34 [29108] [6] DEBUG: dest_addr_npi: 1 = 0x00000001 2008-10-09 17:16:34 [29108] [6] DEBUG: destination_addr: "882351050097068" 2008-10-09 17:16:34 [29108] [6] DEBUG: esm_class: 3 = 0x00000003 2008-10-09 17:16:34 [29108] [6] DEBUG: protocol_id: 0 = 0x00000000 2008-10-09 17:16:34 [29108] [6] DEBUG: priority_flag: 0 = 0x00000000 2008-10-09 17:16:34 [29108] [6] DEBUG: schedule_delivery_time: NULL 2008-10-09 17:16:34 [29108] [6] DEBUG: validity_period: NULL 2008-10-09 17:16:34 [29108] [6] DEBUG: registered_delivery: 0 = 0x00000000 2008-10-09 17:16:34 [29108] [6] DEBUG: replace_if_present_flag: 0 = 0x00000000 2008-10-09 17:16:34 [29108] [6] DEBUG: data_coding: 0 = 0x00000000 2008-10-09 17:16:34 [29108] [6] DEBUG: sm_default_msg_id: 0 = 0x00000000 2008-10-09 17:16:34 [29108] [6] DEBUG: sm_length: 14 = 0x0000000e 2008-10-09 17:16:34 [29108] [6] DEBUG: short_message: "Request Failed" 2008-10-09 17:16:34 [29108] [6] DEBUG: SMPP PDU dump ends. 2008-10-09 17:16:35 [29108] [6] DEBUG: SMPP[SMPP:10.2.2.20:3700/3700:JW_OTA_IN:VMA]: Got PDU: 2008-10-09 17:16:35 [29108] [6] DEBUG: SMPP PDU 0x9a78520 dump: 2008-10-09 17:16:35 [29108] [6] DEBUG: type_name: submit_sm_resp 2008-10-09 17:16:35 [29108] [6] DEBUG: command_id: 2147483652 = 0x80000004 2008-10-09 17:16:35 [29108] [6] DEBUG: command_status: 0 = 0x00000000 2008-10-09 17:16:35 [29108] [6] DEBUG: sequence_number: 20 = 0x00000014 2008-10-09 17:16:35 [29108] [6] DEBUG: message_id: "106b9f" 2008-10-09 17:16:35 [29108] [6] DEBUG: SMPP PDU dump ends. 2008-10-09 17:16:50 [29108] [8] DEBUG: boxc_receiver: heartbeat with load value 0 received Kent Walker Wireless Network Engineer Jasper Wireless 501 Macara Avenue, Suite 202 Sunnyvale, CA 94085 USA (w) 408-328-5269 (m) 425-233-9859 (f) 408-328-5201
