Wed Jul 16, 2014 04:10
|
phaneesmail: Forgot to post my smsd.conf
Here you go;
# Global configuration
devices = GSM1
loglevel = 5
stats = /var/log/sms/stats
logfile = /var/log/sms/smsd.log
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
delaytime = 2
errorsleeptime = 4
blocktime = 180
autosplit = 3
receive_before_send = yes
national_prefixes = 0
# Modem configuration
# iTegno 3000 USB
#[itegno]
##init =
#device = /dev/ttyUSB0
#incoming = yes
##pin =
#baudrate = 115200
[GSM1]
init = AT+GMI
device = /dev/ttyACM0
incoming = yes
baudrate = 115200
report = yes
primary_memory = SM
secondary_memory = SR
# wavecom USB
[wavecom]
#init = AT+CNMI=2,0,0,2,1
#init = AT+CNMI=1,0,0,2,0
device = /dev/ttyACM1
incoming = yes
baudrate = 115200
report = yes
primary_memory = SM
secondary_memory = SR
|
Wed Jul 16, 2014 04:08
|
phaneesmail: Operating system name and version: Centos 6.5
Version of smsd: 3.1.15
Smsd installed from: sources / package repository / from elsewhere... source
Name and model of a modem / phone: Nokia 6120C
Interface: serial / USB / some adapter... USB
Can someone help me on the smsd.conf for Nokia 6120C mobile modem. I tried many option for init and it reports that GSM1: Modem did not accept the init string.
If I leave it blank, it reports GSM1: Error: Looks like your device does not support reading of messages.
Thanks,
- Phanee :'(
|