pitonije: thank you for this wonderfull program !!!
works like charm on Option Icon 225 - T-mobile and ubuntu 9.04 server
|
pitonije:
In the Ubuntu package startup script is named /etc/init.d/smstools.
pitonije@ubuntu:~$ sudo /etc/init.d/smstools stop
sudo: /etc/init.d/smstools: command not found
What version of smsd you are using ( smsd -V ) ?
v3.1.5
After one minute there was still no any answer from a modem. You might need to define your operators service center number, smsc = <number of the SMSC in international format without the starting "+"> in the modem settings of smsd.conf.
And that have fixed my problem
thanks keke now i am able to send sms also! works great
|
pitonije: hello
i have problem with startup script
sudo /etc/init.d/sms3 start
i am running ubuntu 9.04 server
after entering command mentioned above system returns
sudo: /etc/init.d/sms3: command not found
and when i run script from bin
sudo /usr/bin/smsd
smsd is running but i have two instances of it
when i check ps -A
i see two instances and i cant send sms only recive
i have readed on this forum that this is problem with multiple instances of smsd running
here is errorr log:
2009-06-27 16:21:56,6, GSM1: Modem is registered to the network
2009-06-27 16:21:56,6, GSM1: Selecting PDU mode
2009-06-27 16:21:56,7, GSM1: -> AT+CMGF=0
2009-06-27 16:21:56,7, GSM1: Command is sent, waiting for the answer
2009-06-27 16:21:57,7, GSM1: <- OK
2009-06-27 16:21:57,7, GSM1: -> AT+CMGS=18
2009-06-27 16:21:57,7, GSM1: Command is sent, waiting for the answer
2009-06-27 16:21:57,7, GSM1: <- >
2009-06-27 16:21:57,7, GSM1: -> PDU REMOVED^Z
2009-06-27 16:21:57,7, GSM1: Command is sent, waiting for the answer
2009-06-27 16:22:57,7, GSM1: put_command expected (OK)|(ERROR), timeout occurred. 1.
2009-06-27 16:22:57,7, GSM1: <-
2009-06-27 16:22:57,3, GSM1: The modem answer was not OK:
2009-06-27 16:22:57,5, GSM1: Waiting 10 sec. before retrying
|