Hi, I have a newbie question: I just started to use Kannel and successfully made this work:
./bearerbox -v 1 sms_GATEWAY_k700i.conf ./smsbox sms_GATEWAY_k700i.conf http://localhost:13013/cgi-bin/sendsms?username=tester&password=foobar&to=30957095&text=(insertyou text here) So, I can send sms'es... Still haven't figured out how to receive them yet, however... My question is this: I'm volunteer in an organization and we talked about the possibility of having this kannel-software send out mass sms'es to multiple recipients... However, I don't want to type each sms message in the browser bar... I don't know much about http send/get/receive/whatever so I hoped I could just send sms'es from the terminal/console under Mac os X.... How to send sms'es from terminal, so I can make a script to send same message to multiple sms recipients? Thanks...