Phone Book Error while trying to send from it

I am getting this error message when I try and use the phone book.
Send message cancelled due to empty queue with the queueID

Any body know why this is happening also did a new install but its still doing it.

This is the code thats getting executed in sendsms
// queue is empty, something’s not right with the queue, mark it as done (flag 1)
if (sendsms_queue_update($queue_code, array(
‘flag’ => 1
))) {
_log(‘enforce finish create queue:’ . $queue_code, 2, ‘sendsms’);
} else {
log(‘fail to enforce finish create queue:’ . $queue_code, 2, ‘sendsms’);
}
return array(
FALSE,
‘’,
‘’,
$queue_code,
‘’,
sprintf(
(‘Send message cancelled due to empty queue %s’), $queue_code)
);

Seems like its not inserting the numbers into playsms_tblSMSOutgoing_queue_dst

No one else having this problem ?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.