Hi everybody,
the version 1.0.0 has been released. The branch 'rel_1_0_0' is created
and must be used by anybody wanting the get v1.0.0 out from CVS (cvs co
-r rel_1_0_0 sip-server).
There are a lot of new features in this release, starting from TLS,
pseudo-variables in core and continuing with enhancements in avpops and
other module. This release is the first open source sip server with TLS
support, although there is still to work on it (e.g., multi domain
support) it allow secure sip signaling communications between servers
and clients.
An unified format of pseudo-variables has been adopted in core and many
modules, basic functionality for future dialog support is present in RR
module, avpops includes functions for string operations (concatenation,
prefix, suffix, substitute), arithmetic and bitwise operations, among
others. A new module, uac_redirect, has been introduced to handle
redirect replies (3xx) on server, with proper accounting and filter rules.
See the full list of new features at:
http://www.openser.org/release-1.0.0.php
A roughly change log can be browsed online at:
http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/ChangeLog?view=mar…
There are two categories of released packages:
- classic openser, without TLS support - the name of the package does
not contain the -tls- word
- TLS-ed version of openser - the name of the package contain the -tls- word
The tarball with the sources can be downloaded from:
http://openser.org/pub/openser/1.0.0/src/
The basic binary packages are deployed to the download site:
http://openser.org/pub/openser/1.0.0/bin/
http://openser.org/pub/openser/1.0.0/packages/
We are still collecting other packages from contributors which already
volunteered, so expect new distributions to be represented there in the
next days. The module documentations are up-to-date, the site and
tutorials need a quick review in the next days.