Author |
Post |
|
#1 Mon Nov 07, 2011 14:26, 158 months ago.
|
Member
Registered: Jun 2009
Location: Russian Federation
|
Operating system name and version: Windows XP SP3 Version of smsd: 3.1.14 Smsd installed from: sources Name and model of a modem / phone: Siemens MC35i Interface: serial
Hello everybody,
we are using smsd with about 12-16 modems. Currently we are searching for opportunities to host our sms server in Data Centre (DC) . Our trouble is that DC doesn't want to host server with modems. To solve this situation we consider the following setup: a) sms server is located in DC without modems b) modems are located at separate site c) points a) and b) are connected via Internet d) in point b) we can use device like http://www.virtualserialport.com/products/serial-over-ethernet/ , to make modems available for server at point a)
My questions are: 1) Whether such setup is reliable enough? 2) Whehter somebody used similar setup? 3) How good in quality serial communications over Internet are?
|
|
#2 Fri Nov 18, 2011 08:11, 158 months ago.
|
Member
Registered: Jun 2009
Location: Russian Federation
Topic owner
|
Keke, we need your response please.
|
|
#3 Tue Dec 06, 2011 19:05, 157 months ago.
|
Member
Registered: Dec 2011
Location: Zelenograd, Russian Federation
|
I think you can use such system: points a) can use web server with some script which can recieve POST or GET request with message. point b) with use some script send request to poin a) after recieving sms
|
|
#4 Fri Dec 09, 2011 15:35, 157 months ago.
|
Member
Registered: Jun 2009
Location: Russian Federation
Topic owner
|
Thank you for response! My question is: how server in point a) drives modems located in point b) to send sms ?
|
|
#5 Sun Dec 11, 2011 16:52, 157 months ago.
|
Member
Registered: Dec 2011
Location: Zelenograd, Russian Federation
|
You can use such system:
on point b) periodically run script which send requst to server in point a) and server in it answer return data with message texts. Script on point b) parses server answer, create files with sms data and write to smstool spool directory.
|
|
#6 Mon Dec 12, 2011 10:32, 157 months ago.
|
Member
Registered: Jun 2009
Location: Russian Federation
Topic owner
|
I am sorry. I forget to say that in point b) we have only device like http://www.virtualserialport.com/products/serial-over-ethernet/ and no any server at point b). this is important ! Is it possible ?
|
|
#7 Mon Dec 12, 2011 12:09, 157 months ago.
|
Member
Registered: Dec 2011
Location: Zelenograd, Russian Federation
|
VVV wrote Is it possible ?
Yes. You can take some script language, for example php, and write some script which will do all work like these ( very simple examples ): Reading data from server: Sned data to server: « Last edit by Vic on Mon Dec 12, 2011 12:10, 157 months ago. »
|