https://github.com/jchavanton/hct
https://github.com/jchavanton/hct
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jchavanton/hct
- Owner: jchavanton
- Created: 2024-02-05T20:19:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T12:42:40.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T07:28:28.471Z (11 months ago)
- Language: Go
- Size: 194 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`