pjproject
pjproject copied to clipboard
PJSIP project
### Describe the bug I get the following error on Windows 10 when running make in python SWIG `C:\Users\MOHANN~1\AppData\Local\Temp\cciE8lgl.o:cc_mingw.c:(.text+0x5f): undefined reference to `pj_ansi_strxcpy' collect2.exe: error: ld returned 1 exit status...
### Describe the feature I have python wrapper of pjsua2 but I need to use custom digest parameters calculattion function. The doc says "if PJSIP_HAS_DIGEST_AKA_AUTH is disabled, you have to...
### Describe the feature Due to recent Xamarin end of support, is necessary to update the builds samples to cover .NET MAUI apps using pj. The build process for MAUI...
Allows the keepalive configuration to be changed with the on_stream_precreate callback. Seems like it was forgotten when the support to enable/disable keepalive through the callback was added.
The strictly sequential and single-threaded conference bridge of pjsip must service all connected ports within a single timer tick, inevitably leading to limitations on the number of serviced ports and...
In the case SRTP restart (e.g.: reinitialize media due to IP change), error might raise: ``` srtp0x115f47400 Failed to unprotect SRTP, pkt size=23, err=no appropriate context found ``` which is...
Added multi-threading to the conference bridge data plane with phase sync for media proc ordering. Main Changes Threading - Added a thread pool that processes ports in parallel - Used...
### Describe the bug vid_streamutil fails to send a video file. ### Steps to reproduce run `vid_streamutil --send-only --remote=127.0.0.1:4000 --local-port=4500 --play-file=file_example_AVI_480_750kB.avi` with this file: https://file-examples.com/wp-content/storage/2018/04/file_example_AVI_480_750kB.avi ### PJSIP version 2.15.1 ###...
### Describe the bug When I want to compile the pjsip2.15 version for the android platform, I would like to know what you mean by only obtaining the patch of...
### Describe the bug when compiling with #define PJMEDIA_CONF_USE_SWITCH_BOARD 1 in config_site.h linking fails with: **undefined reference to `pjmedia_conf_set_op_cb'** in function `pjsua_aud_subsys_init' in function `pjsua_conf_set_op_cb' ### Steps to reproduce check...