|
|
SMS Server Tools 3 Community |
Welcome, Guest. The forum is currently read-only, but will open soon. |
Wed Aug 27, 2025 05:14 |
Page: 1
Keywords: Mode: All keywords (AND) |
Mon Jul 29, 2013 16:30
|
RustanTech: Yes Ben, keke is correct. It works with a simple settings - simple settings with a minor tweaks.
I just installed minicom on my Ubuntu (just google minicom for reference if you don't know minicom). Use minicom to set the baudrate at 9600.
Back to your smsd.conf and also set the baudrate at 9600.
Hope that helps! Cheers! ;)
Regards,
Rustan
|
Mon Jan 14, 2013 11:14
|
RustanTech: Operating system name and version: Ubuntu 12.04 Desktop
Version of smsd: 3.1.15
Smsd installed from: sources
Name and model of a modem / phone: Wavecom Q2303A Module COM/RS232/Serial Port
Interface: Serial to USB Converter
Hi good eve. Is there anyone in the community made Wavecom Q2303A working for SMS Tools 3?
Thanks!
|
Mon Jan 14, 2013 00:52
|
RustanTech: Hi Keke, thanks for the reply.
SMSTools3 can make an outgoing voice call
May I know how could I do this? :(
Thanks!
|
Thu Jan 10, 2013 15:37
|
RustanTech:
I need to see your smsd.conf.
Hi Keke it's ok now. I already figure it out. I just want to share my smsd configuration specially for those who are using SIM900D and Wavecom Fastrack 20. :mrgreen:
Note: Providers in the list are all mobile numbers here in the Philippines for Smart Communication and Globe Telecom. I added SunTel in the Globe list (GSM2) since it is in postpaid plan with unlimited subscription for text messages.
P.S: Modem configuration for GSM2 gives an "Unexpected Output: RING RING RING" when auto-answering an Incoming Call with SMS but it's tolerable because my eventhandler can still send an auto-answer. :o
Here's the configuration:
# device used
devices = GSM1,GSM2
# folder used in the sms
outgoing = /var/spool/sms/outgoing
checked = /var/spool/sms/checked
incoming = /var/spool/sms/incoming
failed = /var/spool/sms/failed
sent = /var/spool/sms/sent
stats = /var/spool/sms/stats
report = /var/spool/sms/report
# additional setting
stats_interval = 0
status_interval = 1
logtime_ms = yes
logfile = /var/log/smsd.log
pidfile = /var/run/smsd.pid
loglevel = 5
receive_before_send = yes
eventhandler = /usr/local/bin/mysmsd
autosplit = 3
max_continuous_sending = 7200
trust_outgoing = yes
phonecalls = /var/spool/sms/phonecalls
[queues]
GSM1 = /var/spool/sms/GSM1
GSM2 = /var/spool/sms/GSM2
[provider]
# Examples for philippines
GSM1 = 63907,63908,63909,63910,63912,63918,63919,63920,63921,63928,63929,63930,63938,63939,63948,63949,63989,s214,s258,63999,63946,63947,63998,63813
GSM2 = 63905,63906,63915,63916,63917,63925,63926,63927,63935,63936,63937,63996,63997,63922,63923,63932,63933,63942,63943,s222,s8888,s290,63817
[GSM1]
# SIMCOM SIM900D GSM/GPRS Modem (SMART)
device = /dev/ttyUSB2
init = AT+CPMS="SM","SM","SM"
check_network = 0
trust_spool = no
report = yes
incoming = yes
outgoing = yes
status_signal_quality = no
baudrate = 115200
smsc = 639180000101
queues = GSM1
phonecalls = clip
hangup_incoming_call = yes
[GSM2]
# Wavecom Supreme Fastrack 20 (GLOBE)
device = /dev/ttyUSB0
init = AT+CPMS="ME","ME","ME"
check_network = 0
trust_spool = no
report = yes
incoming = yes
outgoing = yes
status_signal_quality = no
baudrate = 115200
smsc = 639170000130
queues = GSM2
phonecalls = yes
voicecall_hangup_ath = yes
|
Thu Jan 10, 2013 04:10
|
RustanTech: In connection on my first question, this is the output on logfile when using the SIM900D GSM Modem:
2013-01-10 12:02:19.742,3, GSM1: Unexpected input: RING RING
2013-01-10 12:02:33.247,3, GSM1: Unexpected input: RING RING RING
2013-01-10 12:02:46.451,3, GSM1: Unexpected input: RING RING RING
2013-01-10 12:02:59.657,3, GSM1: Unexpected input: RING NO CARRIER
-
Thanks!
|
Thu Jan 10, 2013 03:59
|
RustanTech: Operating system name and version: Ubuntu 10.04
Version of smsd: 3.1.14
Smsd installed from: sources
Name and model of a modem / phone: Wavecom Supreme Fastrack 20
Interface: serial to USB
Hi Keke and the Community, good day!
Just want to ask a help...
I tried your solution at http://smstools3.kekekasvi.com/topic.php?id=299
But no luck or working with me and I got these error at the logfile instead:
2013-01-10 11:42:46.534,3, GSM2: Unexpected input: RING
2013-01-10 11:42:47.335,3, GSM2: Unexpected input: RING
2013-01-10 11:43:00.040,3, GSM2: Unexpected input: RING RING RING RING
2013-01-10 11:43:01.743,3, GSM2: Unexpected input: RING
2013-01-10 11:43:13.446,3, GSM2: Unexpected input: RING RING RING RING
2013-01-10 11:43:26.752,3, GSM2: Unexpected input: RING RING
-
Best Regards!
|
Wed Jan 09, 2013 08:46
|
RustanTech: Hi SMSTools3 community peeps! Specially to Keke. Good day!
Did anyone in the community have already tried smstools3 for Voice Calls?
We just want to utilize our postpaid line subscription. Currently we can send unlimited text messages only but not using it's consumable credits for almost a year now. We can use it's consumable credits for voice calls so that the postpaid plan would be utilize.
Did anyone have done it before? Using smstools3 or any plugin available?
Best Regards! :)
|
Thu Jun 28, 2012 03:21
|
RustanTech: Got it guys! sorry. :D
Problem solved :)
|
Thu Jun 28, 2012 02:59
|
RustanTech: Operating system name and version: Ubuntu Server 12.04
Version of smsd: smstools3-3.1.3
Smsd installed from: /usr/local/src/smstools3
Name and model of a modem / phone: Wavecom Fastrack Supreme 20 (Modem 1); SIMCOM SIM900D (Modem 2)
Interface: serial
How can I remove smstools3-3.1.3 in the system? I want to replace it by smstools3-3.1.14.
Thanks in advance! :)
|
Wed Jun 27, 2012 04:43
|
RustanTech: Operating system name and version: Ubuntu Server 12.04
Version of smsd: smstools3-3.1.14
Smsd installed from: /etc/smsd.conf
Name and model of a modem / phone: SIM900D GSM/GPRS Modem
Interface: USB
Hi all, my SIM900D GSM/GPRS modem works fine and smoothly using the RS232 connection. Is there anyone of you knows how to configure it using the UART to USB connection? (USB connection perse').
Thanks in advance! :)
Here is my current configuration of smsd.conf:
# device
devices = GSM1
# folder used in the sms
outgoing = /var/spool/sms/outgoing
checked = /var/spool/sms/checked
incoming = /var/spool/sms/incoming
failed = /var/spool/sms/failed
sent = /var/spool/sms/sent
stats = /var/spool/sms/stats
# additional setting
stats_interval = 0
status_interval = 1
logtime_ms = yes
logfile = /var/log/smsd.log
pidfile = /var/run/smsd.pid
loglevel = 7
receive_before_send = yes
eventhandler = /usr/local/bin/mysmsd
autosplit = 3
max_continuous_sending = 7200
trust_outgoing = yes
report = /var/spool/sms/report
[queues]
GSM1 = /var/spool/sms/GSM1
[provider]
# Examples for Philippines
GSM1 = 63907,63908,63909,63910,63912,63918,63919,63920,63921,63928,63929,63930,63938,63939,63948,63949,63989,s214,s258
[GSM1]
# SIM900D GSM/GPRS Modem
device = /dev/ttyUSB0
init = AT+CPMS="SM","SM","SM"
check_network = 0
trust_spool = no
report = yes
incoming = yes
outgoing = yes
status_signal_quality = no
baudrate = 115200
smsc = 639180000101
queues = GSM1
|
Wed Jun 27, 2012 03:33
|
RustanTech: Hi guys, my SIM900D GSM/GPRS modem works fine and smoothly using the RS232 connection. Is there anyone of you knows how to configure it using the UART to USB connection? (USB connection perse'). I am using the smstools3-3.1.14 version of the smstools3.
Hope anyone knows. :)
Here is my current configuration of smsd.conf:
# device
devices = GSM1
# folder used in the sms
outgoing = /var/spool/sms/outgoing
checked = /var/spool/sms/checked
incoming = /var/spool/sms/incoming
failed = /var/spool/sms/failed
sent = /var/spool/sms/sent
stats = /var/spool/sms/stats
# additional setting
stats_interval = 0
status_interval = 1
logtime_ms = yes
logfile = /var/log/smsd.log
pidfile = /var/run/smsd.pid
loglevel = 7
receive_before_send = yes
eventhandler = /usr/local/bin/mysmsd
autosplit = 3
max_continuous_sending = 7200
trust_outgoing = yes
report = /var/spool/sms/report
[queues]
GSM1 = /var/spool/sms/GSM1
[provider]
# Examples for Philippines
GSM1 = 63907,63908,63909,63910,63912,63918,63919,63920,63921,63928,63929,63930,63938,63939,63948,63949,63989,s214,s258
[GSM1]
# SIM900D GSM/GPRS Modem
device = /dev/ttyUSB0
init = AT+CPMS="SM","SM","SM"
check_network = 0
trust_spool = no
report = yes
incoming = yes
outgoing = yes
status_signal_quality = no
baudrate = 115200
smsc = 639180000101
queues = GSM1
|
Page: 1
Time in this board is UTC.
|
|
|
 |
|
 |
|