jobsonp / sipdroid

Automatically exported from code.google.com/p/sipdroid
GNU General Public License v3.0
0 stars 0 forks source link

[Android 2.3] Add interface to use new native SIP instead of sipdroid stack #792

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Android 2.3 (Gingerbread) includes an SIP stack:
http://developer.android.com/sdk/android-2.3.html
http://developer.android.com/sdk/android-2.3-highlights.html
http://developer.android.com/resources/samples/SipDemo/index.html

I understand that it doesn't provide much of a GUI and currently has a limited 
feature set. It would be great if sipdroid provided the option to use the 
native SIP stack on 2.3 devices where that would work (ie on WiFi, but not 3G). 
I would guess that the native SIP stack will be optimised for things like 
battery use and will get a lot of love over the next little while.

The equivalent issue in csipsimple is here:
http://code.google.com/p/csipsimple/issues/detail?id=452

Original issue reported on code.google.com by lunatick...@gmail.com on 21 Dec 2010 at 1:42