SIP Client

2016-03-07 Thread Solène Rapenne

Hello,

Is there a SIP client working on OpenBSD ?
I was using Jitsi or Ekiga but they don't seem working on OpenBSD.

Kind regards



Re: SIP Client

2016-03-07 Thread Roderick

Is there a SIP client working on OpenBSD ?


I used with OpenBSD 4.8:

http://www.pjsip.org/pjsua.htm

Perhaps still works.

Rodrigo



Re: SIP Client

2016-03-07 Thread Mihai Popescu
pjsua - audio only, works fine
baresip - audio and video, works fine

Both are in ports, I was using them with iptel.org as free provider.



Re: SIP Client

2016-03-07 Thread Jiri B
On Mon, Mar 07, 2016 at 05:12:58PM +0100, Solne Rapenne wrote:
> Hello,
> 
> Is there a SIP client working on OpenBSD ?
> I was using Jitsi or Ekiga but they don't seem working on OpenBSD.

...doesn't seem working is not very good issue report.

I'm not using Jitsi myself but usually java apps are shipped with
native libs. Try to find for *.so in Jitsi and check if they are
Linux native libs.

Another tip could be to get Jitsi source and grep for Linux or
FreeBSD in it, maybe you will find some conditional blocks where
they define support only for specific OS. Then, submit a diff or
just bug report for Jitsi.

j.



Re: SIP Client

2016-03-08 Thread Solène Rapenne

Le 2016-03-07 23:28, Mihai Popescu a écrit :

pjsua - audio only, works fine
baresip - audio and video, works fine

Both are in ports, I was using them with iptel.org as free provider.


Thanks you, I installed baresip from packages and it was very easy to 
configure (easier than jitsi/ekiga/linphone) and works very well.




SIP client on OpenBSD

2014-05-02 Thread Mihai Popescu
Hello,

What SIP clients are you using day by day in OpenBSD?

I tried pjsua and works fine with voice only. I am interested in another
clients, possibly with video option.

Thank you.



Any console SIP client from ports or packages?

2020-04-02 Thread Martin
I'm looking for lightweight console SIP client to perform calls right from 
OpenBSD console with asterisk.

Please suggest.

Martin


Re: Any console SIP client from ports or packages?

2020-04-02 Thread Kirill Bychkov
On Thu, April 2, 2020 16:20, Martin wrote:
> I'm looking for lightweight console SIP client to perform calls right from
> OpenBSD console with asterisk.
>
> Please suggest.
>
> Martin
>

Hi,
Take a look at baresip.



Re: Any console SIP client from ports or packages?

2020-04-02 Thread Mihai Popescu
pjsua

It has audio only, no video part ported yet. I didn't use it with asterisk
but was fine with iptel.org.


Re: Any console SIP client from ports or packages?

2020-04-03 Thread Martin
This one is exactly I'm looking for.

Thanks

‐‐‐ Original Message ‐‐‐
On Thursday, April 2, 2020 9:31 PM, Mihai Popescu  wrote:

> pjsua
>
> It has audio only, no video part ported yet. I didn't use it with asterisk
> but was fine with iptel.org.