This is what I want to know.
1. Is there a way to send bulk messages using kannel?
2. We can use fakesmsc as follows, but it sends the same sms to the same number, several times
fakesmsc -r port -i interval -m count "from to text your message"
Is there a way to send the same sms using fakesmsc with different recipient numbers? For example, 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 the cgi-bin url at time intervals? for ex, like this url, is there a parameter like interval, which can we say 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 speed and outgoing speed (msg / sec) in the channel?
Thanks!
source share