I have gone through SIP Manager Documentation, it says -
Not all Android-powered devices support VOIP calls using SIP. You should always call isVoipSupported() to verify that the device supports VOIP calling and isApiSupported() to verify that the device supports the SIP APIs. Your application must also request the INTERNET and USE_SIP permissions.
I have Samsung galaxy young and ace mobiles, both are 2.3+, i have checked with the methods SipManager.isApiSupported()
, SipManager.isVoipSupported()
,but both of them return false in both the cases. Is there anything to be done to make it Sip supported? Or Where can I have a list of mobiles that support SIP?
Edit:
How is Sip Droid working on 2.1 phone?