Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: cast-fish on April 09, 2014, 05:03:41 AM

Title: PC tp PC calling (voip)
Post by: cast-fish on April 09, 2014, 05:03:41 AM
hi

Is there a really lite version of PC to PC calling software?   (VOIP)

maybe a command line tool that can do?

something kind of like IRC   (but for voice calling PC to PC)


what is it please?

V
Title: Re: PC tp PC calling (voip)
Post by: curaga on April 09, 2014, 05:48:56 AM
linphone has a command-line client and is in the repo.
Title: Re: PC tp PC calling (voip)
Post by: hiro on April 09, 2014, 06:25:29 AM
ossrecord|nc
and on the other side: nc|ossplay

more serious: jitsi, linphone, pjsip, etc.
Title: Re: PC tp PC calling (voip)
Post by: cast-fish on April 09, 2014, 08:06:17 AM
ok thanks

will look at those.

Vin
Title: Re: PC tp PC calling (voip)
Post by: tinypoodle on April 09, 2014, 08:11:40 AM
Name of pjsip user agent extension is pjsua.tcz, available in 4.x repo, but not 5.x
Compiled against openssl 0.9.8, so will probably not just easily work on 5.x
Title: Re: PC tp PC calling (voip)
Post by: hiro on April 09, 2014, 01:20:19 PM
other things coming to mind:
http://zfone.com/
http://www.tox.im/

I on the other hand gave up on linux softphones.
I would suggest a gigaset voip phone or an old fritz!box plus analog dect phone. It's quite cool if you can also connect a headset (gf likes to talk sometimes ;))
Title: Re: PC tp PC calling (voip)
Post by: cast-fish on April 15, 2014, 11:51:43 AM
ye

i was a bit confused about VOIP calls....and what SIP means

it seems you can just use a SIP softphone client, then register for a free SIP supplier in the cloud  (GetonSIP.com)

then i found a lightweigth win32 SIP softphone client  --------  MicroSIP  http://www.microsip.org/ )
(uses less than 5megs of RAM on voice...and less than 20 megs for video+audio calls)

it may work under wine.  (Surely there are similar things which are much lighter for TCL?)

Vin
Title: Re: PC tp PC calling (voip)
Post by: tinypoodle on April 15, 2014, 12:07:48 PM
1. SIP precedes the introduction of the stupid buzzword "cloud" by many years

2. Not sure what motivation there could ever be to run a windows version under wine...
Title: Re: PC tp PC calling (voip)
Post by: cast-fish on April 15, 2014, 12:33:44 PM
right

well unless pjsua.tcz  does a similar thing to the SIP stuff i mentioned......then there is the motivation

Linphone is heavier?....(although it has a command line client)

jitsi and things seem heavy...a bit like skype

there is this for Linux

https://github.com/tmakkonen/sipcmd

Vin