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 = no
#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:

2012-07-20 17:22:53,5, smsd: Moved file /var/spool/sms/outgoing/send_qHydjQ to /var/spool/sms/checked
2012-07-20 17:22:53,6, GSM1: I have to send 1 short message for /var/spool/sms/checked/send_qHydjQ
2012-07-20 17:22:53,6, GSM1: Sending SMS from to 13716114282
2012-07-20 17:22:53,6, GSM1: Checking if modem is ready
2012-07-20 17:22:53,7, GSM1: -> AT
2012-07-20 17:22:53,7, GSM1: Command is sent, waiting for the answer
2012-07-20 17:22:53,7, GSM1: <- OK
2012-07-20 17:22:53,6, GSM1: Pre-initializing modem
2012-07-20 17:22:54,7, GSM1: -> ATE0+CMEE=1;+CREG=2
2012-07-20 17:22:54,7, GSM1: Command is sent, waiting for the answer
2012-07-20 17:22:54,7, GSM1: <- OK +CREG: 1,"1073","4E52"
2012-07-20 17:22:54,7, GSM1: -> AT+CSQ
2012-07-20 17:22:54,7, GSM1: Command is sent, waiting for the answer
2012-07-20 17:22:54,7, GSM1: <- +CSQ: 29,0 OK
2012-07-20 17:22:54,6, GSM1: Signal Strength Indicator: (29,0) -55 dBm (Excellent)
2012-07-20 17:22:54,6, GSM1: Checking if Modem is registered to the network
2012-07-20 17:22:55,7, GSM1: -> AT+CREG?
2012-07-20 17:22:55,7, GSM1: Command is sent, waiting for the answer
2012-07-20 17:22:55,7, GSM1: <- +CREG: 2,1,"1073","4E52" OK
2012-07-20 17:22:55,6, GSM1: Modem is registered to the network
2012-07-20 17:22:55,6, GSM1: Selecting PDU mode
2012-07-20 17:22:55,7, GSM1: -> AT+CMGF=0
2012-07-20 17:22:55,7, GSM1: Command is sent, waiting for the answer
2012-07-20 17:22:55,7, GSM1: <- OK
2012-07-20 17:22:56,7, GSM1: -> AT+CMGS=16
2012-07-20 17:22:56,7, GSM1: Command is sent, waiting for the answer
2012-07-20 17:22:56,7, GSM1: <- >
2012-07-20 17:22:56,7, GSM1: -> 0011000B913117164182F20000FF027331
2012-07-20 17:22:56,7, GSM1: Command is sent, waiting for the answer
2012-07-20 17:22:59,7, GSM1: <- +CMGS: 195 OK
2012-07-20 17:22:59,5, GSM1: SMS sent, Message_id: 195, To: 137****4282, sending time 6 sec.
2012-07-20 17:22:59,6, GSM1: Deleted file /var/spool/sms/checked/send_qHydjQ

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: