feat(proxy-engine): add Rust-based outbound calling, WebRTC bridging, and voicemail handling

This commit is contained in:
2026-04-10 11:36:18 +00:00
parent ad253f823f
commit 239e2ac81d
42 changed files with 3360 additions and 6444 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-04-10 - 1.12.0 - feat(proxy-engine)
add Rust-based outbound calling, WebRTC bridging, and voicemail handling
- adds outbound call origination through the Rust proxy engine with dashboard make_call support
- routes unanswered inbound calls to voicemail, including greeting playback, beep generation, and WAV message recording
- introduces Rust WebRTC session handling and SIP audio bridging, replacing the previous TypeScript WebRTC path
- moves SIP registration and routing responsibilities further into the Rust proxy engine and removes legacy TypeScript call/SIP modules
## 2026-04-10 - 1.11.0 - feat(rust-proxy-engine)
add a Rust SIP proxy engine with shared SIP and codec libraries