Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtrnord/sip-bridge-mx
A WIP Bridge between SIP over Websocket+Webrtc and MatrixRTC (Webrtc via Matrix signaling)
https://github.com/mtrnord/sip-bridge-mx
Last synced: 3 months ago
JSON representation
A WIP Bridge between SIP over Websocket+Webrtc and MatrixRTC (Webrtc via Matrix signaling)
- Host: GitHub
- URL: https://github.com/mtrnord/sip-bridge-mx
- Owner: MTRNord
- License: apache-2.0
- Created: 2023-08-19T16:56:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-18T18:52:32.000Z (over 1 year ago)
- Last Synced: 2024-10-14T15:14:13.382Z (3 months ago)
- Language: Rust
- Size: 141 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Matrix SIP Bridge
An attempt to allow dial-in and dial-out using SIP PBX systems with webrtc support for matrix clients.
## Requirements
* A Matrix homeserver
* A SIP PBX system like Asterisk with webrtc+ws support
* A Matrix client that supports voice calls
* Rust## Installation
```bash
cargo install --git https://github.com/MTRNord/sip-bridge-mx.git
```## Usage
```bash
Usage: sip_bridgeArguments:
Options:
-h, --help Print help
-V, --version Print version
```