Back to Documentation
Quick Start

Lite 模式 (PCAP 嗅探)

通过网络端口镜像实现零配置部署。

Lite 模式无需修改现有 PBX 配置。它通过网卡直接嗅探 SIP 和 RTP 流量。

ingestion:
  mode: "sniffer"
  sniffer:
    interface: "eth0"
    bpf_filter: "udp port 5060 or udp portrange 10000-20000"
    promiscuous: true

注意:要求 Docker 容器以特权模式及 Host 网络运行。

Need more help or have a specific architecture question?

Contact Engineering Support