pjsip-android icon indicating copy to clipboard operation
pjsip-android copied to clipboard

SIP Service for Android based on PJSIP

Results 41 pjsip-android issues
Sort by recently updated
recently updated
newest added

I'm getting authorization failed when trying to make a call. I used csipsimple and other SIP apps and my server is working fine and i was able to make outgoing...

java.lang.UnsatisfiedLinkError: No implementation found for void org.pjsip.pjsua2.pjsua2JNI.swig_module_init() (tried Java_org_pjsip_pjsua2_pjsua2JNI_swig_1module_1init and Java_org_pjsip_pjsua2_pjsua2JNI_swig_1module_1init_ Working fine on x86_64

We user onSIP service it user field example - [OK ] - Address of Record - [OK] - SIP Password - [Not OK] - Auth Username - [OK] - Username...

Currently I can register my sip service with my sip provider but can not make a call. The call state changes immediately from _PJSIP_INV_STATE_CALLING_ to _PJSIP_INV_STATE_DISCONNECTED_. My guess is that...

hi guys when i want to use on a device with api 19 this error occured ` E/SipService: Error while loading PJSIP pjsua2 native library java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate...

Hello guys, I experience one annoying issue for quite awhile now, and thought to share the problem here: Whenever I try to initiate a call and the other side answers...

In the BroadcastEventReceiver class, I can listen for incoming calls, but at this point the activity has finished. How do I open an activity so that the user can answer...

Mobile Android , kotlin libpjsua2.so I am trying to detect when the remote user puts the call on hold , i am monitoring all call state functions and i do...