Keywords: Mode: All keywords (AND) |
Wed Dec 14, 2011 13:48
|
darkkc: I have removed compiled version and installed it from repository, and now its magically works.
repository version had no sendsms script, so i took it from sources and now everything ok
|
Fri Dec 09, 2011 11:27
|
darkkc: Operating system name and version: Ubuntu 11.10
Version of smsd: 3.1.14
Smsd installed from: sources
Name and model of a modem / phone: Samsung SGH-E250
Interface: USB
smsd receives sms well, but don't send anything.
smsd -t gives
Segmentation Fault
sendsms +XXXXXXXXXXXX "message" gives
--
Text: message
To: +XXXXXXXXXXXX
and creates outgoing file in /var/spool/sms/outgoing
But smsd ignores them at all...
Config:
devices = GSM1
outgoing = /var/spool/sms/outgoing
checked = /var/spool/sms/checked
incoming = /var/spool/sms/incoming
failed = /var/spool/sms/failed
sent = /var/spool/sms/sent
logfile = /var/log/smsd.log
loglevel = 5
receive_before_send = no
autosplit = 3
[GSM1]
device = /dev/ttyACM0
incoming = yes
rtscts = no
sending_disabled = no
cs_convert = no
baudrate = 115200
init = AT+CPMS="SM","SM","SM"
check_memory_method = 31
smsc = 380672021111
#pin = 1111
ls /var/spool/sms/outgoing
send_7c1Glc send_YOVog0
What am i doing wrong? :)
|