Recently, I'm trying to use SIP API in android and for many times searching, I find out SipDemo (the sample project of android-10). I just import the project in eclipse. However, when I look for detail in this project (by Log.e(...)), I find out that SipManager manager is always null even right after this line: manager = SipManager.newInstance(this);. Therefore, no matter what I register to the Sip provider, I can't get it work! Any one has the same problem? Can anyone give me a suggestion?
Edited:
if I use the link here, I can get my emulator work with register, call and receive a call. However, with my device, SamSung SII, it doesn't work!! Is this because of my device or something wrong with the basic API?!
SipDemo sample projectofandroid-10– Kingfisher Jul 16 '12 at 15:23