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

**Describe the bug** Remote preview lost and surfaceview turn to black when app goes to background and turns to foreground **Lib version** 2.1 **Smartphone (please complete the following information):** -...

Firstly i am resolving this stun server "**stun2.l.google.com:19302**" which has high priority. StringVector servers = new StringVector(); if (stunservers == null || stunservers.size() < 1) { servers.add("stun2.l.google.com:19302"); } else {...

I have this Error when make call after done register > SipService: Error while making outgoing call java.lang.NullPointerException: Attempt to invoke virtual method 'net.gotev.sipservice.SipCall net.gotev.sipservice.SipAccount.addOutgoingCall(java.lang.String)' on a null object reference...

Hello, I was trying to run the demo app but unfortunatelly I was unable to connect to my sip server. I have also tried with the data provided in demo...

I'm testing the library, when I try to call someone, they hear me but I don't hear them. I tried with a sim-free tablet and a smartphone. Can you help...

Describe the bug App crashes frequently in kill mode while accepting incoming call. this happenes only in android 11. here is the crash log ``` PlayerBase::PlayerBase() TrackPlayerBase::TrackPlayerBase() D/AudioTrack: createTrack_l(16): AUDIO_OUTPUT_FLAG_FAST...

Hi, My sound volume set to max, but playback is not increase. Has it a way to increase playback gain db ? Thanks!

``` #00 pc 002bc4c4 /data/app/~~WSf6iSvVyfS29fD_2pf10w==/com.linkcircle.cc.phone-aaa5e2oAsP5hoVrU6nSVZg==/lib/arm/libpjsua2.so (pjmedia_aud_stream_create+639) [armeabi-v7a::1cd18a52228fbc5f77dec360c7f8c12a] #01 pc 00298d33 /data/app/~~WSf6iSvVyfS29fD_2pf10w==/com.linkcircle.cc.phone-aaa5e2oAsP5hoVrU6nSVZg==/lib/arm/libpjsua2.so (start_sound_device+362) [armeabi-v7a::1cd18a52228fbc5f77dec360c7f8c12a] #02 pc 002989cf /data/app/~~WSf6iSvVyfS29fD_2pf10w==/com.linkcircle.cc.phone-aaa5e2oAsP5hoVrU6nSVZg==/lib/arm/libpjsua2.so (pjmedia_snd_port_create2+422) [armeabi-v7a::1cd18a52228fbc5f77dec360c7f8c12a] #03 pc 002210e3 /data/app/~~WSf6iSvVyfS29fD_2pf10w==/com.linkcircle.cc.phone-aaa5e2oAsP5hoVrU6nSVZg==/lib/arm/libpjsua2.so (open_snd_dev+638) [armeabi-v7a::1cd18a52228fbc5f77dec360c7f8c12a] #04 pc 00223141 /data/app/~~WSf6iSvVyfS29fD_2pf10w==/com.linkcircle.cc.phone-aaa5e2oAsP5hoVrU6nSVZg==/lib/arm/libpjsua2.so (pjsua_set_snd_dev2+676)...

Hello . I tried to do outgoing call but there is an error like this. The error didn't cause to force close or crash but it just auto reject when...