11.0.330
lingodotdev/lingo.dev11.0.330Aug 25, 2026by adubovikov
AI Summary
Fixes parsing for RFC 6035 in vqrtcp, renames a SIP call label, and updates the Go version.
Key Highlights
- Fix vqrtcp CallID and address parsing (RFC 6035)
- Rename SIP call label to `RURI/To user (callee)`
- Update Go from 1.26.6 to 1.27.0
Breaking Changes
- Renaming SIP call label from `to_user` 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