v0.24.3

mahimailabs/voicegatewayv0.24.3Aug 9, 2026by mahimairaja

AI Summary

Fixes a timing measurement issue by aligning the response speed calculation with the actual caller stop signal rather than the Voice Activity Detection (VAD) notice.

Key Highlights

  • Corrected response speed calculation anchor point

New Features

  • Response speed timing fix

Full Release Notes

## Docker Images

Published to Docker Hub:

- `mahimairaja/voicegateway:0.24.3`
- `mahimairaja/voicegateway:latest`
- `mahimairaja/voicegateway-dashboard:0.24.3`
- `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.24.3
```

See [docs.voicegateway.dev](https://docs.voicegateway.dev) for full documentation.


## What's Changed
* Anchor response_speed_ms to the caller's real stop, not the VAD's notice by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/224


**Full Changelog**: https://github.com/mahimailabs/voicegateway/compare/v0.24.2...v0.24.3