cateof
cateof

Reputation: 6768

java SDK for SIP softphone client

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?

Upvotes: 4

Views: 16496

Answers (2)

weekens
weekens

Reputation: 8292

Jsip is a good Java SIP client library. It is stable, RFC-conformant and follows JAIN SIP specification.

http://java.net/projects/jsip

Upvotes: 3

yohann.martineau
yohann.martineau

Reputation: 1643

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

http://peers.sourceforge.net/

Upvotes: 5

Related Questions