Hi Tom,

I had that by myself and solved it by setting transceiver-mode = true for the sending smpp-connection.

Hope this helps,
Christian.

[EMAIL PROTECTED] wrote:

Hi list,

i want to connect to an smsc that is using two SMPP servers.
One for sending stuff, and one for receiving stuff. They both use port
8100. As it turns out, i can connect fine with one of them at a time,
however the second link always gives following error ;
SMSC rejected login to transmit, code 0x00000005 (ESME Already in Bound
State)
I've played with receive port etc..but that does not seem to solve
anything...
In my config at the moment i got;

###receiving SMPP
group = smsc
smsc = smpp
smsc-id = <smscprovider>
host = blah.blah.blah.blah
#port = 8100
receive-port = 8100
interface-version = 34
transceiver-mode = no
smsc-username = "XXXXXX"
smsc-password = "XXXXXX"
system-type = "XXXXXX"
address-range = ""
source-addr-autodetect = false
....

###Sending SMPP
group = smsc
smsc = smpp
smsc-id = <smscprovider2>
host = blah.blah.blah.blah2 # this is a second IP !
port = 8100
interface-version = 34
transceiver-mode = no
smsc-username = "XXXXXX"
smsc-password = "XXXXXX"
system-type = "XXXXXX"
address-range = ""
source-addr-autodetect = false
....

If anyone has suggestions on how to handle this or what could be wrong
with this configuration setup, i'd greatly appreciate it !
Thnx

Tom











Reply via email to