5

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?

Daniel Nugent
43.4k15 gold badges115 silver badges142 bronze badges
asked Aug 4, 2012 at 16:49

3 Answers 3

4

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 )

answered Nov 14, 2012 at 20:43
Sign up to request clarification or add additional context in comments.

Comments

2

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.

answered Aug 5, 2012 at 12:00

1 Comment

FreeSWITCH would probably be easier to install/configure.
1

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

The android sip api requires a server I think.

answered Feb 12, 2013 at 22:38

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.