Looking for a SIP Stack for Android [closed]

你说的曾经没有我的故事 提交于 2019-11-30 15:23:02

问题


I'm looking for a SIP stack to use on the Android platform. Since it's for a client, to be used for commercial purposes, GPL'ed stacks are not feasible.

What would you recommend, SO?


回答1:


As of Gingerbread, a SIP stack is built right into the API, in the android.net.sip package.

There's some demo code that shows how to use it here.




回答2:


You can use the JAIN SIP Stack, it should run out of the box. I did try it 1-2 years ago See my blog post with an example about it http://jeanderuelle.blogspot.com/2008/10/jain-sip-is-working-on-top-of-android.html




回答3:


RADVISION, the company I work for, also offers a SIP stack solution with a commercial license that is suitable for Android: http://www.radvision.com/Products/Developer/VoIP-Developer-Tools/SIP/default.htm There are other Android related SIP solutions as well, but this is the "general purpose" one.




回答4:


Alexander Lucas mentioned the Android SIP stack. There's a review of it here that points out a few missing items: http://www.onsip.com/blog/leo/2011/01/05/our-evaluation-of-android-gingerbreads-native-sip-calling-with-the-nexus-s

A couple of other things to consider are that the phones supplied by carriers may have the SIP stack blocked or crippled, and that the Android SIP stack is not available on the iPhone or other devices. Many commercial stacks are available ported to Android, iPhone, Symbian, Win7, etc so if you develop for several platforms, your job is easier




回答5:


I recommend TeleSoft CompactSIP. And I believe in it so much, I chose to sell it. See http://www.telesoft-intl.com/DS_Android.html



来源:https://stackoverflow.com/questions/4007860/looking-for-a-sip-stack-for-android

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