OpenBSD telephony
from TheyCallMeHacked@discuss.tchncs.de to openbsd@lemmy.sdf.org on 02 Sep 2023 19:04
https://discuss.tchncs.de/post/2692948

Considering that OpenBSD’s umb(4) and umsm(4) drivers support cards like the Quectel EC25, which comes in a USB variant, I was wondering if it was (at least in theory) possible to make calls using OpenBSD. I know you can get to the internet and send SMS with the smstools port, but what about calling ?

threaded - newest

mariusafa@lemmy.sdf.org on 04 Sep 2023 13:13 collapse

You can with SIP. The only thing is that you need a SIP server to hold your number. As far as i know moder telephony is internet telephony. SIP servers establish connection between 2 clients. SIP servers hold a database with phone numbers, when you call someone you ask which is the current ip for a given number. SIP servers are the ones that mantain the link between a phone number and an ip (beyond other link related stuff).

Without a global server that holds a number phone for your current ip you wont be able to get calls or even make it.

But you can create a SIP server for your friends probably. That’s how the FSF has it setup.

vacuumflower@lemmy.sdf.org on 04 Sep 2023 14:29 collapse

I doubt OP meant SIP. They likely meant literal telephony.

Google search yields some threads about people doing this or trying to do this. So likely yes.

TheyCallMeHacked@discuss.tchncs.de on 06 Sep 2023 00:38 collapse

Yeah exactly. What I meant is actually interfacing the umb/umsm device to make calls.

I can’t find anything on Google. Can you share what you found?

vacuumflower@lemmy.sdf.org on 06 Sep 2023 07:12 collapse

Sorry, I’m a total noob in actual telephony, so can’t evaluate how good those results are.

It just seems that such functionality is supported for the device, and then you probably can do everything via AT commands.

Though it looks like some additional board is required? I don’t know.

Some manual - www.manualslib.com/manual/…/Quectel-Ec25.html?pag…

Something in Russian, though VoLTE may not be what’s needed (but the general idea may be clear enough with Google Translate) - habr.com/ru/articles/696042/ .