11.0.301

sipcapture/homer11.0.301Jul 30, 2026by adubovikov

AI Summary

Fixes B2B call leg correlation to handle multi-hop chains and adds documentation for the aliases API.

Key Highlights

  • Fixes B2B call leg correlation to expand transitively up to 5 rounds instead of a single hop
  • Adds comprehensive documentation for full /api/v4/aliases CRUD operations
  • Documents /ipaliases mirror and alias settings table for GitOps/Flux users

New Features

  • Full CRUD/lookup documentation for /api/v4/aliases
  • Documentation for /ipaliases mirror
  • Documentation for alias settings table

Full Release Notes

## What's Changed

- **fix(correlation):** expand B2B call legs transitively (up to 5 rounds) instead of a single hop, so multi-B2BUA chains resolve the full call regardless of which leg is opened (#896). Unmodified bundled `sip_call.lua` seeds auto-upgrade via `legacySeedSHA256`.
- **docs(coordinator):** document full `/api/v4/aliases` CRUD/lookup, the `/ipaliases` mirror, and the `alias` settings table for GitOps/Flux users (#898 / discussion #897).

**Full Changelog**: https://github.com/sipcapture/homer/compare/11.0.300...11.0.301