fix(proxy-engine): respect explicit inbound route targets and store voicemail in the configured mailbox

This commit is contained in:
2026-04-14 18:58:48 +00:00
parent 89ae12318e
commit 30d056f376
8 changed files with 94 additions and 15 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 2026-04-14 - 1.25.1 - fix(proxy-engine)
respect explicit inbound route targets and store voicemail in the configured mailbox
- Prevent inbound routes with an explicit empty target list from ringing arbitrary registered devices by distinguishing omitted targets from empty targets.
- Route unrouted or no-target inbound calls to voicemail with a generated unrouted greeting instead of falling back to random devices.
- Pass voicemail box identifiers through proxy events and runtime handling so recordings are saved and indexed under the correct mailbox instead of always using default.
## 2026-04-14 - 1.25.0 - feat(proxy-engine)
add live TTS streaming interactions and incoming number range support