pjproject
pjproject copied to clipboard
PJSIP project
sys/timeb.h ftime(), it is not used anymore. I think we can remove it. ftime() only called by os_time_bsd.c, and os_time_bsd.o only apear in os_win32.mak which looks wrong (should be os_time_win32.o?).
### Describe the bug Java build fail jni.h already exists in the follow directory but I getting fatal error for it /usr/lib/jvm/java-19-openjdk-amd64/include/ jni_md.h also already exists in the follow directory...
I write for Android and due to security rules, I can't store the certificate in the application files. It can only come to me through the AirWatch SDK in the...
As the title 1 millisecond = 1000000 nanoseconds
### Describe the bug I've started getting this fail in "make dep" building git master (commit d4dc67706bccb03eba697377be7bf34cf1bdcd10) In dir pjnath/build : .pjnath-x86_64-unknown-linux-gnu.depend:1075: *** missing separator. Stop. Line 1075 is the...
As reported in #3203, `upnpdebug.h` may not be available in the installation location if `libupnp` is not build with `--enable-debug`, so we shouldn't include it by default.
### Describe the bug While using in TLS connection with PJSIP Invite message contains Contact Header with some Random Port Number which creates problems when report party send a message...
Currently, the source code was written with these formatting setting: ``` Indentation: 4 Tab size: 8 ``` Some editors might not be able to correctly format when displaying/editing the code,...
Printing the bound IP address and port may help investigating binding error cases.
### Describe the bug Hi dear, first I would like to thank you for this formidable software I'm using your sample for java and trying how to: by clicking on...