Keywords: Mode: All keywords (AND) |
Tue May 24, 2011 15:53
|
Goofy: Keke,
I've to change following lines:
telnet_login_prompt : username:
telnet_login = voip
telnet_password_prompt : password:
telnet_password = 1234
to
telnet_login_prompt = username:
telnet_login = voip
telnet_password_prompt = password:
telnet_password = 1234
After reboot I can attempt to login but no success on send sms, can anyone help please?
|
Mon May 23, 2011 19:59
|
Goofy: Connectivity issue only happen with smst3 since I can telnet mv370 without problems.
|
Mon May 23, 2011 19:45
|
Goofy: Hi,
I've need to change your code for sms3 service start to:
device = @192.168.12.35:23
incoming = no
telnet_login_prompt = username:
telnet_login = voip
telnet_password_prompt = password:
telnet_password = 1234
Message log:
2011-05-23 20:40:40,7, smsd: Done: startup_check (shell), execution time 0 sec., status: 0 (0)
2011-05-23 20:40:40,4, smsd: File mode creation mask: 022 (0644, rw-r--r--).
2011-05-23 20:40:40,5, GSM1: Modem handler 0 has started. PID: 16783. Will only send messages.
2011-05-23 20:40:40,5, smsd: Outgoing file checker has started. PID: 16782.
2011-05-23 20:40:40,7, smsd: All PID's: 16782,16783
2011-05-23 20:40:40,3, GSM1: Couldn't connect socket @192.168.12.35:23, error: Connection refused, waiting 5 sec.
2011-05-23 20:40:45,6, GSM1: Couldn't connect socket @192.168.12.35:23, error: Connection refused, waiting 5 sec.
2011-05-23 20:40:50,6, GSM1: Couldn't connect socket @192.168.12.35:23, error: Connection refused, waiting 5 sec.
Regards
|
Mon May 23, 2011 19:29
|
Goofy: Log messages:
2011-05-23 20:24:18,7, GSM1: Command is sent, waiting for the answer
2011-05-23 20:24:24,7, GSM1: put_command expected (OK)|(ERROR), timeout occurred. 1.
2011-05-23 20:24:24,7, GSM1: <- username:
2011-05-23 20:24:25,7, GSM1: ->
2011-05-23 20:24:25,7, GSM1: Command is sent, waiting for the answer
2011-05-23 20:24:30,7, GSM1: put_command expected (OK)|(ERROR), timeout occurred. 2.
2011-05-23 20:24:30,7, GSM1: <- password:
2011-05-23 20:24:31,3, GSM1: Modem is not ready to answer commands (Timeouts: 0)
2011-05-23 20:24:31,2, GSM1: Failed to initialize modem GSM1. Stopping.
Telnet with Porteck:
[root@nms checked]# telnet 192.168.12.35 23
Trying 192.168.12.35...
Connected to 192.168.12.35.
Escape character is '^]'.
username: voip
voip
password: *1234
****
user level = admin.
command: logout, module1, module2, state1, state2, info.
]
|
Mon May 23, 2011 19:08
|
Goofy: Operating system name and version: CentOS 5.6
Version of smsd: 3.1.14
Smsd installed from: sources
Name and model of a modem / phone: Portech MV-370 Gateway
Interface: Lan - over telnet port.
Hi,
I'm trying to get sms server tools 3 to send sms via Portech gateway.
I've try with this two configuration but just doesn't work:
[GSM1]
device = @192.168.XX.XX:23
incoming = no
telnet_login_prompt = voip
telnet_password_prompt = 1234
and
[GSM1]
device = @192.168.XX.XX:23
incoming = no
telnet_login = voip
telnet_password = 1234
Thanks in advance.
Regards,
|