Re: batch send

2012-02-08 Thread [Digital^Dude] ®
Whats the max limit of numbers we can concatenate in this url with the + sign? On Thu, Nov 24, 2011 at 10:05 PM, Otandeka Simon Peter sotand...@gmail.comwrote: Try http://kannel.machine:port/cgi-bin/sendsms?to=num1+num2+num3.. Tested and it works On Thu, Nov 24, 2011 at 7:42 PM, Rene

RE: batch send

2011-11-24 Thread Rene Kluwen
You can use http://kannel.machine:port/cgi-bin/sendsms?to=num1,num2,num3. Where num1, num2 and num3 are your destinations. This is, provided you send the same sms to multiple numbers. Otherwise, I recommend using sqlbox for sending large batches instead of smsbox. -=- Rene -Original

Re: batch send

2011-11-24 Thread Otandeka Simon Peter
Try http://kannel.machine:port/cgi-bin/sendsms?to=num1+num2+num3.. Tested and it works On Thu, Nov 24, 2011 at 7:42 PM, Rene Kluwen rene.klu...@chimit.nl wrote: You can use http://kannel.machine:port/cgi-bin/sendsms?to=num1,num2,num3. Where num1, num2 and num3 are your destinations. This is,

Re: batch send

2011-11-22 Thread ha...@aeon.pk
Submit messages to sqlbox. It's very fast than direct HTTP query. On Tue, Nov 22, 2011 at 11:31 PM, Joel Westerberg t...@well.com wrote: Is there any way I can batch send a larger number of different messages to kannel. The problem I have is that it takes quite a while to do lots of http

RE: batch send

2011-11-22 Thread Rene Kluwen
To: Joel Westerberg Cc: us...@vm1.kannel.org Subject: Re: batch send Submit messages to sqlbox. It's very fast than direct HTTP query. On Tue, Nov 22, 2011 at 11:31 PM, Joel Westerberg t...@well.com wrote: Is there any way I can batch send a larger number of different messages to kannel