Have you looked at mumble?
Self Hosted - Self-hosting your services.
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules
- No harassment
- crossposts from c/Open Source & c/docker & related may be allowed, depending on context
- Video Promoting is allowed if is within the topic.
- No spamming.
- Stay friendly.
- Follow the lemmy.ml instance rules.
- Tag your post. (Read under)
Important
Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!
- Lemmy doesn't have tags yet, so mark it with [Question], [Help], [Project], [Other], [Promoting] or other you may think is appropriate.
Cross-posting
- [email protected] is allowed!
- [email protected] is allowed!
- [email protected] is allowed!
- [email protected] is allowed if topic has to do with selfhosting.
- [email protected] is allowed!
If you see a rule-breaker please DM the mods!
That's voice chat, i.e. chat rooms and group conversations.
The "calling" feature is missing though. You can't get the attention of someone who isn't currently active on the server.
Ah fair enough
I’d recommend setting up a Matrix server with Element
E2E encrypted text & voice calls (I believe unless they’re still doing the rewrite of e2e voice calls)
Matrix info: https://matrix.org Synapse server install: https://matrix-org.github.io/synapse/latest/setup/installation.html Synapse TURN (voice) install: https://matrix-org.github.io/synapse/latest/turn-howto.html
Edit: calls also work on mobile (hooks into native mobile calling apis to look very similar to a normal phone call)
https://github.com/spantaleev/matrix-docker-ansible-deploy makes it easy to deploy.
Not sure about the RAM limitation. If Synapse is too heavy, perhaps a different server (Dendrite?) will be light enough.
https://snikket.org/ can do that well. Currently only 1:1 voice calls though, small group conference calls are still a work in progress.
This looks very interesting. Thanks.
SIP?
The 5 users will only talk to each other, or you have to connect out to the regular phone network? Group calls? Messaging? And when you say secure, do you mean end to end encrypted?
Yeah e2e encryption is a must. The 5 users will talk to each other only. And yes messaging will be good to have too.