This is a bit off-topic but I'm wondering if I'm going to have to hack baresip to implement it: Is there such thing as a SIP to mobile phone bridge, so that you can make phone calls over the net via a mobile phone that is in some remote location? The application in my case is making local calls in a country that is expensive to call into. If it exists its the kind of thing that is resistant to search, unless it's cal…
I am using baresip on my phone(from fdroid). I don't have my whole stack plumbed yet so I can't say how well it works. but it connects to my asterisk server via wifi well enough. I was expecting sip to be built into android but apparently it was removed in 10 or 11. but found the baresip package. I like baresip well enough for desktop use so I decided to try it on the phone. It is one of those slow burn projects I wo…
Baresip – An Open Source modular SIP User-Agent with audio and video support
51–57 of 57 posts
Re: Baresip – An Open Source modular SIP User-Agent with audio and video support
#52It says SIP supports instant messaging. Never knew that. I wonder why it is not a popular protocol for all these "instant messengers" out there (especially since it also support P2P)? How does it compare to Matrix?
Re: Baresip – An Open Source modular SIP User-Agent with audio and video support
#53Interesting. I'm trying to (in background mode) build an open source SIP video doorbell, and so far finding a good client that can work with raw video capture devices proved tricky. All the clients with video support need full X-Windows or Wayland stacks, which I most definitely don't want. This seems to be exactly what I need! Now, why did you have to write it in pure C?!? It's not a big deal for me, my VoIP devices…
PJSIP has python support: https://trac.pjsip.org/repos/wiki/Python_SIP_Tutorial
Re: Baresip – An Open Source modular SIP User-Agent with audio and video support
#54Sadly Google dumped that support out in Android 12 so I'm still using an old lineageOS phone for this reason.
But baresip is unusable for voice on the same phone that runs built in SIP just fine.
Re: Baresip – An Open Source modular SIP User-Agent with audio and video support
#55How does this compare to MicroSIP, which is the best cross-platform client I've found thus far.
Re: Baresip – An Open Source modular SIP User-Agent with audio and video support
#56Earlier quoted context omitted.
So where does that leave H.323?
It’s mostly a legacy protocol at this point.
Re: Baresip – An Open Source modular SIP User-Agent with audio and video support
#57Earlier quoted context omitted.
Because there are now relatively simple, portable languages that vastly improve on C's safety and virtually non-existing type system, in order to prevent a lot of easy but critical security issues. I say that as someone who's been writing C for decades, and still does very regularly.
In my experience, it’s the developer that matters. A not-a-very-good-developer can produce buggy code/bad architecture in any of the strongly typed advanced type system languages, too.