Mon Aug 20, 2018 00:00
|
roccotocco: Hello, i installed smstools3 and playsms, i tried to send some sms and i discovered that if the number have the country code i'm receiving the sms, if the number haven't the contry code im not receiving the sms but i can see from smsd.log that the message has been sent..... what's wrong in my configuration ?
HERE's MY CONFIGURATION:
# Global configuration
#devices = modem1, modem2
devices = modem1
loglevel = 7
# logfiles
stats = /var/log/sms/stats
logfile = /var/log/sms/smsd.log
# Default queue directory = /var/spool/sms
outgoing = /var/spool/sms/modem1/outgoing
checked = /var/spool/sms/modem1/checked
failed = /var/spool/sms/modem1/failed
incoming = /var/spool/sms/modem1/incoming
sent = /var/spool/sms/modem1/sent
# do not set report folder, let status report files saved in incoming
#report = /var/spool/sms/report
delaytime = 2
errorsleeptime = 10
blocktime = 180
autosplit = 3
#receive_before_send = yes
# Queue configurations
[queues]
modem1 = /var/spool/sms/modem1
#modem2 = /var/spool/sms/modem2
# Modem configurations
# Modem name: modem1
# Modem type: ZTE M831
[modem1]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0
signal_quality_ber_ignore = yes
check_memory_method = 31
device = /dev/ttyUSB1
baudrate = 115200
incoming = yes
report = yes
Thanks
Operating system name and version: Raspbian
Version of smsd: 3.1.21
Smsd installed from: sources
Name and model of a modem / phone: ZTE MF831
Interface: sUSB
|