feat(call, voicemail, ivr): add voicemail and IVR call flows with DTMF handling, prompt playback, recording, and dashboard management

This commit is contained in:
2026-04-10 08:54:46 +00:00
parent 6ecd3f434c
commit e6bd64a534
25 changed files with 3892 additions and 10 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-04-10 - 1.10.0 - feat(call, voicemail, ivr)
add voicemail and IVR call flows with DTMF handling, prompt playback, recording, and dashboard management
- introduces system call legs, DTMF detection, prompt caching, and audio recording to support automated call handling
- adds configurable voiceboxes and IVR menus to routing, including voicemail fallback on busy or no-answer flows
- exposes voicemail message APIs, message waiting counts, and new dashboard views for voicemail and IVR management
## 2026-04-10 - 1.9.0 - feat(routing)
add rule-based SIP routing for inbound and outbound calls with dashboard route management