sourcetechab/extendserver

By sourcetechab

Updated almost 2 years ago

SourceTech Extend Server

Image
0

1.3K

sourcetechab/extendserver repository overview

SourceTech Extend

N|Solid

SourceTech Extend enables sharing of one single Alcatel-Lucent OmniPCX Enterprise, OXE (or Office, OXO), with multiple Hotel Property Management, PMS, systems, which is otherwize not possible due to protocol constraints*.

SourceTech Extend solves this problem by routing the communication protocol through a dedicated server; SourceTech Extend Server. The server dispatch data from OXE/OXO to PMS using a routing mechanism based on data frame's extension number, which is always present.

The solution consists of a server and a client for each connected PMS. Each client connects to the same server.

*OXE/OXO uses AHL, Alcatel Hotel Link, protocol for PMS connection which is restricted by the support for only one endpoint.

SourceTech Extend Server

The server connects to OXE/OXO using AHLTCP on tcp port 2561 and listens on tcp port 52561 for inbound connections from the client(s). The application requires a runtime license which defines the number of clients allowed to connect. This licence is dowloaded automatically from SourceTech Portal at application startup and requires a valid customer id. The customer id is set in the enviroment variable 'EXTENDCUSTOMERID' which must be defined when the container starts.

Required args
  • Environment
  • Publish
    • The tcp port 52561 is where the clients connect.
  • Volume
    • The path to configuration storage for data persistance
      • extend:"C:/ProgramData/SourceTech/Extend"
  • Restart
    • Always
      • Restarts the container automatically if unintentionally stopped
Command line

docker run -d -p 52561:52561 --restart always -e EXTENDCUSTOMERID=(customer identifier) -v extend:"C:/ProgramData/SourceTech/Extend" sourcetechab/extendserver:latest

Tag summary

Content type

Image

Digest

sha256:5f9db29b0

Size

2.3 GB

Last updated

almost 2 years ago

docker pull sourcetechab/extendserver