Philotes

Voice Gateway - Dialer contact integration

Service providing a REST interface for importing and updating records processed by Qpido

API

Default REST API port: 8080.

Healthcheck endpoint: /healthCheck on port 8558

Other ports used: 2553, 9095

Databases

N/A

Communication

This service communicates with Qpido to export contacts.

Security

Endpoints are secured with static API key defined in config. Communication is only internal.

Configuration

The service configuration is located in the application.conf file or ConfigMap, below is an example file with important values:

voice.gateway {
    philotes-rest {
        api {
            api-key: "<API_KEY>"
            base-url = "0.0.0.0:8080"
        }
    }
}