v0.22.2
Docker Images
Published to Docker Hub:
mahimairaja/voicegateway:0.22.2mahimairaja/voicegateway:latestmahimairaja/voicegateway-dashboard:0.22.2mahimairaja/voicegateway-dashboard:latest
Built for linux/amd64 and linux/arm64.
Quick Start
docker run -p 8080:8080 \
-v $(pwd)/voicegw-data:/data \
mahimairaja/voicegateway:0.22.2See docs.voicegateway.dev for full documentation.
What's Changed
- mock-participant: report job completion, and cancel terminated jobs by @mahimairaja in #210
- Gate two-way media per call, because run totals cannot see a silent call by @mahimairaja in #211
- Carry the per-call media counts into the row the gate judged by @mahimairaja in #212
Full Changelog: v0.22.1...v0.22.2