These are the things I want know.
1.Is there a way to send bulk messages using kannel?
2.We can use fakesmsc in the following way, but it sends the same sms to same number, multiple times
fakesmsc -r port -i interval -m count "from to text your message"
Is there a way to send same sms using fakesmsc with different recipient numbers? For eg, using a file with recipient numbers
fakesmsc -r 13010 -i 0.1 -m 100 "66456 /root/recipient.number.list text test message"
3.Is there a way to send sms using cgi-bin url with a time interval? for ex, like this url, is there a parameter like interval that we can say the interval?
cgi-bin/sendsms?from=66456&to=111+222+333+444+555&text=message&interval=0.1
4.Is there any other way to do this
5.What is the maximum incoming rate and outgoing rate (msg/sec) in Kannel?
Thank you!