Operating system name and version: freebsd 9.0
Version of smsd: 3.1.15
Smsd installed from: ports
Name and model of a modem / phone: Nokia 2700 classic
Interface: USB

hello
i need receive sms.

#dmesg
ugen1.3: <Nokia> at usbus1
ugen1.3: <Nokia> at usbus1 (disconnected)
ugen1.3: <Nokia> at usbus1
umodem0: <Nokia Nokia 2700 classic, class 2/0, rev 2.00/9.97, addr 3> on usbus1
umodem0: data interface 2, has CM over data, has break

smsd.conf
devices = GSM1
logfile = /var/log/smsd.log
loglevel = 10
log_unmodified = yes

[GSM1]
device = /dev/cuaU0
incoming = yes
signal_quality_ber_ignore = yes

memory_start = 0


log:
2013-04-09 16:55:01,6, GSM1: Checking device for incoming SMS
2013-04-09 16:55:01,6, GSM1: Checking if modem is ready
2013-04-09 16:55:01,7, GSM1: -> AT
2013-04-09 16:55:01,7, GSM1: Command is sent, waiting for the answer
2013-04-09 16:55:02,7, GSM1: <- OK

2013-04-09 16:55:02,6, GSM1: Pre-initializing modem
2013-04-09 16:55:02,7, GSM1: -> ATE0+CMEE=1;+CREG=2
2013-04-09 16:55:02,7, GSM1: Command is sent, waiting for the answer
2013-04-09 16:55:02,7, GSM1: <- OK

2013-04-09 16:55:02,6, GSM1: Checking if modem needs PIN
2013-04-09 16:55:02,7, GSM1: -> AT+CPIN?
2013-04-09 16:55:02,7, GSM1: Command is sent, waiting for the answer
2013-04-09 16:55:03,7, GSM1: <- +CPIN: READY

OK

2013-04-09 16:55:03,7, GSM1: -> AT+CSQ
2013-04-09 16:55:03,7, GSM1: Command is sent, waiting for the answer
2013-04-09 16:55:03,7, GSM1: <- +CSQ: 18,99

OK

2013-04-09 16:55:03,6, GSM1: Signal Strength Indicator: (18,99) -77 dBm (Good)
2013-04-09 16:55:03,6, GSM1: Checking if Modem is registered to the network
2013-04-09 16:55:03,7, GSM1: -> AT+CREG?
2013-04-09 16:55:03,7, GSM1: Command is sent, waiting for the answer
2013-04-09 16:55:04,7, GSM1: <- +CREG: 2,1,"0001","0554"

OK

2013-04-09 16:55:04,6, GSM1: Modem is registered to the network
2013-04-09 16:55:04,6, GSM1: Selecting PDU mode
2013-04-09 16:55:04,7, GSM1: -> AT+CMGF=0
2013-04-09 16:55:04,7, GSM1: Command is sent, waiting for the answer
2013-04-09 16:55:04,7, GSM1: <- OK

2013-04-09 16:55:04,6, GSM1: Checking memory size
2013-04-09 16:55:04,7, GSM1: -> AT+CPMS?
2013-04-09 16:55:04,7, GSM1: Command is sent, waiting for the answer
2013-04-09 16:55:05,7, GSM1: <- +CPMS: ,,,,,,,,

OK

2013-04-09 16:55:05,6, GSM1: Reading of messages is not supported?
2013-04-09 16:55:05,6, GSM1: Command failed.
2013-04-09 16:55:05,6, GSM1: No SMS received (reading interrupted)