strolchi: Operating system name and version: Raspbian wheezy
Version of smsd:: 3.1.14
Smsd installed from: sources
Name and model of a modem / phone: Nokia E65
Interface: USB
Hi,
everytime I start smsd via /etc/init.d/sms3 start it gets stuck at "Waiting for messages to send...":
2012-08-25 11:31:56,2, smsd: Smsd v3.1.14 started.
2012-08-25 11:31:56,2, smsd: Running as root:root.
2012-08-25 11:31:56,7, smsd: Running startup_check (shell): /var/spool/sms/incoming/smsd_script.W0QYhS /tmp/smsd_data.UclaL1
2012-08-25 11:31:56,7, smsd: Done: startup_check (shell), execution time 0 sec., status: 0 (0)
2012-08-25 11:31:56,4, smsd: File mode creation mask: 022 (0644, rw-r--r--).
2012-08-25 11:31:56,5, smsd: Outgoing file checker has started. PID: 2601.
2012-08-25 11:31:56,7, smsd: All PID's: 2601,2603
2012-08-25 11:31:56,5, GSM1: Modem handler 0 has started. PID: 2603. Will only send messages.
2012-08-25 11:31:56,6, GSM1: Checking if modem is ready
2012-08-25 11:31:57,7, GSM1: -> AT
2012-08-25 11:31:57,7, GSM1: Command is sent, waiting for the answer
2012-08-25 11:31:57,7, GSM1: <- OK
2012-08-25 11:31:57,6, GSM1: Pre-initializing modem
2012-08-25 11:31:57,7, GSM1: -> ATE0+CMEE=1;+CREG=2
2012-08-25 11:31:57,7, GSM1: Command is sent, waiting for the answer
2012-08-25 11:31:57,7, GSM1: <- OK
2012-08-25 11:31:57,6, GSM1: Checking if modem needs PIN
2012-08-25 11:31:57,7, GSM1: -> AT+CPIN?
2012-08-25 11:31:57,7, GSM1: Command is sent, waiting for the answer
2012-08-25 11:31:58,7, GSM1: <- +CPIN: READY OK
2012-08-25 11:31:58,7, GSM1: -> AT+CSQ
2012-08-25 11:31:58,7, GSM1: Command is sent, waiting for the answer
2012-08-25 11:31:58,7, GSM1: <- +CSQ: 10,99 OK
2012-08-25 11:31:58,6, GSM1: Signal Strength Indicator: (10,99) -93 dBm (Workable), Bit Error Rate: not known or not detectable
2012-08-25 11:31:58,6, GSM1: Checking if Modem is registered to the network
2012-08-25 11:31:58,7, GSM1: -> AT+CREG?
2012-08-25 11:31:58,7, GSM1: Command is sent, waiting for the answer
2012-08-25 11:31:59,7, GSM1: <- +CREG: 2,5,"000C","0C18" OK
2012-08-25 11:31:59,6, GSM1: Modem is registered to a roaming partner network
2012-08-25 11:31:59,6, GSM1: Location area code: 000C, Cell ID: 0C18
2012-08-25 11:31:59,7, GSM1: -> AT+CSQ
2012-08-25 11:31:59,7, GSM1: Command is sent, waiting for the answer
2012-08-25 11:31:59,7, GSM1: <- +CSQ: 10,99 OK
2012-08-25 11:31:59,6, GSM1: Signal Strength Indicator: (10,99) -93 dBm (Workable), Bit Error Rate: not known or not detectable
2012-08-25 11:31:59,6, GSM1: Selecting PDU mode
2012-08-25 11:31:59,7, GSM1: -> AT+CMGF=0
2012-08-25 11:31:59,7, GSM1: Command is sent, waiting for the answer
2012-08-25 11:31:59,7, GSM1: <- OK
2012-08-25 11:32:00,7, GSM1: -> AT+CIMI
2012-08-25 11:32:00,7, GSM1: Command is sent, waiting for the answer
2012-08-25 11:32:00,7, GSM1: <- 232116832295692 OK
2012-08-25 11:32:00,7, GSM1: -> AT+CGSN
2012-08-25 11:32:00,7, GSM1: Command is sent, waiting for the answer
2012-08-25 11:32:00,7, GSM1: <- 354832014646366 OK
2012-08-25 11:32:00,5, GSM1: CGSN: 354832014646366
2012-08-25 11:32:00,5, GSM1: IMSI: 232116832295692
2012-08-25 11:32:00,5, GSM1: Waiting for messages to send...
My config file:
devices = GSM1
outgoing = /var/spool/sms/outgoing
checked = /var/spool/sms/checked
incoming = /var/spool/sms/incoming
logfile = /var/log/smstools/smsd.log
infofile = /var/run/smstools/smsd.working
pidfile = /var/run/smstools/smsd.pid
outgoing = /var/spool/sms/outgoing
checked = /var/spool/sms/checked
failed = /var/spool/sms/failed
incoming = /var/spool/sms/incoming
sent = /var/spool/sms/sent
stats = /var/log/smstools/smsd_stats
loglevel = 7
[GSM1]
device = /dev/ttyACM0
incoming = no
Any suggestions?
Thanks in advance!
best regards,
felix
|