Skip to content

Releases: NetComposer/nksip

v0.4.0

24 Jul 23:08
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

A huge release:

  • Comprehensive documentation.
  • New UAS API.
  • Powerful plugin mechanism.
  • Extraction of non-core functionality intro plugins.
  • Reliable provisional responses.
  • UPDATE and MESSAGE methods.
  • Full event support (SUBSCRIBE/NOTIFY).
  • Full PUBLISH support, using in-memory or external database.
  • RFC4028 Session Timers
  • Outbound (RFC5626) and GRUU (RFC5627) support.
  • Path support, as client, proxy and registrar.
  • SIP-over-Websockets support, as a server and as a client!
  • Reason header support in request and responses.
  • Service-Route header support.
  • Support for headers in URIs.
  • UAS callback functions receive contextual metadata.
  • New options to customize supported extensions and to generate Require and Accept headers.
  • Use of any external store for registrar instead of in-memory built-in.
  • Allow an endpoint to start a dialog with itself.
  • Bug corrections.

v0.3.0

15 Nov 18:49
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • INFO method.
  • New caching locating server with NAPTR and SRVS support.
  • Outbound connection controlling process.
  • SCTP transport.
  • IPv6 support.
  • New SIP parsers fully RFC4475 Torture Tests compliant.

v0.2.0

18 Oct 22:01
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Second preview release

  • Full SIP processing engine rewrite. The new engine is capable of handling nearly 2x the traffic of the old one, supporting 10.000 regs/sec on a i7 machine.
  • Much easier to understand and extend.
  • Very stable, but not thoroughly tested in real-life scenarios.

Initial release

09 Jul 14:50
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Initial release