android上的电话

来源:互联网 发布:apache 主机头 编辑:程序博客网 时间:2024/04/28 21:35

候选:

linphone是一个成熟的跨平台sip软电话,但是它的android版本刚刚出来,但是目前还不支持视频通话。底层使用的库是eXosip。模拟器上开源运行,能够拨打和接听电话,但是没有语音,只是状态会成为connected。

 

sipdroid也是开源的,比较成熟,支持视频通话。使用的是Mjsip库。模拟器上提示:not suitable data network。

 

Imsdroid支持视频通话,底层库是doubango。模拟上提示:network not activi。

 

关于doubango库,也不单单是sip的,如下:

doubango is the world's most advanced open source 3GPP IMS/RCS framework for both embedded and desktop systems.
The framework is written in ANSI-C to ease portability and has been carefully designed to efficiently work on embedded systems with limited memory and low computing power and to be extremely portable.

 

目前了解到的开源sip协议栈有:

C语言的:eXosip,doubango

java语言的:Mjsip,JAIN SIP

 

补充:

模拟器的限制:

 

In this release, the limitations of the emulator include:

  • No support for placing or receiving actual phone calls. You can simulate phone calls (placed and received) through the emulator console, however.
  • No support for USB connections
  • No support for camera/video capture (input).
  • No support for device-attached headphones
  • No support for determining connected state
  • No support for determining battery charge level and AC charging state
  • No support for determining SD card insert/eject
  • No support for Bluetooth