this post was submitted on 23 Oct 2023
4 points (100.0% liked)

Self-Hosted Main

502 readers
1 users here now

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.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

So, I was buying a new phone, and that phone happened to only have 1 sim card slot, the other sim is an esim (which isn't supported yet where I live), while I have dual sims that I need with me at all times. And so I thought, is there a way to host a server on my old phone (or a computer/raspberry pi/linux server) connected on the same network as that old phone, and have an app on the new one that allows me to dial a number, click on call, and in the background the server handles the request by initiating the call on the old phone, and directing mic and sound to the new one? The phones and potential server could be connected to a VPN tunnel of sorts so that the ips of all 3 devices would be static and known at all times.

It could be done with some programming, which I could do, but I'm admittedly too lazy, so I thought maybe there'd be a way to do it without? Maybe an app that already does this or anything similar? A google search didn't return anything useful, but maybe someone here knows something.

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 11 months ago

A colleague of mine recommended me to harry_speef On Instagram when i had same issue and he helped me

[–] [email protected] 1 points 11 months ago

Short answer: no

[–] [email protected] 1 points 11 months ago

You are looking for VOIP.

Asterisk is the main goto, but it is still waiting for patches to some RCE vulns disclosed last DEFCON.

Your country might not support using a mobile number with VOIP providers, mine does though.

Good luck.

[–] [email protected] 1 points 11 months ago

I don't think there's a ready-made solution for something like this. If you were going with the coding route and we're just concerned about making calls and not receiving them on your main phone, then you could verify your second number with a SIP carrier like twilio so that you can use it as an outgoing caller ID with them, create a sip trunk with them, spin up a local asterisk server and hook it up to the sip trunk, and then program your asterisk dialplan to allow you to dial out using that second number as the caller ID. Then you'd just use an app like linphone, sign in using your asterisk credentials, and dial out from there. It's a lot of setup to do if you're not familiar with asterisk or sip trunking though

[–] [email protected] 1 points 11 months ago

I did a quick search and found this:

https://www.engineersgarage.com/articles-raspberry-pi-sim900a-gsm-gprs-modem-voice-call-sms/

That's for the making-and-receiving-calls bit. I don't quite know how that'd work for wireless data.