Hi - as per the load balancing, is correct; bearerbox will balance between mo1 & mo2 - as per the throughput, it will depend on what your carrier will allow you. If it is 65 per connection or total. - also add a different log files for each smsc so you can debug them separately. - you can also use ...&smsc=mo1&... or =mo2 in order to send sms through one specific link.
Regards Alvaro |-----------------------------------------------------------------------------------------------------------------| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS y GPRS online Visitenos en www.perusms.com On Tue, Feb 18, 2014 at 1:40 PM, <olad...@gmail.com> wrote: > I asked operator and it appears they allow more than 1 connection. > > So below is what I came up with: I want to send messages via &smsc=msmc-mo > and have bearerbox load balance between the connections. Does the config > look right? Also I assume the throughput number now needs to be divided > across the connections. Correct? > > > group = smsc > smsc = smpp > smsc-id = smsc-mo > allowed-smsc-id = smsc-mo; mo1 > smsc-admin-id = mo1 > throughput = 65 > max-pending-submits = 60 > wait-ack = 600 > > group = smsc > smsc = smpp > smsc-id = smsc-mo > allowed-smsc-id = smsc-mo; mo2 > smsc-admin-id = mo2 > throughput = 65 > max-pending-submits = 60 > wait-ack = 600 > > > > > > > > On Tue, Feb 18, 2014 at 12:10 PM, Alvaro Cornejo <cornejo.alv...@gmail.com> > wrote: >> >> Just add another group with the same info. Use a different admin-name >> to differentiate them. >> >> Note however that not all operators allows more than one connection >> with the same credentials. >> >> Regards >> >> Alvaro >> >> |-----------------------------------------------------------------------------------------------------------------| >> Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier >> celular y Nextel >> en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via >> SMS y GPRS online >> Visitenos en www.perusms.com >> >> >> On Tue, Feb 18, 2014 at 11:56 AM, <olad...@gmail.com> wrote: >> > No throttling in the logs - set to debug mode already. >> > >> > How can I add more connections with same SMPP account? >> > >> > >> > On Tue, Feb 18, 2014 at 11:40 AM, spameden <spame...@gmail.com> wrote: >> >> >> >> check your operator log, it might be throttling problem, try playing >> >> with >> >> throughput and max-pending-submits parameters and adding more SMPP >> >> connections. >> >> >> >> >> >> 2014-02-18 20:09 GMT+04:00 <olad...@gmail.com>: >> >> >> >>> Following up: any insights on this is appreciated. >> >>> >> >>> Thanks. >> >>> >> >>> >> >>> On Mon, Feb 17, 2014 at 10:09 AM, <olad...@gmail.com> wrote: >> >>>> >> >>>> Hello folks, >> >>>> >> >>>> I have the following setup using kannel 1.5.0 >> >>>> >> >>>> services <------> 1 smsbox <---> bearerbox <----> 2 smsc connections >> >>>> (mo and mt) >> >>>> >> >>>> I believe I have set throughput, max-pending submits appropriately on >> >>>> the two smscs given the provider allocated 60TPS for each account. >> >>>> >> >>>> throughput = 40 >> >>>> >> >>>> max-pending-submits = 40 >> >>>> >> >>>> wait-ack = 600 >> >>>> >> >>>> The issue is that I am getting a large queue on SMSbox (see below) >> >>>> which >> >>>> is delaying receipt of incoming MO messages significantly. Would >> >>>> appreciate >> >>>> any insights on what is causing this and how to fix. >> >>>> >> >>>> Thanks >> >>>> >> >>>> >> >>>> SMS: received 1998 (0 queued), sent 169897 (984 queued), store size >> >>>> -1 >> >>>> SMS: inbound (0.06,0.06,0.04) msg/sec, outbound (6.10,5.43,3.44) >> >>>> msg/sec >> >>>> >> >>>> DLR: received 745437, sent 0 >> >>>> DLR: inbound (12.87,12.80,15.09) msg/sec, outbound (0.00,0.00,0.00) >> >>>> msg/sec >> >>>> DLR: 16772 queued, using mysql storage >> >>>> >> >>>> Box connections: >> >>>> smsbox:(none), IP 127.0.0.1 (34660 queued), (on-line 0d 13h 43m >> >>>> 8s) >> >>>> >> >>>> SMSC connections: >> >>>> smsc-mo[smsc-mo] SMPP:x.y.z:'VMA' (online 21718s, rcvd: sms >> >>>> 1654 >> >>>> (0.04,0.06,0.03) / dlr 40643 (1.25,1.37,0.82), sent: sms 160152 >> >>>> (5.88,5.12,3.24) / dlr 0 (0.00,0.00,0.00), failed 14617, queued 0 >> >>>> msgs) >> >>>> smsc2[smsc2] SMPP:x.y.z:'VMA' (online 21718s, rcvd: sms 344 >> >>>> (0.02,0.01,0.01) / dlr 35740 (0.72,0.88,0.72), sent: sms 9745 >> >>>> (0.23,0.28,0.20) / dlr 0 (0.00,0.00,0.00), failed 17031, queued 12092 >> >>>> msgs) >> >>> >> >>> >> >> >> > > >