we have installed gnokii successfully the messages from the SIM are being send to inbox table of mysql database we are able to process the sms and put messages in outbox SMS daemon is reading the messages from outbox table of mysql sending the sms with processed = 0 records
problem is SMS daemon is not pulling the messages from outbox in FIRST-IN FIRST OUT its randomly sending the messages from outbox with processed =0
Can we make SMS daemon to pull messages with processed=0 from outbox in FIRST IN FIRST OUT