Sometimes we would like to have ordinary people join our mumble (voice-communication) meetings which is easiest via telephone (or web-browser?).
This could use python-pymumble, which allows to build bots that can record audio and playback audio and can react on text messages such as
#dial 3999 #dtmf 1234 #hangup
On the SIP side, one can use python-pjsua from network:telephony/libpjsip which has as a nicely short example for usage: ./simplecall.py sip:365@voip.suse.de
We could also try to attach a jangouts client to mumble. e.g. using https://build.opensuse.org/package/show/multimedia:libs/webrtc-audio-processing http://www.openwebrtc.org/
or we build a webRTC-based mumble client
No Hackers yet
Looking for hackers with the skills:
Nothing? Add some keywords!
This project is part of:
Hack Week 14
Activity
Comments
-
-
-
-
almost 6 years ago by mrscotty | Reply
There's already a SIP->Mumble gateway on github [https://github.com/slomkowski/mumsi]. It has some limitations, like it currently only supports one caller at a time, but I just added a pull request that adds support for a caller PIN.
Similar Projects
This project is one of its kind!