SMS Send Status Stuck on Pending when Sent

Hello,
I’m using PlaySMS with SMSTools3.
I can send a message via PlaySMS and it goes through to my phone ok, however in the sent messages page, all the message statuses are :orange_circle: Pending.
I can see that the message is created in /var/spool/sms/Telstra/ then picked up by smstools/smsd and sent, then moved to /var/spool/sms/sent/.
From there nothing else seems to happen.
Is PlaySMS meant to do something at this point?
Perhaps check for the file in /sent/ to confirm it’s been sent and update the status to :green_square: Sent?
I’m struggling to find documentation on this, and similar posts I’ve found seem to have gone unanswered.

On log web page of playsms , the playsms daemon state is “green” or “Red”?
Which version of playsms di you use, 1.5.0 or 1.4.5?

Hi Giuseppe,
The playSMS daemon status is red.
It’s version 1.4.5.

Follow this topic:

The daemon must run to move SMS into smstools folders and change their status (color) into playsms.

Thank you.
After reading that thread, the solution was to edit public_html/plugin/feature/playsmslog/config.php
and update the config lines to:

$plugin_config['playsmslog']['playsmsd']['bin'] = '/home/playsms/bin/playsmsd';
$plugin_config['playsmslog']['playsmsd']['conf'] = '/home/playsms/etc/playsmsd.conf';

It’s now showing green.

1 Like

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