Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

wazo-platform/wazo-router-call-logd

Repository files navigation

wazo-router-call_logd

wazo-router-call_logd provides call management services for the C4 infrastructure.

Installing wazo-router-call_logd

The server is already provided as a part of Wazo. Please refer to the documentation for further details on installing one.

Tests

Running unit tests

$ tox --recreate -e py37

Docker

The official docker image for this service is wazo-platform/wazo-router-call_logd.

Getting the image

To download the latest image from the docker hub

docker pull wazo-platform/wazo-router-call_logd

Running wazo-router-call_logd

docker run wazo-platform/wazo-router-call_logd

Building the image

Building the docker image:

docker build -t wazo-platform/wazo-router-call_logd .