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

╄→尐↘猪︶ㄣ 提交于 2019-11-28 04:35:23
Adeel Ansari

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."

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

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.

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

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.

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