jorma9: I guess it was another program accessing the modem at the same time causing this.
|
jorma9: Operating system name and version: Raspbian
Version of smsd: 3.1.21
Smsd installed from: apt-get install smstools
Name and model of a modem / phone: Simtel 7100
Interface: USB
I start smsd, works just fine. 44 messages came through, but then it stopped. All messages can be found from /var/spool/sms/incoming/ -folder.
BUT, then:
Suddenly no more messages, no nothing. Checked the log, the last message that came through is:
........02-21 15:50:50,6, GSM1: Pre-initializing modem
2019-02-21 15:50:50,7, GSM1: -> ATE0
2019-02-21 15:50:50,7, GSM1: Command is sent, waiting for the answer. (10)
2019-02-21 15:50:50,7, GSM1: <- OK
2019-02-21 15:50:50,3, GSM1: Routed message detected:
+CMT: "",159
0791534874894380440C915348711018630008912012510594808C0500037E0201006C00610074003A00360030002E003100370035003900340020006C006F006E0067003A00320034002E00390032003600320037002000730070006500650064003A003000300039002E00310020000D000A0054003A00300032002F00320031002F00310039002000310033003A003500300020000D000A0068007400740070003A002F002F
2019-02-21 15:50:50,3, GSM1: Saved routed message for later handling. However, you MUST DISABLE message routing with modem settings.
2019-02-21 15:50:50,7, GSM1: Sending acknowledgement
2019-02-21 15:50:50,7, GSM1: -> AT+CNMA
2019-02-21 15:50:50,7, GSM1: <- +CMS ERROR: 500
2019-02-21 15:50:50,7, GSM1: -> AT+CMEE=1;+CREG=2
2019-02-21 15:50:50,7, GSM1: Command is sent, waiting for the answer. (10)
...
What does that mean?
I got the modem back online by kicking it with AT+CRESET.
What is message routing?
This is not the first time I see this to happen, the Raspberry has two of Simtel 7100 modems. Power is supplied via USB -connector, but providing +5V straight to modem usually helps if there are
|