Keywords: Mode: All keywords (AND) |
Tue Nov 29, 2016 15:44
|
Garraty: Thanks Keke,
Forward Setting is used to forward voice calls.
Instead, i don't understand fully what means "Server Mode" and "Bank Mode", i believe that this modes are used for manage received SMS and forward to a "BANK" or a "SERVER". But i'm don't realy sure.
I'm study..!
|
Mon Nov 28, 2016 00:25
|
Garraty: I confirm, each module has its own identification number, module1, module2 etc. But all modules can be contacted through the same telnet connection. Certainly I can not use them all at once, it would be enough to cycle them without disconnect the socket connection every time.
I can do this with a script in PHP, so
open the connection
call the module1
send SMS
release module1 (without close connection)
call module2
send SMS
release module2
....
etc ..
release module8
close socket connection.
In this way i can use all the modems, 1 every 4 seconds.
But this is not replicable with smstool because if i create two contexts with 2 different modules, as mentioned, the second module is not used because the connection is busy with the first module and the first connection.
I seem to understand that this version is fine to use with GSM Gateway with a single modem.
Am i wrong?
|
Fri Nov 25, 2016 12:17
|
Garraty: Hi guys,
thanks for all.
I installed 3.1.16 Version, for use Portech and telnet socket. It's work fine for me with this config:
+++++++++++++++++++++++++++++++++++++++++
[GSM1]
device = @10.XXX.XXX.XXX:23
telnet_crlf = yes
telnet_login_prompt = username:
telnet_password_prompt = password:
telnet_login = voip
telnet_password = 1234
telnet_cmd_prompt = logout, module, module1, module2, state1, state2.
telnet_cmd = module1
incoming = no
device_open_alarm_after = 5
socket_connection_alarm_after = 5
init = ATV1
#
needs_wakeup_at=yes
hangup_incoming_call = yes
rtscts=no
regular_run_logfile = /var/log/smstools/smsd_run_GSM1.log
pin = ignore
status_signal_quality = no
mode = new
queues = GSM1,ALL
decode_unicode_text = yes
internal_combine = yes
++++++++++++++++++++++++++++++++++++++++
Now, i need to use ALL modem into the portech (my device is MV378) with 8 modules. But if i add a context GSM2-module2, GSM3-module3, etc.. demon says:
GSM2: Couldn't connect socket @10.139.233.100:23, error: Connection refused, waiting 5 sec.
Obviously, because the socket connection is busy for GSM1-module1. So, the solution could be to keep the socket open and change module for each SMS, and rotate them until the end of the task, but how do that?
|
Fri Jul 15, 2016 15:52
|
Garraty: Hi,
i have the same problem today.
In my case, i think, that the problem is in the usb Hub with modem extension.
Anyway, If you solve, please post solution here. i'll do the same.
cheers
|
Mon Mar 14, 2016 13:47
|
Garraty: Ok thanks, be waiting for it.
|
Fri Mar 11, 2016 16:30
|
|