Re: getting consistent 1 msg/sec sending with Kannel + opensmpp box

2020-12-25 Thread Ruben Melikyan
This is very old tread, but had been actual for me (currently using kannel 1.4.5, tried also on kannel 1.5.0 development version). No parameter change suggested not taking any effect on this issue and you will get consistent 1 msg/sec unless you change your config. I am using mysql for saving

Re: getting consistent 1 msg/sec sending with Kannel + opensmpp box

2015-05-04 Thread Beck, Stuart (ADE-MNT)
[mailto:users-boun...@kannel.org] On Behalf Of Michael Epstein Sent: maandag 27 april 2015 20:45 To: Beck, Stuart (ADE-MNT); users@kannel.org Subject: Re: getting consistent 1 msg/sec sending with Kannel + opensmpp box Hi Beck, We switch to HTTP the problem is definitely related to opensmppbox. I

RE: getting consistent 1 msg/sec sending with Kannel + opensmpp box

2015-04-29 Thread Rene Kluwen
Of Michael Epstein Sent: maandag 27 april 2015 20:45 To: Beck, Stuart (ADE-MNT); users@kannel.org Subject: Re: getting consistent 1 msg/sec sending with Kannel + opensmpp box Hi Beck, We switch to HTTP the problem is definitely related to opensmppbox. I would just suggest switching and maybe

Re: getting consistent 1 msg/sec sending with Kannel + opensmpp box

2015-04-27 Thread Beck, Stuart (ADE-MNT)
Hi List, We are running into a similar issue where opensmppbox does not seem to deliver much more than 1 msg / sec In our case we are wanting to avoid having a third party application handling traffic so have multiple opensmppbox applications setup for each of our individual carriers, each

Re: getting consistent 1 msg/sec sending with Kannel + opensmpp box

2015-04-27 Thread Michael Epstein
Hi Beck, We switch to HTTP the problem is definitely related to opensmppbox. I would just suggest switching and maybe using multiple SMSBOXs if you have too (we were able to switch to HTTP with only SMSBOX). Regards, Mike On 4/27/15 12:28 AM, Beck, Stuart (ADE-MNT) wrote: Hi List, We are

Re: getting consistent 1 msg/sec sending with Kannel + opensmpp box

2015-04-10 Thread Michael Epstein
Hi Again, Thanks for response I have run my test again using the suggested changes. With no effect still a consistent 1 msg /sec. Any further suggestions, please? complete conf below just in case there is something weird in the mysql conf or kannel.conf. Thanks again, Mike kannel.conf: #

Re: getting consistent 1 msg/sec sending with Kannel + opensmpp box

2015-04-09 Thread Michael Epstein
So I tried my same test but sending over http with sendsms and was able to push over 200mgs/sec to kannel and 100 msg/sec downstream to my test SMPP server. So the problem is somewhere in opensmppbox. Any ideas on how to fix this? I saw one similar post to the mailing list

Re: getting consistent 1 msg/sec sending with Kannel + opensmpp box

2015-04-08 Thread Michael Epstein
Hi Again, Tried moving to bigger better hardware 8 core 30gb machine still same 1 msg/sec. Which points to some sort of purposeful limit. Any ideas? Thank again, Mike On 4/7/15 8:36 PM, Michael Epstein wrote: Hi All, I have an SMPP server setup and am using Kannel as a proxy with

Re: getting consistent 1 msg/sec sending with Kannel + opensmpp box

2015-04-08 Thread Alvaro Cornejo
Hi Check max pending submit and max pending requests parameter. It holds Tx queue for replies from smsc until confirmations are below it. Regards Alvaro |-| EnvĂ­e y Reciba Datos y

Re: getting consistent 1 msg/sec sending with Kannel + opensmpp box

2015-04-08 Thread Michael Epstein
Hi Alvaro, Thanks for the response had not tried setting max-pending-requests before. I tried max-pending-requests = 2048 still getting exactly 1 msg/sec. we already had max-pending-submits = 500 new config below. Thanks, Mike ## SMSBOX config group = smsbox smsbox-id = smsbox1

getting consistent 1 msg/sec sending with Kannel + opensmpp box

2015-04-07 Thread Michael Epstein
Hi All, I have an SMPP server setup and am using Kannel as a proxy with opensmpp box from app. When I connect directly to the SMPP server the throughput is over 10x higher than going through Kannel. When going through Kannel I always get exactly 1 msg/sec. I have been tweaking and testing