Julien Wadel
Julien Wadel
Hi First, avoid using UDP : https://wiki.linphone.org/xwiki/wiki/public/view/Linphone/Good%20practices%20for%20using%20SIP/ Second, do you receive the receiving call notification? If not, check with your OS/Antivirus if they don't block the application.
I don't think it is related to SIP or servers. Your logs show that a call notification has been created and there are no errors about it. If the application...
Hi, I'm on Ubuntu 18.04.4 TLS too. I don't have an issue on it with alpha 92. On my system: kernel : 4.15.0-96-lowlatency alsa-base : same as yours pusleaudio is...
Hi I don't reproduce it so without a log to view, it is hardly to guess.
I guess that you didn't deploy the rootca file like in this message : ERROR Could not load root ca from /usr/local/linphone-desktop/4.4.10/share/linphone/rootca.pem: No such file or directory
When calling 'cmake . --target install' , it should be installed: https://gitlab.linphone.org/BC/public/linphone-desktop/-/blob/release/4.4/linphone-app/cmake_builder/linphone_package/CMakeLists.txt#L265
The OP is building it so it is responsable of the install(we still don't have any logs about that). I don't know how AUR works, but it tries to find...
yes, it was what I saw there : https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=kimi-linphone-desktop#n1414 (it was uncomment ^^). Reverting back resolves the issue but as you point out, it may not be the good behavior....
The rootca.pem is a concatenation of all root certificates published by mozilla, generated by the mk-ca-bundle.pl program from curl tool: https://curl.se/docs/caextract.html
If you need a diff and keep removing the file, I suggest to test from https://gitlab.linphone.org/BC/public/linphone-desktop/-/commit/9ff0502b3c87349bea61c0859e9dd064b881dc66 ``` -------------------- linphone-app/src/app/paths/Paths.cpp --------------------- index 2f8b382b..31d61ebb 100644 @@ -162,7 +162,11 @@ static inline QString...