v0.22.2
mahimailabs/voicegatewayv0.22.2Aug 5, 2026by mahimairaja
AI Summary
This release focuses on refining media handling and reporting accuracy within the gateway. It ensures proper job tracking for mock participants and refines how two-way media and call counts are calculated and reported by the gate.
Key Highlights
- Mock participant job completion and cancellation fixes
- Two-way media gating logic implementation
- Per-call media count propagation to gate reporting
New Features
- Mock participant job lifecycle fixes
- Two-way media gating
- Media count reporting improvements
Full Release Notes
## Docker Images Published to Docker Hub: - `mahimairaja/voicegateway:0.22.2` - `mahimairaja/voicegateway:latest` - `mahimairaja/voicegateway-dashboard:0.22.2` - `mahimairaja/voicegateway-dashboard:latest` Built for `linux/amd64` and `linux/arm64`. ## Quick Start ```bash docker run -p 8080:8080 \ -v $(pwd)/voicegw-data:/data \ mahimairaja/voicegateway:0.22.2 ``` See [docs.voicegateway.dev](https://docs.voicegateway.dev) for full documentation. ## What's Changed * mock-participant: report job completion, and cancel terminated jobs by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/210 * Gate two-way media per call, because run totals cannot see a silent call by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/211 * Carry the per-call media counts into the row the gate judged by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/212 **Full Changelog**: https://github.com/mahimailabs/voicegateway/compare/v0.22.1...v0.22.2