An open API service indexing awesome lists of open source software.

https://github.com/jchavanton/hct


https://github.com/jchavanton/hct

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

### Client
Container running voip_patrol to act as SIP client.

`./build.sh && ./run.sh`

### Controller
Container running the hct_controller to driver the hct_client and generate reports.

`./build.sh && ./run.sh`

Controller reports examples

[report_summary](report_summary.json)

[report_call](report_call.json)

### Server
Container using voip_patrol to act as a SIP server

`./build.sh && ./run.sh`

### Freeswitch
Container using freeswitch to act as a SIP server

`./build.sh && ./run.sh`

### Kamailio
Container using kamailio to act as a SIP load balanced

`./build.sh && ./run.sh`