Version of smsd: 3.1.15
Smsd installed from: sources
Name and model of a modem / phone: Falcom Samba 55
Interface: USB
Hallo, I can't receive messages with the modem:
Quote2013-09-11 11:39:27,7, GSM1: <- OK
2013-09-11 11:39:27,6, GSM1: Checking if modem needs PIN
2013-09-11 11:39:27,7, GSM1: -> AT+CPIN?
2013-09-11 11:39:27,7, GSM1: Command is sent, waiting for the answer
2013-09-11 11:39:27,7, GSM1: <- +CPIN: READY OK
2013-09-11 11:39:27,7, GSM1: -> AT+CSQ
2013-09-11 11:39:27,7, GSM1: Command is sent, waiting for the answer
2013-09-11 11:39:28,7, GSM1: <- +CSQ: 30,99 OK
2013-09-11 11:39:28,6, GSM1: Signal Strength Indicator: (30,99) -53 dBm (Excellent), Bit Error Rate: not known or not detectable
2013-09-11 11:39:28,6, GSM1: Checking if Modem is registered to the network
2013-09-11 11:39:28,7, GSM1: -> AT+CREG?
2013-09-11 11:39:28,7, GSM1: Command is sent, waiting for the answer
2013-09-11 11:39:28,7, GSM1: <- +CREG: 2,1,"165F","6103" OK
2013-09-11 11:39:28,6, GSM1: Modem is registered to the network
2013-09-11 11:39:28,6, GSM1: Selecting PDU mode
2013-09-11 11:39:28,7, GSM1: -> AT+CMGF=0
2013-09-11 11:39:28,7, GSM1: Command is sent, waiting for the answer
2013-09-11 11:39:29,7, GSM1: <- OK
2013-09-11 11:39:29,6, GSM1: Checking memory size
2013-09-11 11:39:29,7, GSM1: -> AT+CPMS?
2013-09-11 11:39:29,7, GSM1: Command is sent, waiting for the answer
2013-09-11 11:39:29,7, GSM1: <- +CPMS: "SM",0,20,"MT",19,45,"MT",19,45 OK
2013-09-11 11:39:29,6, GSM1: Used memory is 0 of 20
2013-09-11 11:39:29,6, GSM1: No SMS received
My sending phone tells me, that the message is sent successfully. The value "19" (both) was 18, before I send another SMS to try again.
As smsd.conf, I'm using a very simple file:
Quote# Example smsd.conf. Read the manual for a description
devices = GSM1
logfile = /var/log/smsd.log
loglevel = 7
[GSM1]
device = /dev/ttyUSB0
incoming = yes
baudrate = 115200
pin = 1234
Maybe, something is missing there?
Kind regards,
Tom