Hi list!

I'm configuring two smpp connection, one for sending stuff, and one for
receiving stuff.. With Rx i have a problem.....

I got the follow message:

2005-05-19 09:04:35 [7825] [7] WARNING: SMPP: PDU NULL terminated string has
no NULL.
2005-05-19 09:04:35 [7825] [7] ERROR: SMPP[2]: SMSC rejected login to
receive, code 0x00000005 (ESME Already in Bound State).
2005-05-19 09:04:35 [7825] [7] ERROR: SMPP[2]: I/O error or other error.
Re-connecting.
2005-05-19 09:04:35 [7825] [7] ERROR: SMPP[2]: Couldn't connect to SMS
center (retrying in 10 seconds).

Any help i'd greatly appreciate it !

Mario


Here is my conf file:

group = smsc
smsc = smpp
smsc-id = Tx
host= XXX.XXX.XXX.XX
port = 17603
receive-port = 0
smsc-username = user
smsc-password = user2
source-addr-ton = 2
source-addr-npi = 1
dest-addr-ton = 2
dest-addr-npi = 1
system-type = smpp
interface-version = 34


group = smsc
smsc = smpp
smsc-id = Rx
host= XXX.XXX.XXX.XX
port = 0
receive-port = 3000
smsc-username = user_r
smsc-password = user201
source-addr-ton = 2
source-addr-npi = 1
dest-addr-ton = 2
dest-addr-npi = 1
interface-version = 34
system-type = smpp


Reply via email to