v0.24.1
Docker Images
Published to Docker Hub:
mahimairaja/voicegateway:0.24.1mahimairaja/voicegateway:latestmahimairaja/voicegateway-dashboard:0.24.1mahimairaja/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.24.1See docs.voicegateway.dev for full documentation.
What's Changed
- Release the SQL engine on shutdown, and silence one aiosqlite teardown race by @mahimairaja in #219
- Give turn capture a write path, end to end by @mahimairaja in #220
- Give dead-air detection a producer by @mahimairaja in #221
- Document turn capture and dead-air detection by @mahimairaja in #222
Full Changelog: v0.24.0...v0.24.1