Re: VoIP Sophtphones

2012-01-19 Thread Sebastian Reitenbach
On Thursday, January 19, 2012 06:44 CET, Tomas Bodzar tomas.bod...@gmail.com 
wrote: 
 
 On Wed, Jan 18, 2012 at 9:10 PM,  sc...@web.de wrote:
  pjsua from the packages works very good. I tryied to compile
  linphone-3.5.0 and twinkle-1.4.2 in OpenBSD4.8 without
  success. Did someone managed to do it?
 
 From http://www.openbsd.org/security.html
 
 OpenBSD 4.8 and earlier releases are not supported anymore. The
 following paragraphs only list advisories issued while they were
 maintained; these releases are likely to be affected by the advisories
 for more recent releases.
 
 So do upgrade to 5.0 or current and simply install packages and you
 will be fine.

In case IAX protocol is fine for you, you can take a look at net/coccinella. 
Its mostly an
xmpp client, but also an IAX softphone that you can connect to Asterisk.

But I think on 4.8, the VoIP part was not yet enabled, so as already mentioned, 
you should upgrade.

cheers,
Sebastian

 
 
 
  Thanks
  Rodrigo.



Re: VoIP Sophtphones

2012-01-19 Thread scire
Thanks to Tomas Bodzar and Sebastian Reiterbach for the tip.

About asterisk and the sugested softphone, I think astersk
would be enough, it can be misused as SIP softphone as far as
I know, but I never bothered to learn how to use it. Indeed
I like very much the simplicity of pjsua.

I tried to use callcentric.com with pjsua and ekiga (both in
the packages), and I had troubles, I just wanted to prove with
softphones that are suported in the webpage of callcentric. By
the way, also asterisk is there. I think the problem does not
lie in the phone, but in the firewall (callcentric does not use
a normal stun server).

Rodrigo.



Re: VoIP Sophtphones

2012-01-19 Thread David Coppa
On Thu, Jan 19, 2012 at 10:16 AM,  sc...@web.de wrote:
 Thanks to Tomas Bodzar and Sebastian Reiterbach for the tip.

 About asterisk and the sugested softphone, I think astersk
 would be enough, it can be misused as SIP softphone as far as
 I know, but I never bothered to learn how to use it. Indeed
 I like very much the simplicity of pjsua.

 I tried to use callcentric.com with pjsua and ekiga (both in
 the packages), and I had troubles, I just wanted to prove with
 softphones that are suported in the webpage of callcentric. By
 the way, also asterisk is there. I think the problem does not
 lie in the phone, but in the firewall (callcentric does not use
 a normal stun server).

Used to use pjsua with poivY without any problems.

cheers,
david



Re: VoIP Sophtphones

2012-01-19 Thread scire
Tomas Bodzar wrote:

 OpenBSD 4.8 and earlier releases are not supported anymore.

I will update to 5.0 or 5.1 later, but now I have a little stress
and other preocupations. To update twice a year means a little
work and care, and there are priorities. I am just using OpenBSD
as desktop. Perhaps a misuse, because security is not my priority,
indeed I would perhaps preffer less security and have more software,
telnetd in the system (with a hint to security problems in the
man pages), etc, but I am happy with OpenBSD as Desktop.

I tried to compile twinkle and linphone, not from the packages, they
were not there, just the software releases, my question was only if 
someone tried and had troubles as I, if he was successfull.

I understand the point of  L. V. Lammert in locate weirdness,
I didnt want in this case to bother the developers, it is 
a question that I would have made in USENETs group 
comp.unix.bsd.openbsd.misc, but it is unfortunately death.

Rodrigo.



Re: VoIP Sophtphones

2012-01-19 Thread Tomas Bodzar
On Thu, Jan 19, 2012 at 10:36 AM,  sc...@web.de wrote:
 Tomas Bodzar wrote:

 OpenBSD 4.8 and earlier releases are not supported anymore.

 I will update to 5.0 or 5.1 later, but now I have a little stress
 and other preocupations. To update twice a year means a little
 work and care, and there are priorities. I am just using OpenBSD
 as desktop. Perhaps a misuse, because security is not my priority,
 indeed I would perhaps preffer less security and have more software,
 telnetd in the system (with a hint to security problems in the
 man pages), etc, but I am happy with OpenBSD as Desktop.

$ sysctl kern.version
kern.version=OpenBSD 5.1-beta (GENERIC.MP) #159: Thu Jan 12 00:00:27 MST 2012
dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP

$

I'm using OpenBSD mostly as desktop as well. To bee on current has a
lot of pros. Complete update of system, configs and packages say every
month takes about 30 minutes. It's binary process so no need for
compile and you have actual packages (close to upstream as much as
possible)

I don't think that eg. Minitube or similar from 4.8 will work with
actual youtube.

Updates on other systems takes much more time and have so much errors and
bugs.


 I tried to compile twinkle and linphone, not from the packages, they
 were not there, just the software releases, my question was only if
 someone tried and had troubles as I, if he was successfull.

 I understand the point of B L. V. Lammert in locate weirdness,
 I didnt want in this case to bother the developers, it is
 a question that I would have made in USENETs group
 comp.unix.bsd.openbsd.misc, but it is unfortunately death.

 Rodrigo.



Re: VoIP Sophtphones

2012-01-19 Thread Amit Kulkarni
On Thu, Jan 19, 2012 at 3:36 AM,  sc...@web.de wrote:
 Tomas Bodzar wrote:

 OpenBSD 4.8 and earlier releases are not supported anymore.

 I will update to 5.0 or 5.1 later, but now I have a little stress
 and other preocupations. To update twice a year means a little
 work and care, and there are priorities. I am just using OpenBSD
 as desktop. Perhaps a misuse, because security is not my priority,
 indeed I would perhaps preffer less security and have more software,
 telnetd in the system (with a hint to security problems in the
 man pages), etc, but I am happy with OpenBSD as Desktop.

And to update once a month using Windows update doesn't involve work?
OpenBSD asks you to update once every six months...or you could follow
OpenBSD -current and update once a month or so.



Re: VoIP Sophtphones

2012-01-18 Thread Tomas Bodzar
On Wed, Jan 18, 2012 at 9:10 PM,  sc...@web.de wrote:
 pjsua from the packages works very good. I tryied to compile
 linphone-3.5.0 and twinkle-1.4.2 in OpenBSD4.8 without
 success. Did someone managed to do it?

From http://www.openbsd.org/security.html

OpenBSD 4.8 and earlier releases are not supported anymore. The
following paragraphs only list advisories issued while they were
maintained; these releases are likely to be affected by the advisories
for more recent releases.

So do upgrade to 5.0 or current and simply install packages and you
will be fine.



 Thanks
 Rodrigo.