The error message is self-explanatory. Note that smpp passwords cannot
exceed more than 8 characters.

 

== Rene

 

From: [email protected] [mailto:[email protected]] On Behalf
Of Marc ANDREAS
Sent: Monday, 24 October, 2011 16:22
To: [email protected] [email protected]
Subject: WARNING: SMPP: PDU NULL terminated string has no NULL

 

I need your help to solve an issue I have with one operator. I'm not able to
connect to its SMSC. See below log.

How can I solve this problem ?

 

2011-10-24 10:20:07 [14001] [5] DEBUG: SMPP[telco]: Sending PDU:
2011-10-24 10:20:07 [14001] [5] DEBUG: SMPP PDU 0x81b8620 dump:
2011-10-24 10:20:07 [14001] [5] DEBUG:   type_name: bind_transmitter
2011-10-24 10:20:07 [14001] [5] DEBUG:   command_id: 2 = 0x00000002
2011-10-24 10:20:07 [14001] [5] DEBUG:   command_status: 0 = 0x00000000
2011-10-24 10:20:07 [14001] [5] DEBUG:   sequence_number: 1 = 0x00000001
2011-10-24 10:20:07 [14001] [5] DEBUG:   system_id: "abc"
2011-10-24 10:20:07 [14001] [5] DEBUG:   password: "xxx"
2011-10-24 10:20:07 [14001] [5] DEBUG:   system_type: ""
2011-10-24 10:20:07 [14001] [5] DEBUG:   interface_version: 52 = 0x00000034
2011-10-24 10:20:07 [14001] [5] DEBUG:   addr_ton: 0 = 0x00000000
2011-10-24 10:20:07 [14001] [5] DEBUG:   addr_npi: 0 = 0x00000000
2011-10-24 10:20:07 [14001] [5] DEBUG:   address_range: NULL
2011-10-24 10:20:07 [14001] [5] DEBUG: SMPP PDU dump ends.
2011-10-24 10:20:08 [14001] [5] WARNING: SMPP: PDU NULL terminated string
has no NULL.
2011-10-24 10:20:08 [14001] [5] DEBUG: SMPP[telco]: Got PDU:
2011-10-24 10:20:08 [14001] [5] DEBUG: SMPP PDU 0x81badc0 dump:
2011-10-24 10:20:08 [14001] [5] DEBUG:   type_name: bind_transmitter_resp
2011-10-24 10:20:08 [14001] [5] DEBUG:   command_id: 2147483650 = 0x80000002
2011-10-24 10:20:08 [14001] [5] DEBUG:   command_status: 14 = 0x0000000e
2011-10-24 10:20:08 [14001] [5] DEBUG:   sequence_number: 1 = 0x00000001
2011-10-24 10:20:08 [14001] [5] DEBUG:   system_id: NULL
2011-10-24 10:20:08 [14001] [5] DEBUG: SMPP PDU dump ends.
2011-10-24 10:20:08 [14001] [5] ERROR: SMPP[telco]: SMSC rejected login to
transmit, code 0x0000000e (Invalid Password).
2011-10-24 10:20:08 [14001] [5] ERROR: SMPP[telco]: I/O error or other
error. Re-connecting.
2011-10-24 10:20:08 [14001] [5] DEBUG: Thread 5
(gw/smsc/smsc_smpp.c:io_thread) terminates.

 

Here is my configuration:

 

group = smsc
smsc = smpp
smsc-id = telco
port = 8010
host = 192.168.198.27 
smsc-username = telco11
smsc-password = telco
interface-version = "34"
reconnect-delay = 2
receive-port = 0
log-file = "/var/log/kannel/smsctelco.log"
transceiver-mode = "true"
source-addr-ton = 2
source-addr-npi = 1
dest-addr-ton = 2
dest-addr-npi = 1
system-type = "NULL"
alt-charset = "ASCII"
alt-addr-charset = "GSM"

 

 

Reply via email to