Keywords: Mode: All keywords (AND) |
Wed Jun 12, 2013 00:47
|
oscargim: Ubuntu 12.04 LTS:
Version of smsd: 3.1.15
Smsd installed from: sources
Name and model of a modem / phone: Motorola L6
Interface: USB
Hi, I installed like about 30 times with diferent guides playsms and smstools3
and got working everything excepts that send sms stays on outgoing folder:
root@dhcppc1:~# cd /var/spool/sms/outgoing/
root@dhcppc1:/var/spool/sms/outgoing# ls
out.0.1.1 send_CF5Stl
root@dhcppc1:~#
I tried diferent /etc/smsd.conf
The sms status on playsms stays pending
I have a motorola L6 phone on /dev/ttyACM0 a few years I made it work with
playsms and smstools with no problem but now I cant anyway.
I checked, read and tried a lot since a couple of days trying
You can access the server to test and see it:
SSH: level.dyndns.tv:22 user: root pass: 123456
WEB: http://level.dyndns.tv/playsms user: admin pass: admin
Don know what else can be, I just have to test another phone. (but I made this
one work before)
Hope to find the problem! thanks
|
Mon Jun 13, 2011 15:29
|
oscargim: could be something like this?? i added "modem2" (motorola v3)
# Global configuration
devices = modem1, modem2
loglevel = 4
logfile = /var/log/sms/smstools.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 = 6
errorsleeptime = 12
blocktime = 180
autosplit = 3
receive_before_send = yes
# Modem configuration
# MOTOROLA L6
[modem1]
#init =
device = /dev/ttyACM0
incoming = yes
#pin =
baudrate = 115200
# MOTOROLA V3
[modem2]
#init =
device = /dev/ttyACM1
incoming = yes
#pin =
baudrate = 115200
|
Mon Jun 13, 2011 15:20
|
oscargim: Hi i have installed and working playsms with smsservertools3 with a motorola L6 modem
What i want to do now is add more modems and i guess i have to add it on the /etc/smsd.conf
This is my smsd.conf file:
# Global configuration
devices = modem1
loglevel = 4
logfile = /var/log/sms/smstools.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 = 6
errorsleeptime = 12
blocktime = 180
autosplit = 3
receive_before_send = yes
# Modem configuration
# iTegno 3000 USB
[modem1]
#init =
device = /dev/ttyACM0
incoming = yes
#pin =
baudrate = 115200
Can someone tell hoy to add more modems here??
Thanks for this great tool :)
|