Skip to content

v0.22.1

Choose a tag to compare

@mahimairaja mahimairaja released this 05 Aug 01:05
· 219 commits to main since this release

Docker Images

Published to Docker Hub:

  • mahimairaja/voicegateway:0.22.1
  • mahimairaja/voicegateway:latest
  • mahimairaja/voicegateway-dashboard:0.22.1
  • 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.1

See docs.voicegateway.dev for full documentation.

What's Changed

  • Measure network and RTP-port headroom instead of excluding them by @mahimairaja in #205
  • Profile by default, judge only when asked by @mahimairaja in #206
  • Open the load-test profile with one table a human can decide from by @mahimairaja in #207
  • Read each half of the lifecycle pair from the source that has it by @mahimairaja in #208
  • Survive a database migrated by a newer build by @mahimairaja in #209

Full Changelog: v0.22.0...v0.22.1