Send Multiple SMS

2007-08-22 Thread Philip Ankunda
Need help. Have kannel up and fine and running well. Can send a single sms to a single client, but want to be able to send the same sms to multiple clients at the same time. Will appreciate any help. Thanks _ Don't just search. Fin

Re: Send Multiple SMS

2007-08-23 Thread Rodrigo Cremaschi
Hi Phillip, You can use a list of space-separated receivers when you push the message. Like this: http://smsbox.host.name:13013/cgi-bin/sendsms? username=foo&password=bar&to=++&text=Hello+world Best regards, Rodrigo. On 8/21/07, Philip Ankunda <[EMAIL PROTECTED]> wrote: >

Re: Send Multiple SMS

2007-08-24 Thread Vahid Ghafarpour
does kannel separate them? it means if I set dlr-url each one have its individual call? On 8/23/07, Rodrigo Cremaschi <[EMAIL PROTECTED]> wrote: > > Hi Phillip, > You can use a list of space-separated receivers when you push the > message. Like this: > > http://smsbox.host.name:13013/cgi-bin/sends

Send multiple sms using php script

2010-06-11 Thread steven edward
hi! Am a new user of kannel and i want to send more than one sms am using header to send sms it is okay but i don known how can i return to my page in order to send another one to another phone number. my header http://localhost:13013/cgi-bin/sendsms?username=sedu&password=test&to=0715323232&text=H

Re: Send multiple sms using php script

2010-06-11 Thread sangprabv
Quick and dirty solution is using php-curl. Call sendsms URL and loop in it. sangprabv sangpr...@gmail.com On Jun 11, 2010, at 6:06 PM, steven edward wrote: > hi! > Am a new user of kannel and i want to send more than one sms am using header > to send sms it is okay but i don known how can i

Re: Send multiple sms using php script

2010-06-11 Thread Nikos Balkanas
Hi, Try: http://localhost:13013/cgi-bin/sendsms?username=sedu&password=test&to=0715323232+0715323233+...&text=Hello+world BR, Nikos - Original Message - From: steven edward To: users@kannel.org Sent: Friday, June 11, 2010 2:06 PM Subject: Send multiple sms using php scrip

Re: Send multiple sms using php script

2010-06-11 Thread T.K.Thapa
: From: Nikos Balkanas Subject: Re: Send multiple sms using php script To: "steven edward" , users@kannel.org Date: Friday, 11 June, 2010, 4:48 PM Hi, Try: http://localhost:13013/cgi-bin/sendsms?username=sedu&password=test&to=0715323232+0715323233+...&text=Hello+world BR

Re: Send multiple sms using php script

2010-06-11 Thread Bruno Rey
gt; > > --- On *Fri, 11/6/10, Nikos Balkanas * wrote: > > > From: Nikos Balkanas > Subject: Re: Send multiple sms using php script > To: "steven edward" , users@kannel.org > Date: Friday, 11 June, 2010, 4:48 PM > > > Hi, > > Try: > > >

Re: Send multiple sms using php script

2010-06-11 Thread Nikos Balkanas
el list Cc: nbalka...@gmail.com Sent: Friday, June 11, 2010 3:41 PM Subject: Re: Send multiple sms using php script Hello, I want to know something about to (to parameter in kannel sendsms url) parameter which explain by Nikos. is + sign is a separator between two mobile number? How many mob

Tips to send multiple SMS: the same text for multiple recipients

2004-06-01 Thread tiago_mendonca
Dear all, I would like to send to Kannel an sms for multiple recipients (the same text for about 30 000 recipients), does anybody has a good way to do it? As far as I can see in Kannel's documentation, we can use XML POST in kannel to send several sms, but is there any good example? Is is no

Re: Tips to send multiple SMS: the same text for multiple recipients

2004-06-01 Thread Alejandro Guerrieri
ay, June 01, 2004 12:53 PM Subject: Tips to send multiple SMS: the same text for multiple recipients Dear all, I would like to send to Kannel an sms for multiple recipients (the same text for about 30 000 recipients), does anybody has a good way to do it? As far as I can see in Kannel's doc

Re: Tips to send multiple SMS: the same text for multiple recipients

2004-06-01 Thread David E. Meier
; To: <[EMAIL PROTECTED]> > Sent: Tuesday, June 01, 2004 12:53 PM > Subject: Tips to send multiple SMS: the same text for multiple recipients > > > > Dear all, > > I would like to send to Kannel an sms for multiple recipients (the same text > for about 30 000 rec

Re: Tips to send multiple SMS: the same text for multiple recipients

2004-06-01 Thread Alan McNatty
Regards, > > > - Original Message - > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, June 01, 2004 12:53 PM > Subject: Tips to send multiple SMS: the same text for multiple recipients > > > > Dear all, > > I wo