Nebojsa Milovanovic (neshac on gmail) - sms stuff
gsmqueue
I am not familiar with perl but I found a good perl scripts from Henry Palonen about some sort of queue for gnokii
I need to change them 'cause they don't work with new version of gnokii and I want to change the way of sending sms with multyply recipients (I think that it is better to threat that kind of messages like separate messages - in case of failed sending to some of recipients) and I want to retry sending of failed messages (you can change array variable "when_retry" in gsmqueue.pl - numbers in that array are hops when gsmqueue tries to send failed messages)
Downloads:
gsmqueue.pl
sendsms.pl
gsmcontrol.pl
getsms.pl
Instalations:
like on this page, but you have to create /var/gsm/tmp directory and I recommend only this line in cron:
*/3 * * * * /usr/local/bin/gsmqueue.pl > /dev/null 2>&1; /usr/local/bin/getsms.pl > /dev/null 2>&1; /usr/local/bin/gsmcontrol.pl > /dev/null 2>&1