Operating system name and version: archlinux
Version of smsd: 3.1.14
Smsd installed from: AUR
Name and model of a modem / phone: ZTE MF 180
Interface: USB
Now I have tariff that allows me to send SMSes by 0 rur from 00:00 to 09:00 (up to 1500 sms per month) and in other time sms cost is 0.15 rur per sms.
I would like to have ability to send smses only within time interval 00:00-09:00 when I do massive sms delivery. Also I need to send a few smses at any time immediately.
For example: I need to send 500 sms. I do 500 time the command "sendsms <number> <TEXT>" - it creates an queue which will be handled at 00:00-09:00 time. I can go sleep and smsd should do this job at scheduled time for this queue. Also I want to send 1-3 smses whicth should be send immediately (by another queue or some how).
Is it possibly to do this by smsd without any scripts and cron jons ?