What does Bind failed mean? What should I do to establish connection to my SMSC? I have included by config and some debug log text.Thanks in advance?
---config--- group = smsc smsc = smpp smsc-id = smsc3 host = xxx.xxx.xxx.xxx port = 7501 smsc-username = "xxxx" smsc-password = "xxx" system-type = "VMA" source-addr-ton = 0 dest-addr-ton = 1 denied-smsc-id ="smsc1;smsc2" address-range = "" transceiver-mode = true ---eof--config--- ---debug--- 2006-06-22 12:51:33 [1928] [8] DEBUG: SMPP[ite]: Sending PDU: 2006-06-22 12:51:33 [1928] [8] DEBUG: SMPP PDU 0x881c410 dump: 2006-06-22 12:51:33 [1928] [8] DEBUG: type_name: bind_transceiver 2006-06-22 12:51:33 [1928] [8] DEBUG: command_id: 9 = 0x00000009 2006-06-22 12:51:33 [1928] [8] DEBUG: command_status: 0 = 0x00000000 2006-06-22 12:51:33 [1928] [8] DEBUG: sequence_number: 2 = 0x00000002 2006-06-22 12:51:33 [1928] [8] DEBUG: system_id: "xxx" 2006-06-22 12:51:33 [1928] [8] DEBUG: password: "xxx" 2006-06-22 12:51:33 [1928] [8] DEBUG: system_type: "VMA" 2006-06-22 12:51:33 [1928] [8] DEBUG: interface_version: 52 = 0x00000034 2006-06-22 12:51:33 [1928] [8] DEBUG: addr_ton: 0 = 0x00000000 2006-06-22 12:51:33 [1928] [8] DEBUG: addr_npi: 0 = 0x00000000 2006-06-22 12:51:33 [1928] [8] DEBUG: address_range: "" 2006-06-22 12:51:33 [1928] [8] DEBUG: SMPP PDU dump ends. 2006-06-22 12:51:33 [1928] [8] DEBUG: Optional parameter tag (0x0210) 2006-06-22 12:51:33 [1928] [8] DEBUG: Optional parameter length read as 1 2006-06-22 12:51:33 [1928] [8] DEBUG: SMPP[ite]: Got PDU: 2006-06-22 12:51:33 [1928] [8] DEBUG: SMPP PDU 0x881c410 dump: 2006-06-22 12:51:33 [1928] [8] DEBUG: type_name: bind_transceiver_resp 2006-06-22 12:51:33 [1928] [8] DEBUG: command_id: 2147483657 = 0x80000009 2006-06-22 12:51:33 [1928] [8] DEBUG: command_status: 13 = 0x0000000d 2006-06-22 12:51:33 [1928] [8] DEBUG: sequence_number: 2 = 0x00000002 2006-06-22 12:51:33 [1928] [8] DEBUG: system_id: "SMPP_USSD_SERV" 2006-06-22 12:51:33 [1928] [8] DEBUG: sc_interface_version: 52 = 0x00000034 2006-06-22 12:51:33 [1928] [8] DEBUG: SMPP PDU dump ends. 2006-06-22 12:51:33 [1928] [8] ERROR: SMPP[ite]: SMSC rejected login to transmit, code 0x0000000d (Bind Failed). 2006-06-22 12:51:33 [1928] [8] ERROR: SMPP[ite]: I/O error or other error. Re-connecting. 2006-06-22 12:51:33 [1928] [8] ERROR: SMPP[ite]: Couldn't connect to SMS center (retrying in 10 seconds). ---eof--debug---
