-
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
Multi-session support for ESME #3
Comments
Do note that multiple SMPP connections to same ESME will cause conflicts in SmppTransactionHandles creation logic reported here. |
Hello @faizann I understand that we need to make a major change in existing ESME logic to keep SMPP part workable. |
@vetss |
Hello @yulianoifa-mobius adding of "Multi-session support for ESME" changes much the logic of smpp RA / smpp extentions, so demands of significant updates. Analizyng of current code (and design) is needed firtsly. Any help is desirable ! |
As for now SMSC GW does not support several concurent connections for an ESME. If we need several connections we have to create several ESME instanses that make configuring more complicated.
To solve it we need add some other class - Session that will be hosted by Esme class and change the logic of Emse class usage.
PS: Let's think also for keeping of some Emse parameters that are unique for Esme cluster at the Cluster level to avoid possible wrong configuring of different ESMEs in the same cluster. We have a separate issue for this case: #4
This issue is a copy from SMSC GW's issue: RestComm/smscgateway#143
because SMPP staff has moved from SMSC GW project. Please see the original discussing in SMSC GW's issue RestComm/smscgateway#143
The text was updated successfully, but these errors were encountered: