I'm running a fairly standard setup on XP with a config as follows:
devices = KGS1
logfile = /var/log/smsd.log
smsloglevel = 5
hangup_incoming_call = yes
report = /var/spool/sms/report
stats = /var/spool/sms/stats
failed = /var/spool/sms/failed
sent = /var/spool/sms/sent
status_signal_quality = no
[KGS1]
device = /dev/com3
init = AT+CPMS="ME"+CMGF=1
incoming = yes
check_network = 0
baudrate = 115200
eventhandler = /usr/local/bin/smsevent
memory_start = 0
I've noticed that smsd will not send until it has cycled through all the mem slots first. Since I've got approx 200 for the memory of my phone, the files sit in the checked directory until this cycle is complete. Is there a better way to prioritize the sending?