tags:

views:

63

answers:

2

Hi,

I want to build a SIP client in java. A java class that will register with a SIP registrar and will be able to call another sip client.

Any suggestions?

A: 

Try MjSip. I've played around with it, but never ended up with a final product.

http://www.mjsip.org/

Leo Holanda
A: 

Hi, you can try my softphone if you want, it provides a very simple api. It's called peers:

http://peers.sourceforge.net/

yohann.martineau