wazo-router-calld
wazo-router-calld provides REST API for the C4 infrastructure.
Installing wazo-router-calld
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-calld
.
Getting the image
To download the latest image from the docker hub
docker pull wazo-platform/wazo-router-calld
Running wazo-router-calld
docker run wazo-platform/wazo-router-calld
Building the image
Building the docker image:
docker build -t wazo-platform/wazo-router-calld .