extendserver2022
SourceTech Extend Server for MS Windows Server 2022
429
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.
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.
docker run -d -p 52561:52561 --restart always -e EXTENDCUSTOMERID=(customer identifier) -v extend:"C:/ProgramData/SourceTech/Extend" sourcetechab/extendserver2022:latest
Content type
Image
Digest
sha256:438040d83…
Size
1.5 GB
Last updated
almost 2 years ago
docker pull sourcetechab/extendserver2022