Deploy SIP Server for Android 4.0

I want to implement a SIP server and SIP client programs for Android 4.0. In the android samples, the SIPdemo SIP client program is already provided. It uses the android.net.sip package.

Can I use the android.net.sip package to implement a SIP server? Are there any examples of SIP server programs for Android?

+5
source share
3 answers

I think it is possible, I find this product on the usipserver market free. Thus, you can create your own sip server on Android, but I don’t think that just with android.sip you have to write all the code for the server to use its own code directly (socket, etc.)

+4
source

. sip-, Asterisk. SipDemo .

+2

I think http://www.linphone.org may be what you are looking for.

Android sip api requires a server which i think.

+1
source

All Articles