Iman Peeman
Iman Peeman
When setting the volume while the volumeReceiver is unregistered, an IllegalArgumentException occurs. ' 10-07 11:56:08.957 7783 7839 E SystemSetting: error in unregisterVolumeReceiver: nl.**.** 10-07 11:56:08.957 7783 7839 E SystemSetting: java.lang.IllegalArgumentException:...
The PjSipService.java sets the audio mode of the mAudioManager to MODE_IN_CALL. ` if (callState == pjsip_inv_state.PJSIP_INV_STATE_EARLY || callState == pjsip_inv_state.PJSIP_INV_STATE_CONFIRMED) { mAudioManager.setMode(AudioManager.MODE_IN_CALL); }` This results in Android 9 for bad...
Hi @datso any plans to update this library to pjsip v2.9? I'm able to build the pjsip_builder repro by just changing the docker image to v2.9 but how about this...
When te pbx offers an info message during a call, this message should be handled by the client (Dialog in PJSIP terms) when this message isn't handled this causes an...
## Update 12/18/2023 ## Last week we found out that toggling the wifi behavior doesn't fix this behavior, it's breaking more than it fixes. Behavior that the wifi is connected,...