Looking for a SIP Stack for Android [closed]

2019-02-09 18:45发布

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?

标签: android sip
5条回答
聊天终结者
2楼-- · 2019-02-09 19:07

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

查看更多
叛逆
3楼-- · 2019-02-09 19:14

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

查看更多
smile是对你的礼貌
4楼-- · 2019-02-09 19:23

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

查看更多
beautiful°
5楼-- · 2019-02-09 19:28

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.

查看更多
ゆ 、 Hurt°
6楼-- · 2019-02-09 19:30

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.

查看更多
登录 后发表回答