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

View File

@@ -108,10 +108,13 @@ export interface IWebRtcAudioRxEvent {
export interface IVoicemailStartedEvent {
call_id: string;
voicebox_id?: string;
caller_number?: string;
}
export interface IRecordingDoneEvent {
call_id?: string;
voicebox_id?: string;
file_path: string;
duration_ms: number;
caller_number?: string;