This page has been visited 208 times.
2. What is new in 4.1.0
2.1 OpenSIPS Interfaces
2.2 Provisioning Interface
- A new core Provisioning Interface (PI) framework, migrating the provisioning logic previously hosted by the pi_http module into the core. The framework is now transport-independent and driven by the PI XML schema, while pi_http remains responsible solely for HTTP transport and command parsing. Existing behavior is fully preserved, while future transport modules can reuse the same core provisioning functionality.
2.3 OpenSIPS Core
2.4 B2B_LOGIC module
- The b2b_bridge command receives a new flag,
provmedia-extra-headers that allows you to pass the same headers as for the client when doing a bridge.
2.5 DIALOG module
2.6 REGEX module
- new transformation pcre.subst added
2.7 RTP_RELAY module