I tried to use SIPDemo application on Android 2.3 - revision 9 emulator

But it returns null for the SIPManager.newInstance(this).

*

if*(manager == *null*) {

     manager = SipManager.*newInstance*(*this*);

}

On checking SIPManager.isAPISupported. It retruns false. Has any body run
SIPDemo application, any help is appreciated. I have already specifed
follwoing feature permissions in

the Manifest file:

<uses-permission android:name=*"android.permission.INTERNET"* />

<uses-permission android:name=*"android.permission.USE_SIP"* />

 <uses-feature android:name=*"android.software.sip"* />

<uses-feature android:name=*"android.software.sip.voip"* />



Kindly please guide me how to fix this problem and run the SipDemo
application successfully.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to