Reputation: 6096
At first I wanted to use native sip apis to implement sip calling in android app and it is working fine but in some devices like CANVAS 3, Samsung S2,s3 it was not working .After debugging I found this line of code was returning NULL
manager = SipManager.newInstance(ctx);
That measns that device does not support Sip Apis.But on the same device other application for sipcalling like SipDroid etc are working properly.How it is possible ?Are they do not use native sip Apis??
So started looking for third party support but all the library has only one open source project and I get lot of errors on importing these project.
csipsimple using pjsip
I have tried many times to build it and start it on the android emulator without any success. The source code does not build and generates about 1500 errors. In the meantime, when I downloaded the apk file for the app, it runs on the emulator without any problems.
I have searched the internet and did not find any specific issue in public about causes of that problem.
I am wondering if the source code on the official web site has some bug(s) that the actual app does not have, and you did not have a chance yet to add the corrections to the public source code.
Upvotes: 0
Views: 729