-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to handle bind_transrecivier command status 5 #250
Comments
I am exactly facing the same issue, although I don't receive an There is |
Mine is working fine now because i have extened it with Proxy and then making sure that server reconnect when ever possible on connect drops. |
@dotsinspace proxy? how does that help in reconnecting to the SMSC again? Can you share the idea, please? |
Here you go.
Ability:
|
@dotsinspace thank you for sharing. It's different from the way I am implementing it, but I will use it as a reference thank you. |
I have Pipeline ( Just imagine to ends of pipe with source smpp and destination smpp ) where destiantion smpp sometimes drops the connection for some reason and some time when i restart my server i start getting bind transrecivier flag with command status 5. Now how can i make sure to unbind destination smpp before sending bind request.
The text was updated successfully, but these errors were encountered: