PlaySMS (1.3.1 and 1.4) suggestion - PlaySMS + SMSTOOLS

Hi. My name is Edson Dario. I’m Brazil (São Gonçalo do Amarante/RN). I started using of the playsms a few days. Trying to set up in conjunction with the SMSTools found a difficulty.

PlaySMS (1.3.1 and 1.4) writed outgoing message directly in /var/spool/sms. Should write to directory /var/spool/sms/outgoing.

So I have to configure outgoing folder on SMStools to /var/spool/sms.

Anton, change you playSMS to write output messages in the default directory SMSTools (/var/spool/sms/outgoing)?

Edson,

Por que você optou por usar o SMSTools em detrimento do kannel? Uso o playsms integrado ao kannel, e estou muito satisfeito com o resultado, tendo feito várias customizações, tanto no playsms quanto no kannel, usando-os em provedores de terminação SMS. Estou morando em Teresina. Se julgar oportuno, sinta-se à vontade para me contactar para trocarmos idéias.

Abraços,

Edilson

Did you have configured your /etc/smsd.conf with the right folders like in the screenshot…

…you can also download a special smsd.conf from playSMS github: https://github.com/antonraharja/playSMS/blob/master/contrib/smstools/smsd.conf

In my configuration all sended files are in /var/spool/sms/sent. I have no files in /var/spool/sms/outgoing because it sends very fast :slight_smile:

actually outgoing SMS is placed in each queue folder, in this case in /var/spool/sms/modem1 or modem2:

in above code snippet the $plugin_config['smstools']['queue'] is overridden by smstool’s SMSC config in playSMS

anton