feat(fax): add fax routing, job tracking, inbox management, and T.38/UDPTL media support

This commit is contained in:
2026-04-20 20:43:42 +00:00
parent 3c010a3b1b
commit d2c18a4ebb
27 changed files with 4247 additions and 280 deletions
+1
View File
@@ -26,6 +26,7 @@ export interface IActiveLeg {
state: string;
codec: string | null;
rtpPort: number | null;
mediaProtocol: string | null;
remoteMedia: string | null;
metadata: Record<string, unknown>;
}