feat(routing): add rule-based SIP routing for inbound and outbound calls with dashboard route management

This commit is contained in:
2026-04-10 08:22:12 +00:00
parent f3e1c96872
commit fd3a408cc2
13 changed files with 893 additions and 114 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-04-10 - 1.9.0 - feat(routing)
add rule-based SIP routing for inbound and outbound calls with dashboard route management
- Replaces provider/device routing config with prioritized match/action routes for inbound and outbound call handling
- Adds outbound route resolution with provider failover and number transformation, and applies it in the call manager and SIP proxy
- Adds a dashboard Routes view and updates provider editing to manage inbound routing through route definitions
- Improves announcement generation by preferring espeak-ng, falling back to Kokoro, and detecting WAV sample rates dynamically
## 2026-04-09 - 1.8.0 - feat(providerstate)
sync provider registrations when config is reloaded after save