Hello, I'm doing a SMPP conection with a SMSC server, using SMPP 3.4. I can process some MOs , but another not. I get this error log:
2010-08-24 11:59:09 [28646] [6] WARNING: DLR[internal]: DLR from SMSC<xxxx> for DST<57301yyyyyy> not found. 2010-08-24 11:59:09 [28646] [6] ERROR: SMPP[tigo]: got DLR but could not find message or was not interested in it id<1688867594> dst<57301yyyyyy>, type<1> 2010-08-24 11:59:54 [28646] [6] WARNING: DLR[internal]: DLR from SMSC<xxxx> for DST<57300yyyyy> not found. 2010-08-24 11:59:54 [28646] [6] ERROR: SMPP[tigo]: got DLR but could not find message or was not interested in it id<1688881074> dst<57300yyyyyyy>, type<1> 2010-08-24 12:00:54 [28646] [6] WARNING: DLR[internal]: DLR from SMSC<xxxx> for DST<57301yyyyyy> not found. 2010-08-24 12:00:54 [28646] [6] ERROR: SMPP[tigo]: got DLR but could not find message or was not interested in it id<1688899296> dst<57301yyyyyyy>, type<1> my config is: group = core admin-port = 13000 smsbox-port = 13001 admin-password = yyyyyyy log-file = "/var/log/kannel/kannel.log" log-level = 1 access-log = "/var/log/kannel/access.log" store-type=spool store-file = "/var/spool/kannel/kannel.store" dlr-storage=internal # SMSC SMPP group = smsc smsc = smpp smsc-id = yyyy host = xxxx.xxxx.xxxx.xxx port = yyyy smsc-username = "aaaaaaaa" smsc-password = "bbbbbbb" system-type = "VMA" source-addr-autodetect = yes transceiver-mode = 1 log-file = "/var/log/kannel/xxxx.log" log-level = 1 max-sms-octets = 160 group = smsbox bearerbox-host = 127.0.0.1 sendsms-port = 13013 sendsms-chars = "0123456789 +-" log-file = "/var/log/kannel/smsbox.log" log-level = 1 access-log = "/var/log/kannel/smsacess.log" group = sendsms-user username = sendersms password = xxxxxxxxx group = sms-service keyword = default text = "No service specified" get-url = "http://yyyy.yyyy.yyyy.yyyy/smsgw.php?sender=%p&text=%r" catch-all = true max-messages = 0 believe me, I'm trying to look for answers but I can't find them. Thanks a lot for your help! This is the detailed log 2010-08-24 12:04:47 [28646] [6] DEBUG: SMPP[xxxx]: throughput (0.00,0.00) 2010-08-24 12:04:47 [28646] [6] DEBUG: SMPP[xxxx]: Got PDU: 2010-08-24 12:04:47 [28646] [6] DEBUG: SMPP PDU 0x1ed61960 dump: 2010-08-24 12:04:47 [28646] [6] DEBUG: type_name: deliver_sm 2010-08-24 12:04:47 [28646] [6] DEBUG: command_id: 5 = 0x00000005 2010-08-24 12:04:47 [28646] [6] DEBUG: command_status: 0 = 0x00000000 2010-08-24 12:04:47 [28646] [6] DEBUG: sequence_number: 4988771 = 0x004c1f63 2010-08-24 12:04:47 [28646] [6] DEBUG: service_type: NULL 2010-08-24 12:04:47 [28646] [6] DEBUG: source_addr_ton: 1 = 0x00000001 2010-08-24 12:04:47 [28646] [6] DEBUG: source_addr_npi: 1 = 0x00000001 2010-08-24 12:04:47 [28646] [6] DEBUG: source_addr: "573yyyyyyyyyy" 2010-08-24 12:04:47 [28646] [6] DEBUG: dest_addr_ton: 2 = 0x00000002 2010-08-24 12:04:47 [28646] [6] DEBUG: dest_addr_npi: 1 = 0x00000001 2010-08-24 12:04:47 [28646] [6] DEBUG: destination_addr: "mmmm" 2010-08-24 12:04:47 [28646] [6] DEBUG: esm_class: 4 = 0x00000004 2010-08-24 12:04:47 [28646] [6] DEBUG: protocol_id: 0 = 0x00000000 2010-08-24 12:04:47 [28646] [6] DEBUG: priority_flag: 0 = 0x00000000 2010-08-24 12:04:47 [28646] [6] DEBUG: schedule_delivery_time: NULL 2010-08-24 12:04:47 [28646] [6] DEBUG: validity_period: NULL 2010-08-24 12:04:47 [28646] [6] DEBUG: registered_delivery: 0 = 0x00000000 2010-08-24 12:04:47 [28646] [6] DEBUG: replace_if_present_flag: 0 = 0x00000000 2010-08-24 12:04:47 [28646] [6] DEBUG: data_coding: 0 = 0x00000000 2010-08-24 12:04:47 [28646] [6] DEBUG: sm_default_msg_id: 0 = 0x00000000 2010-08-24 12:04:47 [28646] [6] DEBUG: sm_length: 122 = 0x0000007a 2010-08-24 12:04:47 [28646] [6] DEBUG: short_message: 2010-08-24 12:04:47 [28646] [6] DEBUG: Octet string at 0x1ed61900: 2010-08-24 12:04:47 [28646] [6] DEBUG: len: 122 2010-08-24 12:04:47 [28646] [6] DEBUG: size: 123 2010-08-24 12:04:47 [28646] [6] DEBUG: immutable: 0 2010-08-24 12:04:47 [28646] [6] DEBUG: data: 69 64 3a 31 36 38 38 39 36 33 39 32 30 20 73 75 id:1688963920 su 2010-08-24 12:04:47 [28646] [6] DEBUG: data: 62 3a 30 30 31 20 64 6c 76 72 64 3a 30 30 31 20 b:001 dlvrd:001 2010-08-24 12:04:47 [28646] [6] DEBUG: data: 73 75 62 6d 69 74 20 64 61 74 65 3a 31 30 30 38 submit date:1008 2010-08-24 12:04:47 [28646] [6] DEBUG: data: 32 34 31 32 30 34 20 64 6f 6e 65 20 64 61 74 65 241204 done date 2010-08-24 12:04:47 [28646] [6] DEBUG: data: 3a 31 30 30 38 32 34 31 32 30 34 20 73 74 61 74 :1008241204 stat 2010-08-24 12:04:47 [28646] [6] DEBUG: data: 3a 44 45 4c 49 56 52 44 20 65 72 72 3a 30 30 30 :DELIVRD err:000 2010-08-24 12:04:47 [28646] [6] DEBUG: data: 20 74 65 78 74 3a 00 00 00 00 00 00 00 00 00 00 text:.......... 2010-08-24 12:04:47 [28646] [6] DEBUG: data: 00 00 00 00 00 00 00 00 00 00 .......... 2010-08-24 12:04:47 [28646] [6] DEBUG: Octet string dump ends. 2010-08-24 12:04:47 [28646] [6] DEBUG: SMPP PDU dump ends. 2010-08-24 12:04:47 [28646] [6] DEBUG: SMPP[xxxx] handle_pdu, got DLR 2010-08-24 12:04:47 [28646] [6] DEBUG: DLR[internal]: Looking for DLR smsc=xxxx, ts=1688963920, dst=573yyyyyyyyyy, type=1 2010-08-24 12:04:47 [28646] [6] WARNING: DLR[internal]: DLR from SMSC<xxxx> for DST<573yyyyyyyyyy> not found. 2010-08-24 12:04:47 [28646] [6] ERROR: SMPP[xxxx]: got DLR but could not find message or was not interested in it id<1688963920> dst<573yyyyyyyyyy>, type<1> 2010-08-24 12:04:47 [28646] [6] DEBUG: SMPP[xxxx]: Sending PDU: 2010-08-24 12:04:47 [28646] [6] DEBUG: SMPP PDU 0x1ed6c410 dump: 2010-08-24 12:04:47 [28646] [6] DEBUG: type_name: deliver_sm_resp 2010-08-24 12:04:47 [28646] [6] DEBUG: command_id: 2147483653 = 0x80000005 2010-08-24 12:04:47 [28646] [6] DEBUG: command_status: 0 = 0x00000000 2010-08-24 12:04:47 [28646] [6] DEBUG: sequence_number: 4988771 = 0x004c1f63 2010-08-24 12:04:47 [28646] [6] DEBUG: message_id: NULL 2010-08-24 12:04:47 [28646] [6] DEBUG: SMPP PDU dump ends. 2010-08-24 12:04:47 [28646] [6] DEBUG: SMPP[xxxx]: throughput (0.00,0.00
