Full-featured SIP router with multi-provider trunking, browser softphone via WebRTC, real-time Opus/G.722/PCM transcoding in Rust, RNNoise ML noise suppression, Kokoro neural TTS announcements, and a Lit-based web dashboard with live call monitoring and REST API.
13 lines
208 B
JSON
13 lines
208 B
JSON
{
|
|
"@git.zone/tsbundle": {
|
|
"bundles": [
|
|
{
|
|
"from": "./ts_web/index.ts",
|
|
"to": "./dist_ts_web/bundle.js",
|
|
"bundler": "esbuild",
|
|
"production": true
|
|
}
|
|
]
|
|
}
|
|
}
|