Hi list, I have 2 connection one RX and the other TX, the both connections are connected fine, I can receive the SMS using the RX, but when I use the TX connection to send SMS it is changed to reconnecting and I get the following error in my logs:
2008-12-02 14:21:07 [10148] [7] DEBUG: SMPP[MYTXCONNECTION]: Manually forced dest addr ton = 1, dest add npi = 1 2008-12-02 14:21:07 [10148] [7] DEBUG: SMPP[MYTXCONNECTION]: Sending PDU: 2008-12-02 14:21:07 [10148] [7] DEBUG: SMPP PDU 0x81b5430 dump: 2008-12-02 14:21:07 [10148] [7] DEBUG: type_name: submit_sm 2008-12-02 14:21:07 [10148] [7] DEBUG: command_id: 4 = 0x00000004 2008-12-02 14:21:07 [10148] [7] DEBUG: command_status: 0 = 0x00000000 2008-12-02 14:21:07 [10148] [7] DEBUG: sequence_number: 5 = 0x00000005 2008-12-02 14:21:07 [10148] [7] DEBUG: service_type: "200" 2008-12-02 14:21:07 [10148] [7] DEBUG: source_addr_ton: 1 = 0x00000001 2008-12-02 14:21:07 [10148] [7] DEBUG: source_addr_npi: 1 = 0x00000001 2008-12-02 14:21:07 [10148] [7] DEBUG: source_addr: "6119" 2008-12-02 14:21:07 [10148] [7] DEBUG: dest_addr_ton: 1 = 0x00000001 2008-12-02 14:21:07 [10148] [7] DEBUG: dest_addr_npi: 1 = 0x00000001 2008-12-02 14:21:07 [10148] [7] DEBUG: destination_addr: "xxxxxxxxxxxx" 2008-12-02 14:21:07 [10148] [7] DEBUG: esm_class: 3 = 0x00000003 2008-12-02 14:21:07 [10148] [7] DEBUG: protocol_id: 0 = 0x00000000 2008-12-02 14:21:07 [10148] [7] DEBUG: priority_flag: 0 = 0x00000000 2008-12-02 14:21:07 [10148] [7] DEBUG: schedule_delivery_time: NULL 2008-12-02 14:21:07 [10148] [7] DEBUG: validity_period: NULL 2008-12-02 14:21:07 [10148] [7] DEBUG: registered_delivery: 1 = 0x00000001 2008-12-02 14:21:07 [10148] [7] DEBUG: replace_if_present_flag: 0 = 0x00000000 2008-12-02 14:21:07 [10148] [7] DEBUG: data_coding: 8 = 0x00000008 2008-12-02 14:21:07 [10148] [7] DEBUG: sm_default_msg_id: 0 = 0x00000000 2008-12-02 14:21:07 [10148] [7] DEBUG: sm_length: 14 = 0x0000000e 2008-12-02 14:21:07 [10148] [7] DEBUG: short_message: 2008-12-02 14:21:07 [10148] [7] DEBUG: Octet string at 0x81b5538: 2008-12-02 14:21:07 [10148] [7] DEBUG: len: 14 2008-12-02 14:21:07 [10148] [7] DEBUG: size: 15 2008-12-02 14:21:07 [10148] [7] DEBUG: immutable: 0 2008-12-02 14:21:07 [10148] [7] DEBUG: data: 00 74 00 65 00 73 00 74 00 33 00 35 00 30 .t.e.s.t.3.5.0 2008-12-02 14:21:07 [10148] [7] DEBUG: Octet string dump ends. 2008-12-02 14:21:07 [10148] [7] DEBUG: SMPP PDU dump ends. 2008-12-02 14:21:21 [10148] [7] DEBUG: SMPP[MYTXCONNECTION]: Sending enquire link: 2008-12-02 14:21:21 [10148] [7] DEBUG: SMPP PDU 0x81b5430 dump: 2008-12-02 14:21:21 [10148] [7] DEBUG: type_name: enquire_link 2008-12-02 14:21:21 [10148] [7] DEBUG: command_id: 21 = 0x00000015 2008-12-02 14:21:21 [10148] [7] DEBUG: command_status: 0 = 0x00000000 2008-12-02 14:21:21 [10148] [7] DEBUG: sequence_number: 6 = 0x00000006 2008-12-02 14:21:21 [10148] [7] DEBUG: SMPP PDU dump ends. 2008-12-02 14:21:21 [10148] [6] DEBUG: SMPP[MYRXCONNECTION]: Sending enquire link: 2008-12-02 14:21:21 [10148] [6] DEBUG: SMPP PDU 0x81b5430 dump: 2008-12-02 14:21:21 [10148] [6] DEBUG: type_name: enquire_link 2008-12-02 14:21:21 [10148] [6] DEBUG: command_id: 21 = 0x00000015 2008-12-02 14:21:21 [10148] [6] DEBUG: command_status: 0 = 0x00000000 2008-12-02 14:21:21 [10148] [6] DEBUG: sequence_number: 5 = 0x00000005 2008-12-02 14:21:21 [10148] [6] DEBUG: SMPP PDU dump ends. 2008-12-02 14:21:22 [10148] [6] DEBUG: SMPP[MYRXCONNECTION]: Got PDU: 2008-12-02 14:21:22 [10148] [6] DEBUG: SMPP PDU 0x81b5430 dump: 2008-12-02 14:21:22 [10148] [6] DEBUG: type_name: enquire_link_resp 2008-12-02 14:21:22 [10148] [6] DEBUG: command_id: 2147483669 = 0x80000015 2008-12-02 14:21:22 [10148] [6] DEBUG: command_status: 0 = 0x00000000 2008-12-02 14:21:22 [10148] [6] DEBUG: sequence_number: 5 = 0x00000005 2008-12-02 14:21:22 [10148] [6] DEBUG: SMPP PDU dump ends. 2008-12-02 14:21:26 [10148] [7] ERROR: SMPP[MYTXCONNECTION]: I/O error or other error. Re-connecting. 2008-12-02 14:21:26 [10148] [7] ERROR: SMPP[MYTXCONNECTION]: Couldn't connect to SMS center (retrying in 10 seconds). *and the following is my SMSC * group = smsc smsc = smpp smsc-id = MYRXCONNECTION host = xx.xxx.xxx.xxx port = 0 receive-port = 6566 smsc-username = "USERNAME" smsc-password = PASSWORD system-type = "smpp" dlr-group-id = MYDLRGROUP allowed-smsc-id = MYRXCONNECTION;MYDLRGROUP interface-version = 34 reconnect-delay = 10 source-addr-ton = 1 source-addr-npi = 1 dest-addr-ton = 1 dest-addr-npi = 1 bind-addr-ton = 1 bind-addr-npi = 1 msg-id-type = 0x00 log-file = /var/log/kannel/error/1.log log-level = 0 group = smsc smsc = smpp smsc-id = MYTXCONNECTION host = xx.xxx.xxx.xxx port = 6566 receive-port = 0 smsc-username = "USERNAME" smsc-password = PASSWORD system-type = "smpp" dlr-group-id = MYDLRGROUP allowed-smsc-id = MYTXCONNECTION;MYDLRGROUP interface-version = 34 reconnect-delay = 10 source-addr-ton = 1 source-addr-npi = 1 dest-addr-ton = 1 dest-addr-npi = 1 bind-addr-ton = 1 bind-addr-npi = 1 msg-id-type = 0x00 log-file = /var/log/kannel/error/1.log log-level = 0 any Ideas why that happened ? Regards, hafez
