zzmyers: Operating system name and version: Ubuntu 18.04
Version of smsd: 3.1.21
Smsd installed from: package repository
Name and model of a modem / phone: SerialLink SLK-M200-LTE-AH Industiral 4G Modem
Interface: serial
I bought this modem that supports 2G, 3G and 4G to replace an old 2G only modem. While it works if I text my cell phone, testing has shown that if I send an SMS message from the modem, which is a US number, to a device with a Belgian SIM card (+32 country code), the SMS does not arrive. It is not a SIM problem as the old 2G modem would work fine. I assume I need a different setting or initialization but I have not been able to figure out what.
This is my configuration. The problem device is GSM3:
devices = GSM1,GSM2,GSM3
logfile = /var/log/smsd.log
loglevel = 5
umask = 027
eventhandler=/usr/local/bin/smsmysql.sh
failed = /var/spool/sms/failed
hangup_incoming_call = yes
smart_logging = yes
[queues]
MAIN = /var/spool/sms/queues/MAIN
GSM1 = /var/spool/sms/queues/GSM1
GSM2 = /var/spool/sms/queues/GSM2
GSM3 = /var/spool/sms/queues/GSM3
[GSM1]
queues = modemname
device = @192.168.2.1:5000
# telnet_login = admin
# telnet_password = admin
incoming = yes
max_continuous_sending = 30
check_network = 2
[GSM2]
queues = modemname, MAIN
device = @192.168.2.3:5000
# telnet_login = admin
# telnet_password = admin
incoming = yes
max_continuous_sending = 30
check_network = 2
[GSM3]
queues = modemname
device = /dev/ttyS0
incoming = yes
max_continuous_sending = 30
check_network = 2
memory_start = 0
report_device_details = yes
This is the output from show_device_details:
2020-06-23 04:11:08,5, GSM3: Modem handler 2 has started. PID: 65302.
2020-06-23 04:11:08,5, GSM3: Serving queues: GSM3
2020-06-23 04:11:08,5, GSM3: Using check_memory_method 1: CPMS is used.
2020-06-23 04:11:09,5, GSM3: IMEI: 868022030192491
2020-06-23 04:11:09,5, GSM3: IMSI: 310260607539653
2020-06-23 04:11:09,7, GSM3: ## Start of device details
2020-06-23 04:11:09,7, GSM3: # Manufacturer identification:
2020-06-23 04:11:09,7, GSM3: -> AT+CGMI
2020-06-23 04:11:09,7, GSM3: <- SIMCOM INCORPORATED
OK
2020-06-23 04:11:09,7, GSM3: # Model identification:
2020-06-23 04:11:09,7, GSM3: -> AT+CGMM
2020-06-23 04:11:09,7, GSM3: <- SIMCOM_SIM7600A-H
OK
2020-06-23 04:11:09,7, GSM3: # Revision identification:
2020-06-23 04:11:09,7, GSM3: -> AT+CGMR
2020-06-23 04:11:09,7, GSM3: <- +CGMR: LE11B02SIM7500A
OK
2020-06-23 04:11:09,7, GSM3: # New message indications, list of supported modes:
2020-06-23 04:11:10,7, GSM3: -> AT+CNMI=?
2020-06-23 04:11:10,7, GSM3: <- +CNMI: (0,1,2),(0,1,2,3),(0,2),(0,1,2),(0,1)
OK
2020-06-23 04:11:10,7, GSM3: # New message indications, current settings:
2020-06-23 04:11:10,7, GSM3: -> AT+CNMI?
2020-06-23 04:11:10,7, GSM3: <- +CNMI: 2,1,0,0,0
OK
2020-06-23 04:11:10,7, GSM3: # Preferred message storage, list of supported mem's:
2020-06-23 04:11:10,7, GSM3: -> AT+CPMS=?
2020-06-23 04:11:10,7, GSM3: <- +CPMS: ("ME","MT","SM","SR"),("ME","MT","SM","SR"),("ME","SM")
OK
2020-06-23 04:11:10,7, GSM3: # Phonebook storage, available mem's:
2020-06-23 04:11:10,7, GSM3: -> AT+CPBS=?
2020-06-23 04:11:10,7, GSM3: <- +CPBS: ("SM","DC","FD","LD","MC","ME","RC","EN","ON")
OK
2020-06-23 04:11:10,7, GSM3: # List messages, list of supported stat's:
2020-06-23 04:11:10,7, GSM3: -> AT+CMGL=?
2020-06-23 04:11:10,7, GSM3: <- +CMGL: (0-4)
OK
2020-06-23 04:11:10,7, GSM3: # Delete message, list of supported values:
2020-06-23 04:11:10,7, GSM3: -> AT+CMGD=?
2020-06-23 04:11:10,7, GSM3: <- +CMGD: (),(0-4)
OK
2020-06-23 04:11:10,7, GSM3: # Phone activity status, list of supported stat's:
2020-06-23 04:11:10,7, GSM3: -> AT+CPAS=?
2020-06-23 04:11:10,7, GSM3: <- +CPAS: (0,3,4)
OK
2020-06-23 04:11:10,7, GSM3: # TE character set, list of supported charset's:
2020-06-23 04:11:10,7, GSM3: -> AT+CSCS=?
2020-06-23 04:11:10,7, GSM3: <- +CSCS: ("IRA","GSM","UCS2")
OK
2020-06-23 04:11:10,7, GSM3: # TE character set, current setting:
2020-06-23 04:11:10,7, GSM3: -> AT+CSCS?
2020-06-23 04:11:10,7, GSM3: <- +CSCS: "IRA"
OK
2020-06-23 04:11:10,7, GSM3: ## End of device details
Any clues on what to try or to check further would be greatly appreciated.
Steve
|