Hi, Leo Famulari writes: > On Fri, Apr 03, 2020 at 06:12:16PM +0200, Diego Nicola Barbato wrote: >> The following error messages in .telega/telega-voip.log seem relevant: >> >> --8<---------------cut here---------------start------------->8--- >> 04-01 20:04:04 E: Error loading libpulse: (null) >> 04-01 20:04:04 E: Error loading libasound: (null) >> 04-01 20:04:04 E: Error loading libasound: (null) >> 04-01 20:04:04 E: Error initializing audio playback >> --8<---------------cut here---------------end--------------->8--- > > I'd guess those libraries should be dependencies of this package. I > would move it to the telephony module as well. Turns out the libraries are dependencies of libtgvoip. It tries to dlopen them, but doesn't find them. I've attached a patch to fix that. Unfortunately VoIP still doesn't work in Telega (it still fails in the same way as before, except that there are no more error messages in .telega/telega-voip.log). It looks like that's a separate, unrelated issue. Regards, Diego