Re: Sending bulk sms

2017-12-17 Thread Willy Mularto
scriber however I want to send bulk sms ( 100,000 sms ) but still could > not figure it out , I tried mtbatch it runs and red the content and > receivers files but it returns mtbatch process 0 sms , is it the write tool > to use for sending bulk sms. ( one sms to 100,000) > I red about cg

Sending bulk sms

2017-12-17 Thread nashwan Al-Mawri
returns mtbatch process 0 sms , is it the write tool to use for sending bulk sms. ( one sms to 100,000) I red about cgi-bin but I don’t know how to make it send 100,000 sms Thank you in advance Sent from my iPhone

Re: Huge delay in sending bulk sms from kannel

2012-07-27 Thread spameden
I do use it. It's not really that fast actually. I did few tests, smsbox was much faster than sqlbox with reports turned on (bearerbox was configured to store reports in sql as well in both cases). There was a guy on the lists with memcached support, hopefully someone will add it and share to the

Re: Huge delay in sending bulk sms from kannel

2012-07-27 Thread ha...@aeon.pk
Use SQLBOX for bulk broadcast ALWAYS! Guarnateed to work on very high speed, much more than SMSBOX. On Tue, Jul 24, 2012 at 1:23 PM, saurabh chandan wrote: > Hi All, > > I have kannel1.4.3 with 12 active SMPP SMSC connections. Out of these > connections 2 SMSC are being used for MT(Bulk Push). P

Re: Huge delay in sending bulk sms from kannel

2012-07-25 Thread spameden
SQLbox does the following: - DELETE from send_sms - INSERT INTO sent_sms bearerbox does the following (I assume dlr block is a part of bearerbox): - INSERT INTO dlr (when message being sent, it creates an entry to track delivery report) - SELECT from dlr (when dlr received it's being matched again

Re: Huge delay in sending bulk sms from kannel

2012-07-25 Thread Willy Mularto
Is it on the bearerbox level or smsbox? On Jul 24, 2012, at 3:23 PM, saurabh chandan wrote: > Hi All, > > I have kannel1.4.3 with 12 active SMPP SMSC connections. Out of these > connections 2 SMSC are being used for MT(Bulk Push). Problem is that even 40 > sms are taking over 5 minutes to ge

Re: Huge delay in sending bulk sms from kannel

2012-07-24 Thread spameden
Check your logs for throttling error and add throughput = 5 into each of smsc section configuration. 2012/7/24 saurabh chandan > Hi All, > > I have kannel1.4.3 with 12 active SMPP SMSC connections. Out of these > connections 2 SMSC are being used for MT(Bulk Push). Problem is that even > 40 sms

Huge delay in sending bulk sms from kannel

2012-07-24 Thread saurabh chandan
Hi All, I have kannel1.4.3 with 12 active SMPP SMSC connections. Out of these connections 2 SMSC are being used for MT(Bulk Push). Problem is that even 40 sms are taking over 5 minutes to get delivered. Service provider has already given 5 TPS throughput. Can't really understand the problem. Kindl

Re: kannel slow in sending Bulk SMS

2009-07-07 Thread Nikos Balkanas
ion to the list. Kannel can certainly do more than 5 SMS/sec. Alvaro and Falko can tell you more about it. BR, Nikos - Original Message - From: Abdulraheem Obaisi To: nbalka...@gmail.com Sent: Tuesday, July 07, 2009 1:35 PM Subject: RE: kannel slow in sending Bulk SMS

Re: kannel slow in sending Bulk SMS

2009-07-07 Thread Nikos Balkanas
Hi, Are you using the same SMSc? What is its throughput? BR, Nikos - Original Message - From: Abdulraheem Obaisi To: users@kannel.org Sent: Tuesday, July 07, 2009 10:35 AM Subject: kannel slow in sending Bulk SMS Hi I have a problem with kannel with speed of

kannel slow in sending Bulk SMS

2009-07-07 Thread Abdulraheem Obaisi
Hi I have a problem with kannel with speed of sending bulk SMS , recently I am trying to move sending campaign to Kannel , comparing to the old sender which was windows based , throw kannel I am be able to send not more than 2 sms/sec comparing to 5sms/sec throw the other SMPP client

Re: Optimizing the way of sending Bulk SMS to Kannel. Help!

2005-01-27 Thread Enver ALTIN
On Thu, 2005-01-27 at 04:59 -0800, michele munro wrote: > Hi Enver, Hi, > Thanks for your reply to my email, it gaves me a clue but I would like > to understand better your answer. > When you said, try to implement HTTP 1.1 KeepAlive, do you mean > to configure my HTTP Server to use Keepalive On

Re: [Kannel-Users] Optimizing the way of sending Bulk SMS to Kannel. Help!

2005-01-27 Thread michele munro
LR> to the right smsid.>> So far so good! My question now , is when I have thousands of sms> requests to send, which means thousands of get http and so thousands of> sockets opened to 13013. How can avoid this? Is this going to degrade my> HTTP server performance? How can I have o

Re: Optimizing the way of sending Bulk SMS to Kannel. Help!

2005-01-27 Thread michele munro
far so good! My question now , is when I have thousands of sms> requests to send, which means thousands of get http and so thousands> of sockets opened to 13013. How can avoid this? Is this going to> degrade my HTTP server performance? How can I have only one smsbox> socket 13013 opened

Re: [Kannel-Users] Optimizing the way of sending Bulk SMS to Kannel. Help!

2005-01-26 Thread Peter Beckman
performance? How can I have only one smsbox socket 13013 opened while I'm sending bulk sms? It won't degrade your separate HTTP server performance (ie. Apache running on port 80/443). Since you are connecting probably to local.ip or localhost TCP sockets shouldn't be too big of

Re: Optimizing the way of sending Bulk SMS to Kannel. Help!

2005-01-26 Thread Enver ALTIN
performance? How can I have only one smsbox > socket 13013 opened while I'm sending bulk sms? Try implementing HTTP/1.1 Keep-Alive. -HTH -- Enver ALTIN |http://skyblue.gen.tr/ Software developer @ Parkyeri | http://www.parkyeri.com/ signature.asc De

Optimizing the way of sending Bulk SMS to Kannel. Help!

2005-01-26 Thread michele munro
have only one smsbox socket 13013 opened while I'm sending bulk sms?   Of course I know that the Kannel's CGI sendsms has the feature of sending bulk sms using several numbers on the field TO for the same request, but I cannot use this solution since I'm using the DLR, which means Kann