简体   繁体   English

Android中所有设备的Sip / Voip呼叫支持

[英]Sip/Voip Call Support for all device in android

I build application for sip/voip call. 我构建用于sip/voip呼叫的应用程序。 It is supportable for only Samsung , HTC , Motorola device. 它仅支持SamsungHTCMotorola设备。 but sip call is not supportable for Micromax, Xolo etc etc device.so i want to build app for supportable sip call for all devices.how can I do? 但是Micromax,Xolo等设备不支持Sip通话,所以我想为所有设备构建支持Sip通话的应用程序。我该怎么办?

Actually some Samsung devices also doesn't support SIP/Voip(like s3) There are some library you can use to refer for building your own SIP/VOIP client. 实际上,某些三星设备也不支持SIP / Voip(例如s3)。您可以使用一些库来构建自己的SIP / VOIP客户端。

I used to build Voip client using CSipSimple, it works fine on almost all devices i tested. 我曾经使用CSipSimple构建Voip客户端,它在我测试过的几乎所有设备上都能正常工作。

  1. CSipSimple CSip简单
  2. IMSDroid IMSDroid
  3. SIPDroid SIPDroid

http://code.google.com/p/csipsimple/ http://code.google.com/p/csipsimple/

https://code.google.com/p/imsdroid/ https://code.google.com/p/imsdroid/

https://code.google.com/p/sipdroid/ https://code.google.com/p/sipdroid/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM