-
Notifications
You must be signed in to change notification settings - Fork 17
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
SMSC not being able to identify ESME of type CLIENT correctly #28
Comments
satanatoly
pushed a commit
that referenced
this issue
Sep 13, 2017
Modified Server ESME type session id generator handling. Changed to using a new state variable from Esme class. Added new test to simulate connecting of two esmes with same syst id/passw at the same time. Related issue #28, zendesk tickets 34628 and 34633
satanatoly
pushed a commit
to RestComm/cloudhopper-smpp
that referenced
this issue
Sep 14, 2017
Fixed issue with connection being stuck on awaitUninterruptibly() as per fizzed#1 Fixed blocking issue at channel write. Related issue RestComm/smpp-extensions#28
satanatoly
pushed a commit
to satanatoly/jain-slee.smpp
that referenced
this issue
Sep 14, 2017
satanatoly
pushed a commit
to satanatoly/jain-slee.smpp
that referenced
this issue
Sep 14, 2017
… Added some logging per ticket 34633. Related githun issue RestComm/smpp-extensions#28
olenara
added a commit
to RestComm/jain-slee.smpp
that referenced
this issue
Sep 15, 2017
… Added some logging per ticket 34633. Related github issue RestComm/smpp-extensions#28
olenara
added a commit
to RestComm/cloudhopper-smpp
that referenced
this issue
Sep 28, 2017
…per fizzed#1 Fixed blocking issue at channel write. Related issue RestComm/smpp-extensions#28
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When two ESMEs connect at the same time with same system id and password, then SMSC identifies both of them as same Esme and accepts connections from both. It causes different problem, for example:
Tickets related:
https://telestax.zendesk.com/agent/tickets/34628
https://telestax.zendesk.com/agent/tickets/34633
The text was updated successfully, but these errors were encountered: