09-09-2017 11:39 PM
Hello,
I got excited about using the Application Gateway in the newly-released PCCE 11.6, so I wrote a library in JavaScript that uses Node.js to host a socket server and handle the connections from the ICM Router.
It's a new project, so I'm sure there are bugs to be found, but it is working in my PCCE 11.6 lab on dCloud, and it should work on any system with Node version 8 (perhaps earlier versions too, but I haven't tested yet).
Source code: Coty Condry / ged-145-server · GitLab
NPM library: https://www.npmjs.com/package/ged-145-server
Example server using this library: Coty Condry / cce-app-gateway · GitLab
12-08-2017 08:47 AM
do you have any experience w/ GED-188 ? building a similar interface for cti ?
12-15-2017 07:22 AM
no, I haven't built anything like that. Someone could probably take this code and make it work for GED-188 by using the protocol documents like I did to build this one.
12-12-2017 06:21 AM
Hi,
Can you please share the DOCKERIZING process of your project?
12-15-2017 07:23 AM
I don't have any dockerizing process for this. I'm just running this service on a linux VM using systemd. I'm sure you could dockerize it using Alpine or something as a docker base image (it just needs node to run). I'm not that well-versed in docker.
12-17-2018 01:14 AM
Hi Coty!
Thanks for sharing this!
Do you know is it possible to pass Global.user variables to AGW instead of ECC or PV?
The idea is to monitor with ICM Admin script and AGW several external services that are used for different self-service features and automatic enable|disable them in case of failure.
Thanks
Denis
12-17-2018 05:39 AM
12-18-2018 01:36 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide