>2) You can send the same SMS to multiple recipients by separating each
>number with a " " (space). Be sure to URL-Encode it properly:
>       ...&to=+16191234567 +16197654321...
>                       encodes to
>       ...&to=%2B16191234567+%2B16197654321...
>This will create only HTTP connection to Kannel. I haven't experimented
>but I'm sure there is some length restriction on a URL that puts a limit
>on the number of recipients per request. I have my PHP Application setup
>to encode 100 at a time. 

if wish to send more, use POST but 
i will suggest to keep your count in check and stick to GET.

- Navjot Singh


>
>Nicholas Calugar
>619-546-9803 
>866-404-2428
>
>Chatter
>3577 4th Ave. 
>San Diego, CA 92103
>
>www.2chatter.com
>
>-----Original Message-----
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
>Behalf Of Godinho, Carla
>Sent: Tuesday, February 17, 2004 9:44 AM
>To: [EMAIL PROTECTED]
>Subject: Help - Some basic questions!
>
>Hi dear users of Kannel!
>I've been using kannel at home to test sending SMS through HTTP to
>mobiles, and so far it is working.
>But I have three main questions that came up with those tests and which
>I would like your help!!!
>
>1) Everytime I change the smskannel.conf file I need to restart the
>kannel gateway (kill bearebox and launch it again), is there any good
>way to avoid this? I mean, updating the kannel configuration file
>without stopping the kannel to assume the changes?
>
>2) The tests I've been doing to sent SMS is based on the SMS Push
>example, described in the Kannel User's Guide, and it is working! But, I
>realized that everytime I sent an SMS through the Internet browser
>(HTTP) there is a new connection established with the smsbox HTTP Port
>(I see that executing the command netstat -a | more). So I am
>wondering... if I want to send 10 000 sms will I have 10 000 TCP/IP
>connections established with that port? Probably I am missing something!
>How does it work the Port connections with HTTP client? Shouldn't the
>connection between the HTTP client and the SMSbox close after sending an
>SMS. I'm worried about this behavior!
>
>
>I'll do appreciate your help on this matter!
>Thanks in advance
>CG
>
>
>

Reply via email to