From openSIPS

About: Version-Overview-3-5-0

About -> Available Versions -> 3.5.x Releases -> Release 3.5.0 Overview

OpenSIPS 3.5 philosophy

Bits and pieces of the IMS (IP Multimedia Subsystem) topic were part of the previous OpenSIPS release, but this 3.5 fully focused on the IMS part. Considering the traction and need of IMS solutions, the implementation of a consistent and large IMS support in OpenSIPS was a mandatory step in order to answer to the needs of the industry.

The IMS topic is a large one, transcending the SIP protocol and the scope of OpenSIPS. So, the OpenSIPS 3.5 worked out the parts of the IMS ecosystem which are based or related to SIP, of course.


IMS

The IMS topic is a very large and complex one. And the goal here was to design and implement an IMS support that is truly able to provide solutions for the industry. So, a quite extensive stage of exploring, understanding and designing on the IMS ecosystem was required in a first stage.
This work was undertaken by the IMS OpenSIPS Working Group (IMS OWG), a gathering of people with common interst in IMS, working together to draft, design and implement the IMS support in OpenSIPS.
The IMS Working group compiled a Scope Of Work, which helped in laying down the actual requirements. The group decision was to tackle, at this first stage, the CSCF components, together with its interfaces.
As results, this translated in work across several modules along with the addition of new specialized modules.

AKA digest authentication

Present in the S-CSCF, the AKA authentication mechanism (RFC 3310) is implemented by the new AUTH_AKA module. Its complex interaction through the Cx/Dx Diameter interface is provided by the new AKA_AV_DIAMETER module, responsible for fetching and managing the authentication vectors required by AKA.

IPSEC support

Present in the P-CSCF, the new PROTO_IPSEC is a key IMS functionality, needed to establish IPSec tunnels (towards the mobile end points) according to the TS 33.203 specifications.

IMS interfaces

All the CSCF components are heavily interconnected with other IMS sub-systems via DIAMETER or HTTP/2 protocols. The existing AAA_DIAMETER support was enhanced to support async operations, as well as with server mode support and better handing raw binary data. All key ingredients for the IMS solutions.
OpenSIPS also offers the HTTP/2 as IMS interfacing protocol, which is mandatory in the 5G SBI interface.

Presence support

Two new modules, the PUA_REGINFO and PRESENCE_REGINFO are providing publisher and distribution capabilities for the "reg"-events according to RFC 3680. This event is important in the IMS system, to monitor the status of the mobile devices.

Configurations

Still a pending task here, to be completed after the release, is to produce functional scripts for the P/I/S-CSCF components, integrated all the above functionalities. So anyone will have a ready to use IMS configuration file with OpenSIPS.


SQL operations

The old APVOPS module was obsoleted as most of the AVP related operations can be done now directly at script level, without the need of dedicated functions. The DB part that was left from the module was enhanced and repacked as the SQLOPS module - a module to provide generic complex SQL capabilities:


Launch Darkly

This new module implements support for the Launch Darkly feature management cloud. The module provide the connectivity to the cloud and the ability to query for feature flags.


Message Queue

A new MQUEUE module to provide a generic message queue system in shared memory for inter-process communication using the config file. One example of usage is to send time consuming operations to one or several timer processes that consumes items in the queue, without affecting SIP message handling in the socket-listening process.


Miscellaneous but important

Enhanced SIPREC support

The SIPREC module received several enhancements:

Enhanced STIR/SHAKEN support

The STIR/SHAKEN module also received several enhancements:


OpenSIPS 3.5 release in numbers

Retrieved from https://www.opensips.org/About/Version-Overview-3-5-0
Page last modified on May 10, 2024, at 03:00 PM