What is the currently popular Java SIP library? [closed]

喜欢而已 提交于 2019-12-28 08:39:32

问题


I'm working on developing a SIP application in Java and wondering what is the most used SIP library currently.

MJSIP?


回答1:


As far as I know, its JAIN-SIP. Its good to know about MjSip, by the way. You might be interested in looking at JBoss Mobicent, the user guide is not complete at the moment. and you wouldn't find much help on Mobicent.

Or as metadaddy stated here, "You might want to take a look at SailFin - its a SIP servlet container built by Ericsson using GlassFish."




回答2:


You might want to take a look at SailFin - its a SIP servlet container built by Ericsson using GlassFish.




回答3:


There is a great SIP stack called Pjsip, which is written in C, but there is a JNI wrapper available, so SIP-specific C functions can be called directly from Java through JNI. It is possible to define callback methods, which can be implemented in your Java application.

Possible performance improvements, code reusablilty (e.g. on Android and iPhone) and active development community are the main benefits for this stack.

An Android SIP VOIP client, CSipSimple uses this stack, you can have a look at it.




回答4:


if your application is a client application you might be interested by peers, which is a java sip client, simple and documented.




回答5:


JainSip sip stack have proved to be mature and complete. Mobicents platform is a mature platform which using the Jain Sip stack with big active community.



来源:https://stackoverflow.com/questions/498043/what-is-the-currently-popular-java-sip-library

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