this post was submitted on 07 Oct 2024
50 points (100.0% liked)
Open Source
31217 readers
124 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Look into asterix
https://www.voip-info.org/asterisk-paging-and-intercom/
You should be able to pick up voip phones relatively cheaply these days with all of the commercial offices going to remote.
That looks pretty good. Looks like a lot of information to parse through, reading up now, thanks!
But you need to know where your family/friend are. Or can the system broadcast to multiple locations?
I saw some companies develop modern walkie talkie solution without wifi nor mobile signal for emergency rescue or expedition. But they are expensive.
Well in my scenario, both locations would be fixed, so I'm not really concerned about finding locations.
Yeah that's the problem, there are corporate options for corporate prices, but home intercoms have more or less disappeared with the advent of cell phones that everybody just has on them anyway.
I just put Amazon devices in most of the populated areas of the house and use broadcast, but honestly we rarely use them it's a lot easier just to text somebody.
One might consider getting some older phones mounting them in locations bringing power to them and running walkie talkie software.
expanding on this, depending on technical skill level:
i’d probably get some SBCs like raspberry pi (or cheaper; raspberry pi is probably overkill here!) to be the terminals, run asterisk and have an extension for each terminal… run a voip client that automatically picks up any call it receives, and connects to a mic & speaker, connect a button to GPIO and write a script to call a conference extension for all devices (or multiple buttons for multiple extensions to call individual locations)… i’d probably add a second button for a “call back”-like feature - a terminal broadcasts a message and there’s a button to reply only to the terminal the last call was from
this would allow you to use phones as terminals too - even receiving “calls”, although in that case the caller would have to wait for the phone user to pick up - just like a regular phone. probably more useful as a transmitter
all of these things aren’t super difficult in isolation - probably setting up asterisk is the hardest part
Or just bury another line. Connect to speaker to each end, put a small mic/amplifier/push button on each end
;)