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** I'm using SIP sample app. The mic's sound of whole operating system is changed after call via the sample app (see the attached video). Even if I...

I made app with this gradle library. but it's not working App is crashed with this error: ![1712108931172](https://github.com/VoiSmart/pjsip-android/assets/18528984/aa28a6d1-9393-46f2-8a96-3500d546ef09) targetSdk 34 compileOptions { sourceCompatibility JavaVersion.VERSION_17 targetCompatibility JavaVersion.VERSION_17 }

``` Endpoint ep = new Endpoint(); epGlobal = ep; ep.libCreate(); EpConfig epConfig = new EpConfig(); ep.libInit( epConfig ); MediaConfig media_cfg =epConfig.getMedConfig(); media_cfg.setSndAutoCloseTime(0); media_cfg.setEcOptions(pjmedia_echo_flag.PJMEDIA_ECHO_SPEEX |pjmedia_echo_flag.PJMEDIA_ECHO_USE_NOISE_SUPPRESSOR |pjmedia_echo_flag.PJMEDIA_ECHO_AGGRESSIVENESS_AGGRESSIVE); media_cfg.setEcTailLen(200); media_cfg.setQuality(10); media_cfg.setHasIoqueue(true); media_cfg.setThreadCnt(2); media_cfg.setClockRate(16000);...

Please let me know if there is any android UI application to test this service capabilities.

**Describe the bug** ![Screenshot 2024-01-23 at 22 29 51](https://github.com/VoiSmart/pjsip-android/assets/20967331/a09b78c0-cdb9-4d7d-926e-03d59d14eee4) Adding `expire` to the contact header as a parameter and when changing network from WIFI -> 3G/4G -> WIFI contact headers...

mSipAccount = new SipAccountData(); mSipAccount.setHost("ctr1.diankongcloud.cn") .setPort(8089) .setTransport(SipAccountTransport.UDP) .setRealm("ctr1.diankongcloud.cn:8089") .setUsername("700000011321001") .setPassword("12345678"); SipServiceCommand.setAccount(this,mSipAccount); SipServiceCommand.getCodecPriorities(this); this is my code ,in onRegistration callback registrationStateCode is 502, in log info,i found the message is Sip...

Hi, when successed make call, when callee hang up call, no broadcast event received ? => onCallState not called with pjsip_inv_state.PJSIP_INV_STATE_DISCONNECTED ? Thanks!

Hi I have this crash after start PJSIP : Caused by: java.lang.SecurityException: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts...

**Describe the bug** If you are in other VOIP calls like Microsoft Team & WhatsApp. You cannot hear a person through PJSIP call. On the other hand, if you use...