Try asking your smpp provider which charset are they expecting and set
alt-charset accordingly.



-----Original Message-----
From: Hillel [mailto:[EMAIL PROTECTED] 
Sent: 18 April 2007 15:58
To: Kannel Devel
Subject: Any ideas why we can't bind

Hi Kannel Developers,

We are having a problem with the latest Kannel CVS to bind as a transceiver
to a SMSC.
We have tried with/without adding in bind-addr-ton=1  & bind-addr-npi=1
The smsc provider is saying the transceiver pdu's are faulty and they are
using smpp v3.
 It seems they are requesting some parameter we are not sending as we are
getting the warning:

2007-04-18 14:42:33 [24062] [7] WARNING: SMPP: PDU NULL terminated string
has no NULL.

Any ideas appreciated?  Anyone with the same problem?

Is there any problems with the latest CVS for transceiver-mode?

The Bearerbox log is:

2007-04-18 14:42:33 [24062] [7] DEBUG: SMPP[smsc1]: Sending PDU:
2007-04-18 14:42:33 [24062] [7] DEBUG: SMPP PDU 0x9f3afc0 dump:
2007-04-18 14:42:33 [24062] [7] DEBUG:   type_name: bind_transceiver
2007-04-18 14:42:33 [24062] [7] DEBUG:   command_id: 9 = 0x00000009
2007-04-18 14:42:33 [24062] [7] DEBUG:   command_status: 0 = 0x00000000
2007-04-18 14:42:33 [24062] [7] DEBUG:   sequence_number: 1 = 0x00000001
2007-04-18 14:42:33 [24062] [7] DEBUG:   system_id: "abc"
2007-04-18 14:42:33 [24062] [7] DEBUG:   password: "test"
2007-04-18 14:42:33 [24062] [7] DEBUG:   system_type: "VMA"
2007-04-18 14:42:33 [24062] [7] DEBUG:   interface_version: 82 = 0x00000052
2007-04-18 14:42:33 [24062] [7] DEBUG:   addr_ton: 1 = 0x00000001
2007-04-18 14:42:33 [24062] [7] DEBUG:   addr_npi: 1 = 0x00000001
2007-04-18 14:42:33 [24062] [7] DEBUG:   address_range: "27821111111"
2007-04-18 14:42:33 [24062] [7] DEBUG: SMPP PDU dump ends.
2007-04-18 14:42:33 [24062] [7] WARNING: SMPP: PDU NULL terminated string
has no NULL.
2007-04-18 14:42:33 [24062] [7] DEBUG: SMPP[smsc1]: Got PDU:
2007-04-18 14:42:33 [24062] [7] DEBUG: SMPP PDU 0x9f3aff0 dump:

2007-04-18 14:42:33 [24062] [7] DEBUG:   type_name: bind_transceiver_resp
2007-04-18 14:42:33 [24062] [7] DEBUG:   command_id: 2147483657 = 0x80000009
2007-04-18 14:42:33 [24062] [7] DEBUG:   command_status: 13 = 0x0000000d
2007-04-18 14:42:33 [24062] [7] DEBUG:   sequence_number: 1 = 0x00000001
2007-04-18 14:42:33 [24062] [7] DEBUG:   system_id: NULL
2007-04-18 14:42:33 [24062] [7] DEBUG: SMPP PDU dump ends.
2007-04-18 14:42:33 [24062] [7] ERROR: SMPP[smsc1]: SMSC rejected login to
transmit, code 0x0000000d (Bind Failed).
2007-04-18 14:42:33 [24062] [7] ERROR: SMPP[smsc1]: I/O error or other
error. Re-connecting.
2007-04-18 14:42:33 [24062] [7] ERROR: SMPP[smsc1]: Couldn't connect to SMS
center (retrying in 40 seconds).

The Kannel Config is:

group = smsc
smsc = smpp
smsc-id = smsc1
allowed-smsc-id = smsc1
host = x.y.z.y
port = 1000
transceiver-mode = true
smsc-username = abc
smsc-password = test
system-type = "VMA"
# default is 10
reconnect-delay=40
# default is 30
interface-version=0x34
address-range = "27821111111"
enquire-link-interval=30
source-addr-ton=1
source-addr-npi=1
dest-addr-ton=1
dest-addr-npi=1
bind-addr-ton=1
bind-addr-npi=1
throughput=10
msg-id-type=0x01
max-pending-submits=10
validityperiod=4320
connection-timeout=0







Reply via email to