pjproject
pjproject copied to clipboard
PJSIP project
@nanangizz Crash occured with pjsua2 cpp api. It appears bzero does not do any allocation of the string -- so pj2Str() is crashing since it does not check the length...
### Describe the bug I have two Ethernet interfaces on my linux machine with following ip routes: ``` default via 10.10.222.1 dev eth1 proto dhcp metric 100 default via 192.168.100.1...
### Describe the bug The RTP stream is clear without rustle (checked with wireshark) But there is loud rustle to hear. To check that it is not our application, I...
This PR contains modifications to PJSIP test apps (`pjlib-test`, `pjlib-util-test`, `pjnath-test`, `pjmedia-test`, and `pjsip-test`) to use the new unit test framework (#4007) with the main objective to make them complete...
### Describe the feature Support SRV lookup for TLS SIP domains that use something other than a _sips._tcp prefix namely: _sips._tls _sip._tls ### Describe alternatives you've considered Implementing our own...
This is the current pattern for encoding/decoding using Android media codec: 1. check the input buffer availability 2. once an input buffer is available, input the data to encode/decode 3....
This covers #4077 I've created the sample application for both iOS & Android platforms, and some modifications on makefile to generate c# PINVOKE classes to the right project as well
When a request within dialog gets timeout, the invite session will terminate the session, and in the attempt of sending BYE, an assertion is raised: ``` src/pjsip-ua/sip_inv.c:287: pjsip_inv_add_ref: Assertion `inv...
i made changes to make importsym more adaptive, along with checking if the system is win32, if it is, it will ask the user the registered path is correct, if...
### change log • Added new Call recording and play capability through media ports. [pjsip/include/pjsua-lib/pjsua.h] • Added "Get queued DTMF Digits" functionality. [pjsip/include/pjsua-lib/pjsua.h] • A Conference slot and a null...