Hi Christian,

Thnx for mentioning that. I already tried
setting transceiver=true for the sending smpp server.
It does not seem to solve things for me however :(...

I now got

group = smsc
smsc = smpp
smsc-id = <smpprec>
host = x.x.x.x
port = 8100
receive-port = 8101
interface-version = 34
#transceiver-mode = no
smsc-username = ""blah"
smsc-password = "blah"
system-type = "blah"
address-range = ""
source-addr-autodetect = false
source-addr-ton = 0
source-addr-npi = 8
dest-addr-ton = 0
dest-addr-npi = 8

and

group = smsc
smsc = smpp
smsc-id = <smppsend>
host = x.x.x.xx
port = 8100
interface-version = 34
transceiver-mode = true
smsc-username = "blah"
smsc-password = "blah"
system-type = "blah"
address-range = ""
source-addr-autodetect = false
source-addr-ton = 0
source-addr-npi = 8
dest-addr-ton = 0
dest-addr-npi = 8

and the error i receive is still

2004-12-14 14:40:22 [21717] [9] ERROR: SMPP[<smppsend>]: SMSC rejected
login to transmit, code 0x00000005 (ESME Already in Bound State).2004-12-14 
14:40:22 [21717] [9] ERROR: SMPP[<smppsend>]: I/O error or
other error. Re-connecting.2004-12-14 14:40:22 [21717] [9] ERROR: 
SMPP[<smppsend>]: Couldn't connect
to SMS center (retrying in 10 seconds).
is there something wrong with the sending and receiving ports in this
config maybe ?
Tom


> 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