Operating system name and version: Ubuntu 14.04
Version of smsd: smstools3 3.1.15
Smsd installed from: sources ..
Name and model of a modem
Interface
: USB

Dear All.

I am new in smstools. I am using eventhandler and works fine. But i do not know what is STATUS = 0

+----+----------+---------------------+---------------------+-------------+-------------+-------+------------+--------+
| id | type | sent | received | sender | receiver | msgid | text | status |
+----+----------+---------------------+---------------------+-------------+-------------+-------+------------+--------+
| 1 | SENT | 2015-05-12 02:52:38 | NULL | | | 99 | NULL | NULL |
| 2 | SENT | 2015-05-12 03:10:18 | NULL | | | 100 | NULL | NULL |
| 3 | SENT | 2015-05-12 03:14:52 | NULL | | | 101 | NULL | NULL |
| 4 | SENT | 2015-05-12 03:34:50 | 15-05-12 03:40:25 | | 569944 | 102 | NULL | 0 |
| 5 | SENT | 2015-05-12 03:40:00 | 15-05-12 03:44:19 | | 569814 | 103 | NULL | 0 |
| 6 | SENT | 2015-05-13 01:03:21 | 15-05-13 01:07:56 | | 569944 | 104 | hola mysql | 0 |
| 7 | SENT | 2015-05-13 01:12:01 | 15-05-13 01:17:38 | | 569944 | 105 | NULL | 0 |
| 8 | SENT | 2015-05-13 01:43:22 | 15-05-13 01:48:58 | | 569944 | 106 | NULL | 0 |
| 9 | RECEIVED | 15-05-13 01:51:06 | 2015-05-13 22:31:05 | 569944 | GSM1 | NULL | NULL | NULL |
+----+----------+---------------------+---------------------+-------------+-------------+-------+------------+--------

The status 0 represent that the sms was delivered OK?
What are the possibles values of status?

Why i do not see the text of sms?

My smsd.conf is

devices = GSM1
logfile = /var/log/smsd.log
loglevel = 7

[GSM1]
report_device_details = yes
device = /dev/ttyUSB0
incoming = yes
mode = new
#baudrate = 115200
rtscts = yes
cs_convert = yes
report = yes
memory_start = 0
sending_disabled = no
primary_memory = SM
secondary_memory = SR
eventhandler = /home/fvillarroel/smstools3/scripts/mysmsd

Regards