https://github.com/mkuron/sip2mumble
https://github.com/mkuron/sip2mumble
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mkuron/sip2mumble
- Owner: mkuron
- Created: 2021-07-20T11:22:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T11:23:30.000Z (almost 5 years ago)
- Last Synced: 2025-04-19T21:53:25.560Z (about 1 year ago)
- Language: Python
- Size: 386 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A SIP gateway for Mumble. It uses PyMumble (by Robert Hendrickx) to connect to a Mumble server and Shtoom (by Anthony Baxter) to talk to a SIP user agent.
Shtoom was discontinued in 2005, but is the only Python SIP library that can do audio with PCM buffers.
If the SIP user agent calls the gateway, it appears as a user on the Mumble server and a voice connection to the root channel is established.
If the SIP user agent registers with the gateway (not implemented yet), it rings when a global message is received. Upon picking up the phone, a voice connection to the root channel is established.