Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Implemenation of SIP on android platform 2.1

Tags:

android

sip

I want to work on SIP and Android. I am supposed to make it possible for two users to call eachother using iptel.org. One way to do this, I can use the demo provided with 2.3 but it needs a real device. As I don't have a real device, I wan't to work at 2.1 platform. I am a beginner, so I need a good step to start so that it would be easy for me to complete it.

like image 980
Zahir Abas Avatar asked Mar 28 '11 10:03

Zahir Abas


3 Answers

PJSIP ( http://www.pjsip.org/) is a good and portable SIP framework. It doesn't still have support for android (even if it is just a matter of time) but you could check out this : http://code.google.com/p/csipsimple/ that is android SIP support built on PJSIP.

like image 134
Heisenbug Avatar answered Nov 15 '22 21:11

Heisenbug


Android 2.1 doesn't have built-in support for SIP so you have to find a third party library.

like image 40
Jonas Avatar answered Nov 15 '22 22:11

Jonas


JAIN-SIP http://jsip.java.net/ is also a very good SIP-Stack including a reference implementation of the SIP API. It works on great on Android <= 2.2.

Here's (http://groups.google.com/group/mobicents-public/browse_thread/thread/e38fbdd874083d49/4fdb4123419e7a74) a nice discussion with further information.

like image 36
sweisgerber.dev Avatar answered Nov 15 '22 22:11

sweisgerber.dev