this post was submitted on 20 Sep 2023
1 points (66.7% liked)

Linux

157 readers
1 users here now

Everything about Linux

RULES

founded 1 year ago
MODERATORS
 

Hi folks!

I got my daily driver to work (which wasn't as hard as I thought) but linphone (VoIP solution) gives me a little bit of headache.

When I try clicking on a phone number in firefox (tel:) it asks for the app, I provided the linphone path but it doesn't do anything.

Now, I went digging. Turns out they have a gitlab instance with my exact issue unsolved for 2 yrs (but they're still active). I tried logging in with my gitlab credentials but it doesn't work. is that because it's self hosted? How should someone provide issues or other feedback if nobody can log in?

The Issue on gitlab: https://gitlab.linphone.org/BC/public/linphone-desktop/-/issues/27

Otherwise the app works great. was even easier to get working than micro sip on windows.

Thanks for reading! Have a good one.

Btw.: I know this is an app specific issue but we don't have a gitlab community yet, feel free to make one. :)

top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 1 points 9 months ago (1 children)

is that because it's self hosted?

Correct. It's important to differentiate "gitlab" the software from "gitlab.com" the hosted service. An account is local to one instance, gitlab is not a federated system. "gitlab.com" is one instance running the "gitlab" software. You will have to sign up on each instance to interact with it. Some instances support third party identity providers, so the signup can be delegated to gitlab.com, or github or whatever else is supported. You still have to "sign up" to each instance though.

[โ€“] [email protected] 2 points 9 months ago

Thanks for elaborating. That was very helpful. :)