java SDK for SIP softphone client

北城以北 提交于 2019-12-05 02:46:30

问题


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?


回答1:


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

http://peers.sourceforge.net/




回答2:


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

http://java.net/projects/jsip




回答3:


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

http://www.mjsip.org/



来源:https://stackoverflow.com/questions/3925044/java-sdk-for-sip-softphone-client

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!