11.0.330

sipcapture/homer11.0.330Aug 25, 2026by adubovikov

AI Summary

Updates the Go runtime version and improves SIP parsing logic for vqrtcp.

Key Highlights

  • Update Go from 1.26.6 to 1.27.0.
  • Parse RFC 6035 CallID (measured dialog) and addresses correctly.
  • 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