Canot send SMS using gammu-smsd
Posted
by
khalid hussain
on Server Fault
See other posts from Server Fault
or by khalid hussain
Published on 2012-09-27T05:59:58Z
Indexed on
2012/09/27
9:39 UTC
Read the original article
Hit count: 340
I am trying to send SMS using gammu-smsd, but it does not work.
Modem: Huawei E1550
Steps:
#vi /etc/gammu-smsdrc
port= /dev/ttyUSB0
connection = at
Then restarted gammu-smsd:
# /etc/init.d/gammu-smsd restart
SMS Sending test
echo "Test message" | gammu-smsd-inject TEXT 335123456
It does not send SMS.
Log
Sep 27 14:19:25 Dell-Laptop gammu-smsd[10285]: Going to 30 seconds sleep because of too much connection errors
Sep 27 14:19:55 Dell-Laptop gammu-smsd[10285]: Starting phone communication...
Sep 27 14:19:55 Dell-Laptop gammu-smsd[10285]: Error at init connection: Error opening device, it doesn't exist. (DEVICENOTEXIST[4])
© Server Fault or respective owner