Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to integrate SIP into Android?

How to implement SIP protocol in Android ? there is any SDK or library available to implement it easily into Android?

like image 876
PrvN Avatar asked Sep 28 '12 07:09

PrvN


People also ask

Does Android provide an API that supports SIP?

Android provides an API that supports the Session Initiation Protocol (SIP).

What is SIP phone integration?

Unlike traditional phone systems, SIP phones rely on internet technology to make secure and reliable calls. The SIP protocol enables organizations to have unified communications as it integrates basic phone capabilities with video, email, instant messaging and more.


2 Answers

Here is a third party Library with sample code. You can use this, I have used it and it works fine.

like image 153
Ashwani Tyagi Avatar answered Sep 19 '22 12:09

Ashwani Tyagi


Android 2.3 or higher provides API for SIP.

Refer this link for SIP in Android

also you can see DEMO project for SIP from Sample

update:
Android SDK Samples on github.
SipDemo1, SipDemo2

like image 29
Priyank Patel Avatar answered Sep 19 '22 12:09

Priyank Patel