pjproject icon indicating copy to clipboard operation
pjproject copied to clipboard

PJSIP project

Results 205 pjproject issues
Sort by recently updated
recently updated
newest added

Reported that in some rare case, assertion happens with call stack: ``` Thread 0 Crashed: 0 libsystem_kernel.dylib 0x000000018c14a0dc __pthread_kill + 8 1 libsystem_c.dylib 0x000000018c08da40 abort + 176 2 libsystem_c.dylib 0x000000018c08cd30...

component: pjsua-lib
type: bug

### Introduction Currently the library has implemented TLS/SSL using various backends such as OpenSSL, BoringSSL, GnuTLS, Apple Network framework. This PR will add another backend: [Windows SSP Schannel](https://learn.microsoft.com/en-us/windows-server/security/tls/tls-ssl-schannel-ssp-overview), which is...

type: enhancement
component: pjlib

### Describe the bug Can fax function be added based on pjsip ### Steps to reproduce pjlib can be not found reference api ### PJSIP version 2.10 ### Context linux...

### Describe the bug We have some code that has been running for quite a while, but recently an external provider started responding to an INVITE in a way that...

### Describe the bug Hello, I'm placing DTLS-enabled calls from Linphone to my PJSIP-based application. Calls establish and audio appears to be flowing. However, I see SRTP parse errors every...

Place for various minor fixes/enhancements, e.g: compile warning fixes, typos.

component: common

### Describe the bug Secure audio between pjsip and TE-System's anynode SBC currently fails. The SDP-fingerprint attribute is hashed with SHA-256, but the pjmedia.pjsip.org DTLS certificate is always hashed with...

### Describe the bug When I launch the camera I get a crash: ``` FATAL EXCEPTION: Cam2HandlerThread Process: org.pjsip.pjsua2.app_kotlin, PID: 29401 java.lang.UnsatisfiedLinkError: No implementation found for void org.pjsip.PjCamera2.PushFrame2(long, java.nio.ByteBuffer, int,...

Sending a SIP message is done asynchronously, so when the log says "TX n bytes Request msg.." actually the message may not be on the wire yet. Even for TCP/TLS...

type: enhancement
component: pjsip

### Describe the bug It crashed when booted on android5.1 ### Steps to reproduce It crashed when booted on android5.1 ### PJSIP version 2.13 ### Context android5.1 android-ndk-r20b pjsip2.13 TARGET_ABI=armeabi-v7a...