“Good news, everyone”.
PJSIP version 1.0-rc3 is ready. This release focuses on fixing bugs to make the libraries more stable for the upcoming 1.0 release. Some areas where bugs have been fixed include tone generator issues, SIP forking issues, and unexpected SIP message flow causes an assertion or crash.
Some enhancements have also been made on this release. Please see the ticket list in the Release Notes for the detailed list.
As usual, please go straight to the PJSIP download page for more info.
Had an issue compiling with mingw on windows on pjlib\src\pj\sock_bsd.c
Adding
#include
on top of the file fixed it.
Apart from that all builds flawlessly.
I am interested only in pjsua so i used only that one and it works great.
Good job!
the include file to add is ws2tcpip.h. Sorry
Thanks for the quick report! For now I just created this ticket (http://trac.pjsip.org/repos/ticket/644), we’ll fix that ASAP!