Summary
The AutoFind Gateway (AFGW) allows AutoFind to get user, unit, ACL and messages directly from Unitrac. The remainder of this document describes how to enable the gateway.
More Detail
The gateway is installed on the file system as part of the standard installation process starting with Unitrac version 2.15. To enable the gateway the following manual configuration process is required.
1. Install the service
Although the service binaries exist in the installation folder, the service must be installed. Use following commands to install the service
cd \program files\unitrac
afgate.exe –i
2. Set the password for the gateway in the registry
The service is configured in the registry under the key HKEY_LOCAL_MACHINE\ SOFTWARE\ UniTrac \UniTrac Services \AFGate \Password.
3. Start the gateway service (AFGate)
4. Add the gateway message queue to the CtiUniSvc registry
The service is configured in the registry under the key HKEY_LOCAL_MACHINE \SOFTWARE \Corp Ten International \UniTrac Services \CtiUniSvc. Add the following string values:
“QueueOutXXName”=””
“QueueOutXXQueue”= “.\PRIVATE$\AFGate”
“QueueOutYYName”=”afgw”
“QueueOutYYQueue”= “.\PRIVATE$\AFGate”
where XX is a number one larger than the highest value already in the registry and YY = XX + 1.
In addition, add the gateway to the Externals list:
“Externals”=”[afgw][tcp][NT_]”
5. Restart the CtiUniSvc service.
Comments
0 comments
Please sign in to leave a comment.