unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* SIP Client for Guix
@ 2020-02-20 18:16 Raghav Gururajan
  2020-02-20 19:37 ` Joshua Branson
  0 siblings, 1 reply; 5+ messages in thread
From: Raghav Gururajan @ 2020-02-20 18:16 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 600 bytes --]

Hello Guix!

I just realized that we do not have any working SIP client.

We do have twinkle and jami. Twinkle is not under development since
2009. Jami is buggy, but in active development (upstream).

So after a brief research, I found out that Linphone and Ekiga are good
candidates.

With regards to Linphone, roptat has done some preliminary work.
https://framagit.org/tyreunom/guix-more/blob/master/more/packages/messaging.scm

Anybody intrested in packaging Linphone and/or Ekiga?

Linphone: https://www.linphone.org
Ekiga: https://www.ekiga.org

Thank you!

Regards,
RG.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: SIP Client for Guix
  2020-02-20 18:16 SIP Client for Guix Raghav Gururajan
@ 2020-02-20 19:37 ` Joshua Branson
  2020-02-20 19:43   ` Nicolò Balzarotti
  0 siblings, 1 reply; 5+ messages in thread
From: Joshua Branson @ 2020-02-20 19:37 UTC (permalink / raw)
  To: guix-devel


I personally use twinkle.  It works just fine for me.

-- 
Joshua Branson
Sent from Emacs and Gnus

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: SIP Client for Guix
  2020-02-20 19:37 ` Joshua Branson
@ 2020-02-20 19:43   ` Nicolò Balzarotti
  2020-02-20 20:27     ` Vincent Legoll
  0 siblings, 1 reply; 5+ messages in thread
From: Nicolò Balzarotti @ 2020-02-20 19:43 UTC (permalink / raw)
  To: Joshua Branson, guix-devel

Intererestingly, neither the synopsis nor the description mention the
term "VoIP", probably making it difficult to find it.

guix search voip
name: libtgvoip
name: seren
name: sipwitch
name: speex

Maybe we can change it like:
"Twinkle is a softphone for your voice over IP (VoIP) and instant messaging"

WDYT?

Nicolò

Joshua Branson <jbranso@dismail.de> writes:

> I personally use twinkle.  It works just fine for me.
>
> -- 
> Joshua Branson
> Sent from Emacs and Gnus

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: SIP Client for Guix
  2020-02-20 19:43   ` Nicolò Balzarotti
@ 2020-02-20 20:27     ` Vincent Legoll
  2020-02-21 10:53       ` Nicolò Balzarotti
  0 siblings, 1 reply; 5+ messages in thread
From: Vincent Legoll @ 2020-02-20 20:27 UTC (permalink / raw)
  To: Nicolò Balzarotti; +Cc: guix-devel, Joshua Branson

Hello,

On Thu, Feb 20, 2020 at 8:43 PM Nicolò Balzarotti <anothersms@gmail.com> wrote:
> Intererestingly, neither the synopsis nor the description mention the
> term "VoIP", probably making it difficult to find it.
>
> guix search voip
> name: libtgvoip
> name: seren
> name: sipwitch
> name: speex
>
> Maybe we can change it like:
> "Twinkle is a softphone for your voice over IP (VoIP) and instant messaging"
>
> WDYT?

LGTM

-- 
Vincent Legoll

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: SIP Client for Guix
  2020-02-20 20:27     ` Vincent Legoll
@ 2020-02-21 10:53       ` Nicolò Balzarotti
  0 siblings, 0 replies; 5+ messages in thread
From: Nicolò Balzarotti @ 2020-02-21 10:53 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: guix-devel, Joshua Branson

[-- Attachment #1: Type: text/plain, Size: 114 bytes --]

Vincent Legoll <vincent.legoll@gmail.com> writes:
Hi, I attached patch for the description

Thanks, Nicolò


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-twinkle-Improve-description.patch --]
[-- Type: text/x-patch, Size: 1378 bytes --]

From 32821974001a7437bba7163df8b6cec9c4d3cc6b Mon Sep 17 00:00:00 2001
From: nixo <nicolo@nixo.xyz>
Date: Fri, 21 Feb 2020 11:51:30 +0100
Subject: [PATCH] gnu: twinkle: Improve description

* gnu/packages/telephony.scm (twinkle)[description]: Mention VoIP for easier search.
---
 gnu/packages/telephony.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index a645c58562..ae1d9d41bc 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -578,10 +578,10 @@ Mumble consists of two applications for separate usage:
        ("qtquickcontrols" ,qtquickcontrols)))
     (home-page "http://twinkle.dolezel.info/")
     (synopsis "Softphone for voice over IP and instant messaging")
-    (description "Twinkle is a softphone for your voice over IP and instant
-messaging communcations using the SIP protocol.  You can use it for direct IP
-phone to IP phone communication or in a network using a SIP proxy to route your
-calls and messages")
+    (description "Twinkle is a softphone for your voice over IP (VoIP) and
+instant messaging communcations using the SIP protocol.  You can use it for
+direct IP phone to IP phone communication or in a network using a SIP proxy to
+route your calls and messages")
     (license license:gpl2+)))
 
 (define-public pjproject
-- 
2.25.0


[-- Attachment #3: Type: text/plain, Size: 500 bytes --]



> Hello,
>
> On Thu, Feb 20, 2020 at 8:43 PM Nicolò Balzarotti <anothersms@gmail.com> wrote:
>> Intererestingly, neither the synopsis nor the description mention the
>> term "VoIP", probably making it difficult to find it.
>>
>> guix search voip
>> name: libtgvoip
>> name: seren
>> name: sipwitch
>> name: speex
>>
>> Maybe we can change it like:
>> "Twinkle is a softphone for your voice over IP (VoIP) and instant messaging"
>>
>> WDYT?
>
> LGTM
>
> -- 
> Vincent Legoll

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-02-21 10:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-20 18:16 SIP Client for Guix Raghav Gururajan
2020-02-20 19:37 ` Joshua Branson
2020-02-20 19:43   ` Nicolò Balzarotti
2020-02-20 20:27     ` Vincent Legoll
2020-02-21 10:53       ` Nicolò Balzarotti

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).