RestComm / smscgateway

RestComm SMS Gateway (SMSC) to send/receive SMS from/to Operators Network (GSM)
http://www.restcomm.com/
GNU Affero General Public License v3.0
127 stars 111 forks source link

Fix for broken RoundRobin? #241

Open ovoo-unif opened 7 years ago

ovoo-unif commented 7 years ago

For more information, please see at: https://github.com/RestComm/smpp-extensions/pull/26

vetss commented 6 years ago

Hello @ovoo-unif

Before the update the behavior is: when SBB sends a group of messages into an ESME cluster it takes a new ESME for all group and after we receive all responses for a group we will select a new ESME and send again.

After an update we will reuse of a same ESME for all message groups. Is this a behavior you want ? Or you want of selecting of a new ESME for each sending message (not per a group as now ?)