Hi Anton,
I just made an upgrade from playsms 1.0 to 1.3.1. A lot of changes by the way.
I was checking the sendsmsd function in the /plugin/core/send_sms/fn.php file:
In playsms 1.0 you have this:
$db_query = "SELECT * FROM " . DB_PREF . "_tblSMSOutgoing_queue WHERE flag=‘0’ " . $queue_sql;
In playsms 1.3.1 you have this:
$db_query = "SELECT * FROM " . DB_PREF . "_tblSMSOutgoing_queue WHERE flag=‘3’ " . $queue_sql;
I’m trying to understand: what is the right flag (0 or 3) that you are considering as messages that need to be send? because checking your master repo in github, in the queue report you made a fix where you consider both of them 0 and 3, so I’m confused.
I really need to know this because currently I can’t send messages. I’d really appreciate your help on this.
Cheers,