简体   繁体   中英

Implement SIP server for android 4.0

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?

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 )

No. If you want a sip server, you can use Asterisk . Install and run it on a server machine and register the SipDemo into it.

I think http://www.linphone.org might be what you're looking for.

The android sip api requires a server I think.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM