Login | Register

About

About -> Available Versions -> 3.6.x Releases -> Release 3.6.0

This page has been visited 163 times.


1.  Migration from 3.5.x to 3.6.0


2.  What is new in 3.6.0

2.1  OpenSIPS script

  • s

2.2  OpenSIPS Core

  • Added the $return variable which can be used to retrieved the return value of the previously executed route.
  • Routes can return different variables through the return() function.
  • New {s.date2unix} transformation, for easily parsing and/or validating the RFC-3261 format of the SIP "Date" header

2.3  [NEW] EXAMPLE module

  • The new example module has been added to be used as a starting point for writing new modules.

2.4  DIALOG module

  • the $dlg_val variable now also accepts a dynamic name, e.g. $dlg_val($var(name)), where $var(name) = "branch-" + $T_branch_idx;

2.5  RTP_RELAY module

  • The module can call a set of routes when media/SDP events are triggered - this can be used to perform custom RTP relaying operations.

2.6  RTPEngine module

  • The rtpengine_stop_media() function can receive an extra parameter that returns the position of the last media file played.

Page last modified on July 04, 2024, at 11:02 AM