Deploying Outbound Contact eXpert
Follow the below steps to deploy Outbound Contact eXpert:
- Deploy
$ sudo rpm -i ./ocx-8.6.003.01-1.x86_64.rpm
- Edit the OCX configuration Yaml file in the following path:
- /opt/genesys/ocx
$ nano /opt/genesys/ocx/config_ocx.yaml
- Start OCX:
$ systemctl start genesys-ocx
- Check the OCX deployment status using the following command:
- Short status:
$ sudo genesys-ocx status
- Extended status:
$ systemctl status genesys-ocx
- Add OCX to auto-start:
$ systemctl enable genesys-ocx
- OCX will be available at http://<hostname>:<port>/ocx/ui
- Where hostname is the DNS name or IP address of the host where OCX was installed and where the port is OCX configured listener port, 3000 by default.
- Restart OCS:
$ sudo genesys-ocx restart
- Or
$ systemctl restart genesys-ocx
This page was last edited on March 29, 2024, at 01:11.
Comments or questions about this documentation? Contact us for support!