Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Implement SIP server for android 4.0

Tags:

android

sip

I want to implement SIP server and SIP client programs for android 4.0. In android samples already provides the "SIPdemo" SIP client program. It's use the android.net.sip package.

Can I use the android.net.sip package for implement the SIP server? Is there any sample SIP server programs for android?

like image 774
user1576358 Avatar asked Aug 04 '12 16:08

user1576358


1 Answers

I think it is possible , I find this product in market usipserver it s free . So it s possible to make you own sip server in Android but I don't think with just android.sip , you must writing all code for the server use directly native code ( socket etc )

like image 146
user1824955 Avatar answered Sep 19 '22 09:09

user1824955