Hi I need to open connection to SMPP server with following details: bind-addr-ton=3 bind-addr-npi=1
source-addr-ton=3 source-addr-npi=1 dest-addr-ton=1 dest-addr-npi=1 >From kannel manual i found out how to set source and dest ton/npi but how to set bind ton/npi? My current kannel.conf says: source-addr-ton = 3 source-addr-npi = 1 dest-addr-ton = 1 dest-addr-npi = 1 But then i check bearerbox.log i get: 2004-03-04 13:01:21 [5] DEBUG: SMPP PDU 0x81acd08 dump: 2004-03-04 13:01:21 [5] DEBUG: type_name: bind_transmitter 2004-03-04 13:01:21 [5] DEBUG: command_id: 2 = 0x00000002 2004-03-04 13:01:21 [5] DEBUG: command_status: 0 = 0x00000000 2004-03-04 13:01:21 [5] DEBUG: sequence_number: 140 = 0x0000008c 2004-03-04 13:01:21 [5] DEBUG: system_id: "xxxxxx" 2004-03-04 13:01:21 [5] DEBUG: password: "xxxxxx" 2004-03-04 13:01:21 [5] DEBUG: system_type: "xxxxxxx" 2004-03-04 13:01:21 [5] DEBUG: interface_version: 52 = 0x00000034 2004-03-04 13:01:21 [5] DEBUG: addr_ton: 0 = 0x00000000 2004-03-04 13:01:21 [5] DEBUG: addr_npi: 0 = 0x00000000 2004-03-04 13:01:21 [5] DEBUG: address_range: "" 2004-03-04 13:01:21 [5] ERROR: SMPP[columbia]: SMSC rejected login to transmit, code 0x0000000d (Bind Failed). 2004-03-04 13:01:21 [5] ERROR: SMPP[columbia]: I/O error or other error. Re-connecting. Illimar
