From mboxrd@z Thu Jan 1 00:00:00 1970 From: Diego Nicola Barbato Subject: bug#40408: emacs-telega: VoIP doesn't work Date: Fri, 03 Apr 2020 18:12:16 +0200 Message-ID: <87ftdk1rbz.fsf@GlaDOS.home> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:34749) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jKOwM-0008EN-Lp for bug-guix@gnu.org; Fri, 03 Apr 2020 12:13:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jKOwL-0004NT-L7 for bug-guix@gnu.org; Fri, 03 Apr 2020 12:13:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:59758) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jKOwL-0004My-H1 for bug-guix@gnu.org; Fri, 03 Apr 2020 12:13:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jKOwI-0005Zu-J1 for bug-guix@gnu.org; Fri, 03 Apr 2020 12:13:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:34590) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jKOvd-0007LO-Ok for bug-guix@gnu.org; Fri, 03 Apr 2020 12:12:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jKOvc-0002xw-O4 for bug-guix@gnu.org; Fri, 03 Apr 2020 12:12:21 -0400 Received: from mout01.posteo.de ([185.67.36.65]:50321) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jKOvc-0002wn-8v for bug-guix@gnu.org; Fri, 03 Apr 2020 12:12:20 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id E8326160063 for ; Fri, 3 Apr 2020 18:12:17 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 48v4hK2JLSz6tmT for ; Fri, 3 Apr 2020 18:12:17 +0200 (CEST) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: 40408@debbugs.gnu.org Hey Guix, In Telega neither initiating nor accepting a voice call works: If I call someone (who has the Telegram App) they can accept the call, but the app gets stuck connecting. If either I or the other party hang up I get a bunch of assertion failures. If the other party tries to call me I can accept the call, but again their app gets stuck connecting. Hanging up has the same effect as before. Both actions leave Telega in a broken state (e.g. assertion failures when I try to enter a chat) and it has to be restarted. 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'm currently on commit 151f3d4. Regards, Diego