Home / Documentation / IVR Studio

IVR Studio

V3.1.5

Visual drag-and-drop IVR builder with multi-language TTS support and real-time call flow simulation.

Core Specifications

Visual Builder, Multi-language TTS, Webhook integration

System Architecture

Node.js 20, Redis 7.2, MongoDB 6.0

Deployment Guide

  1. Setup flow builder, 2. Connect SIP trunk, 3. Deploy flow

Extended Documentation

Extended technical specification for IVR Studio nodes.

"; const sourceHTML = header + content + footer; const source = 'data:application/vnd.ms-word;charset=utf-8,' + encodeURIComponent(sourceHTML); const fileDownload = document.createElement("a"); document.body.appendChild(fileDownload); fileDownload.href = source; fileDownload.download = 'IVR_Studio_Documentation.doc'; fileDownload.click(); document.body.removeChild(fileDownload); }