sxiao3 / jsmpp

Automatically exported from code.google.com/p/jsmpp
Apache License 2.0
0 stars 0 forks source link

ESME already in bound state (0x00000005) #103

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. First I try to Binded Success fully.
2. Then after network connection down it ,try attempt to send connectAndBind 
command.
3. Then it not allowed to bind.Display the ESME already in bound state

What is the expected output? What do you see instead?
Success binding

What version of the product are you using? On what operating system?
jsmpp2.1.0 /Windows

Please provide any additional information below.
Please reply me soon.
This very urgent.

Thanks 
Udeshi

Original issue reported on code.google.com by udeshi...@gmail.com on 7 Jun 2011 at 4:17

GoogleCodeExporter commented 8 years ago
SMPPSession lifecycle will follow these states: [1]CLOSED -> [2]OPEN -> 
[3]BOUND (TX/RX/TRX) -> [4]UNBOUND -> [5]CLOSED

There is not way when you already on the [5]CLOSED state to [2]OPEN state.
So create new SMPPSession instance

Original comment by uuda...@gmail.com on 8 Jun 2011 at 2:57

GoogleCodeExporter commented 8 years ago
Thanks.
I've tried with your solution. Still the problem occurs.Here with I've attach 
Program that used to connect SMSC.
Is Program is depend on how SMSC is configured?
Could you please help me on this issue...

Thanks
Udeshika

Original comment by udeshi...@gmail.com on 8 Jun 2011 at 4:21

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by udeshi...@gmail.com on 8 Jun 2011 at 4:23

Attachments: