11.0.330

wavekat/wavekat-turn11.0.330Aug 25, 2026by adubovikov

AI Summary

This release updates the Go runtime and improves SIP parsing standards compliance for CallID and addressing, while updating label naming conventions.

Key Highlights

  • Parse RFC 6035 CallID and addresses correctly
  • Updated Go version to 1.27.0
  • Renamed SIP call to_user label to 'RURI/To user (callee)'

New Features

  • Parse RFC 6035 CallID and addresses
  • Update Go from 1.26.6 to 1.27.0
  • Rename SIP call to_user label to 'RURI/To user (callee)'

Full Release Notes

## What's Changed
* fix(vqrtcp): parse RFC 6035 `CallID` (the measured dialog, not the SIP `Call-ID` of the PUBLISH/MESSAGE) and `LocalAddr`/`RemoteAddr` as `IP=`/`PORT=`/`SSRC=` (legacy `IP PORT` and `IP:PORT` still accepted). Addresses [#974](https://github.com/sipcapture/homer/issues/974) and [#975](https://github.com/sipcapture/homer/issues/975).
* chore(mapping): rename SIP call `to_user` label to `RURI/To user (callee)` (callee prefers Request-URI user, then To).
* chore: update Go from 1.26.6 to 1.27.0 in https://github.com/sipcapture/homer/pull/973

**Full Changelog**: https://github.com/sipcapture/homer/compare/11.0.329...11.0.330