https://github.com/restsend/rustpbx
A PBX written by rust
https://github.com/restsend/rustpbx
pbx sip-proxy voice-agent voice-assistant webrtc
Last synced: 5 months ago
JSON representation
A PBX written by rust
- Host: GitHub
- URL: https://github.com/restsend/rustpbx
- Owner: restsend
- License: mit
- Created: 2025-02-14T06:47:04.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-04-21T01:21:40.000Z (6 months ago)
- Last Synced: 2025-04-21T02:41:52.172Z (6 months ago)
- Topics: pbx, sip-proxy, voice-agent, voice-assistant, webrtc
- Language: Rust
- Homepage: https://rustpbx.com
- Size: 1.83 MB
- Stars: 33
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-rust - restsend/rustpbx - Software-Defined SIP Proxy including register, presence, b2bua. alternative to Freeswitch/FreePBX. (Applications / Utilities)
- awesome-rust - restsend/rustpbx - Software-Defined SIP Proxy including register, presence, b2bua. alternative to Freeswitch/FreePBX. (Applications / Utilities)
README
# RustPBX - secure software-defined PBX (SD-PBX)
RustPBX is a high-performance, secure software-defined PBX (Private Branch Exchange) system implemented in Rust, designed to support AI-powered communication pipelines.
## Overview
RustPBX enables real-time control of call states, transcription, and TTS through WebSocket interfaces. It integrates seamlessly with modern communication infrastructure while maintaining compatibility with traditional telephony systems.
### Key Features
- **WebSocket Control Interface**: Manage call states, real-time transcription, and TTS commands via WebSocket
- **AI Service Integration**: Direct integration with mainstream ASR/TTS service providers
- **Modern Web Connectivity**: Support for SIP.js and WebRTC over WSS, providing firewall-friendly and secure communications
- **Traditional SBC Capabilities**: Functions as a Session Border Controller with high-performance proxy features
- **Enterprise-Grade Features**: Includes CDR (Call Detail Records), authentication, and call forwarding functionality## Requirements
- Rust 1.75 or later
- Cargo package manager## Project Status
This project is currently in active development (WIP). The core functionality is being implemented and refined. We welcome contributions and feedback from the community.
## License
MIT License