Skip to content

v0.22.2

Choose a tag to compare

@mahimairaja mahimairaja released this 05 Aug 15:56
· 210 commits to main since this release

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

docker run -p 8080:8080 \
  -v $(pwd)/voicegw-data:/data \
  mahimairaja/voicegateway:0.22.2

See 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