SIP implementation for Android2.3

I am new to android and I use VoIP using SIP (Android2.3). I have a question about how to make a landline call through SIP +, how to send SMS, MMS using SIP. How should I think in order to achieve my goal. Thanks to everyone in advance.

+3
source share
1 answer

You will need a SIP stack.

You are lucky because with Android 2.3 there is a SIP stack included in Android framework.

Here is a link to the Android SIP Stack documentation

Keep in mind that the google SIP stack does not work after 3g.

You can also try the fully working SIP demo on the Android developer website.

, SIP-: SIPDroid, CSIPSimple ..

, .

+5

Source: https://habr.com/ru/post/1795174/


All Articles