feat(proxy-engine): add device leg, leg transfer, and leg replacement call controls

This commit is contained in:
2026-04-10 15:12:30 +00:00
parent 7d59361352
commit 45f9b9c15c
7 changed files with 417 additions and 6 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-04-10 - 1.15.0 - feat(proxy-engine)
add device leg, leg transfer, and leg replacement call controls
- adds proxy-engine commands and call manager support for inviting a registered SIP device into an active call
- supports transferring an existing leg between calls while preserving the active connection and updating mixer routing
- supports replacing a call leg by removing the current leg and dialing a new outbound destination
- wires the frontend add-leg API and TypeScript bridge to the new device leg and leg control commands
## 2026-04-10 - 1.14.0 - feat(proxy-engine)
add multiparty call mixing with dynamic SIP and WebRTC leg management