Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for a SIP Stack for Android [closed]

Tags:

android

sip

I'm looking for a SIP stack to use on the Android platform. Since it's for a client, to be used for commercial purposes, GPL'ed stacks are not feasible.

What would you recommend, SO?

like image 371
Dheeraj Kumar Avatar asked Oct 24 '10 10:10

Dheeraj Kumar


1 Answers

As of Gingerbread, a SIP stack is built right into the API, in the android.net.sip package.

There's some demo code that shows how to use it here.

like image 175
Alexander Lucas Avatar answered Oct 04 '22 20:10

Alexander Lucas