Operating system name and version: Ubuntu 12.04 64bit/32bit
Version of smsd: 3.1.14
Smsd installed from: sources
Name and model of a modem / phone: Wavecom Fastrack
Interface: serial

I have this smsd.conf:


# Example smsd.conf. Read the manual for a description

devices = GSM1
logfile = /var/log/smsd.log
loglevel = 7
outgoing = /var/spool/sms/outgoing
checked = /var/spool/sms/checked
failed = /var/spool/sms/failed
incoming = /var/spool/sms/incoming
#sent = /var/spool/sms/sent
receive_before_send = no

[GSM1]
#init = AT+CPMS="SM","SM"
#pre_init = no
#init = ATE1;+CPMS="SM","SM"
#device = /dev/ttyUSB1
#device = /dev/usb/ttyUSB0
device = /dev/ttyS0
incoming = yes
outgoing = yes
#pin = 1111
mode = new
rtscts = yes
cs_convert = yes
signal_quality_ber_ignore = yes

memory_start=1
report = no
send_delay = 0
#baudrate = 115200
baudrate = 9600
#queues = OTHER

And the smsd.log is that:

Checking device for incoming SMS
2012-07-20 17:55:21,6, GSM1: Checking if modem is ready
2012-07-20 17:55:22,7, GSM1: -> AT
2012-07-20 17:55:22,7, GSM1: Command is sent, waiting for the answer
2012-07-20 17:55:22,7, GSM1: <- OK
2012-07-20 17:55:22,6, GSM1: Pre-initializing modem
2012-07-20 17:55:22,7, GSM1: -> ATE0+CMEE=1;+CREG=2
2012-07-20 17:55:22,7, GSM1: Command is sent, waiting for the answer
2012-07-20 17:55:23,7, GSM1: <- OK +CREG: 1,"1073","4E52"
2012-07-20 17:55:23,7, GSM1: -> AT+CSQ
2012-07-20 17:55:23,7, GSM1: Command is sent, waiting for the answer
2012-07-20 17:55:23,7, GSM1: <- +CSQ: 29,0 OK
2012-07-20 17:55:23,6, GSM1: Signal Strength Indicator: (29,0) -55 dBm (Excellent)
2012-07-20 17:55:23,6, GSM1: Checking if Modem is registered to the network
2012-07-20 17:55:23,7, GSM1: -> AT+CREG?
2012-07-20 17:55:23,7, GSM1: Command is sent, waiting for the answer
2012-07-20 17:55:24,7, GSM1: <- +CREG: 2,1,"1073","4E52" OK
2012-07-20 17:55:24,6, GSM1: Modem is registered to the network
2012-07-20 17:55:24,6, GSM1: Selecting PDU mode
2012-07-20 17:55:24,7, GSM1: -> AT+CMGF=0
2012-07-20 17:55:24,7, GSM1: Command is sent, waiting for the answer
2012-07-20 17:55:24,7, GSM1: <- OK
2012-07-20 17:55:24,6, GSM1: Checking memory size
2012-07-20 17:55:24,7, GSM1: -> AT+CPMS?
2012-07-20 17:55:24,7, GSM1: Command is sent, waiting for the answer
2012-07-20 17:55:25,7, GSM1: <- +CPMS: "SM",0,40,"SM",0,40,"SM",0,40 OK
2012-07-20 17:55:25,6, GSM1: Used memory is 0 of 40
2012-07-20 17:55:25,6, GSM1: No SMS received

So i think the message had been sent, but the result is that I can't get that message, could anyone tell me the reason . Thank you very much :shock: