Skip to content Skip to sidebar Skip to footer

Android2.3 Sip Implementation

I am new to android and I am implementing VoIP using SIP (Android2.3). I have a issue regarding how to make a landline call thru SIP + how to send SMS,MMS using SIP. How should I t

Solution 1:

You will need a SIP stack.

You are in luck because since Android 2.3 there is a SIP stack included in the Android framework.

Here is a link to the documentation Android SIP Stack

Be aware that the SIP stack provided by google does not work over 3g.

You can also try a fully working SIP Demo Sample on the android developer website.

If not, there is a couple of open source project of SIP clients: SIPDroid, CSIPSimple, etc

Hope this helps. Cheers

Post a Comment for "Android2.3 Sip Implementation"