J_P: CentOS 6.5:
3.1.15:
CentOS repository:
Portech MV 370 GSM Gateway:
over Ethernet:
Hi all,
i tried to connect my Portech MV 370 to my LAN over Ethernet. But I'm quiet new to Linux and smstools.
so i'm not sure how i have to configure smstools. with my config the program starts, then the files are moved from outgoing to checked but they won't be send...
after spending hours with google search and everybody even used gateways as usb device i posted in here.
maybe anyone could tell me where's my fault and maybe explain a bit if i don't get it,
thanks in advance
my log file
2014-02-05 15:55:30,7, smsd: All PID's: 12965,12967
2014-02-05 15:55:30,5, GSM1: Modem handler 0 has started. PID: 12967. Will only send messages.
2014-02-05 15:55:30,6, GSM1: Checking if modem is ready
2014-02-05 15:55:30,7, GSM1: -> AT
2014-02-05 15:55:30,7, GSM1: Command is sent, waiting for the answer
2014-02-05 15:55:40,5, smsd: Moved file /var/spool/sms/outgoing/send_iuOVaC to /var/spool/sms/checked
2014-02-05 15:55:49,7, GSM1: put_command expected (OK)|(ERROR), timeout occurred. 1.
2014-02-05 15:55:49,7, GSM1: <- username: root root root root root root root root root root root root root root root rpassword: ****************************************************************************bad username or password!!! exit...
2014-02-05 15:55:49,7, GSM1: ->
2014-02-05 15:55:49,7, GSM1: Command is sent, waiting for the answer
2014-02-05 15:55:51,5, smsd: Moved file /var/spool/sms/outgoing/send_diT347 to /var/spool/sms/checked
2014-02-05 15:55:54,7, GSM1: put_command expected (OK)|(ERROR), timeout occurred. 2.
smsd.conf
devices = GSM1
logfile = /var/log/smsd/smsd.log
outgoing = /var/spool/sms/outgoing
checked = /var/spool/sms/checked
failed = /var/spool/sms/failed
report = /var/spool/sms/report
sent = /var/spool/sms/sent
loglevel = 7
user = root
infofile = /var/run/smsd/smsd.working
pidfile = /var/run/smsd/smsd.pid
# 3.1.5 introduced smart logging
# once your configuration is OK, set log level lower (5 is good in most cases)
smart_logging = yes
[GSM1]
device = @192.168.X.X:23
telnet_login_prompt = username:
telnet_login = root
telnet_password_prompt = password:
telnet_password = X
|