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.com>wrote: > > 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, provided you >> send >> the same sms to multiple numbers. >> >> Otherwise, I recommend using sqlbox for sending large batches instead of >> smsbox. >> >> -=- Rene >> >> -----Original Message----- >> From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On >> Behalf >> Of Joel Westerberg >> Sent: Tuesday, 22 November, 2011 19:32 >> To: us...@vm1.kannel.org >> Subject: batch send >> >> 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 >> requests to sendsms, so I'm wondering if it would be possible to send >> several messages in one http connection some way. I've tried to see if I >> could use Http Keep-Alive but it seems it's not supported, or I have >> configured something wrong. >> >> >> >> >> >> >> >