PJSIP version 1.2
Released on 2009-05-08T00:13:07Z
Release Focus
pjnath update
Bring pjnath up to date with the latest ICE, STUN, and TURN RFCs/draft RFCs.
Visual Studio Projects Reorganization
Build configurations to control static/dynamic linking with LIBC/MSVCRT
Currently there are two build configurations in the VS 2005 project files:
- Debug: multithreaded, statically linked with LIBC, debug (i.e. the /MTd flag).
- Release: multithreaded, dynamically linked with MSVCRT, release (i.e. the /MD flag).
This release leaves the two build configurations above as is, but it adds four more settings:
- Debug-Static: multithreaded, statically linked with LIBC, debug (i.e. the /MTd flag).
- Debug-Dynamic: multithreaded, dynamically linked with MSVCRT, debug (i.e. the /MDd flag).
- Release-Static: multithreaded, statically linked with LIBC, release (i.e. the /MT flag).
- Release-Dynamic: multithreaded, dynamically linked with MSVCRT, release (i.e. the /MD flag).
This target naming convention will also apply to Windows Mobile targets (see below).
Windows Mobile targets support in the same VS 2005 project files
Currently Windows Mobile targets (including SmartPhone 2003 and !PocketPC 2003 targets) are available via separate Embedded Visual C++ projects, and one must import these projects into Visual Studio 2005.
This release adds Windows Mobile targets into existing VS 2005 projects.
Codecs work
Integrate G.722.1 and G.722.1c (SIREN7/14), licensed from Polycom.
For more details about the ticket list, please see Release Notes