java SDK for SIP softphone client

2019-04-01 11:46发布

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?

标签: java voip sip
3条回答
我只想做你的唯一
2楼-- · 2019-04-01 12:13

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

http://java.net/projects/jsip

查看更多
相关推荐>>
3楼-- · 2019-04-01 12:14

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

http://www.mjsip.org/

查看更多
走好不送
4楼-- · 2019-04-01 12:21

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

http://peers.sourceforge.net/

查看更多
登录 后发表回答