pjproject icon indicating copy to clipboard operation
pjproject copied to clipboard

PJSIP project

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

This PR adds the FILE_SHARE_DELETE flag to the CreateFile() call when opening/creating files on Windows. Setting this flag allows i.e. for using temporary files with the WAV player/recorder. My concrete...

### Describe the bug Use pjsip-apps/bin/pjsua-x86_64-unknown-linux-gnu to make an UAS with the following config: ### Steps to reproduce Use pjsip-apps/bin/pjsua-x86_64-unknown-linux-gnu to make an UAS with the following config: Peer Tom's...

FFMPEG 5.1 has some changes which will break current build. The changes mostly related to removing some APIs that were already deprecated: 1. `AVCodec::encode2()/decode()` removed [here](https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/20f972701806be20a77f808db332d9489343bb78). 2. `av_codec_next()/avcodec_register_all()` removed [here](https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/4b2be3f8d45db8fa795233b938391b23f6c518ea...

component: pjmedia

Reported that linking error occurs in building PJSIP as shared library when `--enable-libwebrtc-aec3` is passed to the configure script, e.g: ``` ./configure --enable-shared --enable-libwebrtc-aec3 ``` Then `make` will show some...

type: bug
component: devops

VoIP socket is deprecated since iOS 9, in iOS 16 it causes app gets killed, so it is now disabled by default (configurable via `PJ_ACTIVESOCK_TCP_IPHONE_OS_BG`).

type: bug
component: pjlib

SDP may specify `a=inactive` with media port set to non zero. ``` v=0 o=- 3872230549 3872230550 IN IP4 192.168.1.121 s=pjmedia b=AS:84 t=0 0 a=X-nat:0 m=audio 4002 RTP/AVP 0 120 c=IN...

component: pjsua-lib

### Describe the bug When I switch to hands-free mode, it keeps log --Master/sound Underflow, buf_cnt=0, will generate 1 frame The call is normal. I'm not sure if there are...

These methods do not change Endpoint's status, so could be const. At least I was not able to call them from a const method of a class derived from `pj::Endpoint`.

This is a followup of #3069. When initializing a new ossl context and setting the cipher list fails, init_ossl_ctx() will exit early without cleaning up the context and without resetting...