From openSIPS

Documentation: Migration-3-2-0-to-3-3-0

Documentation -> Migration -> Migration from 3.2.x to 3.3.0

This page has been visited 3120 times.

Table of Contents (hide)

  1. 1. DB migration
  2. 2. Script migration
    1. 2.1 Global Parameters
    2. 2.2 Core Variables
    3. 2.3 Core keywords
    4. 2.4 Core functions
    5. 2.5 Core MI commands
    6. 2.6 Statistics migration
  3. 3. Module migration
    1. 3.1 B2B_LOGIC_XML module
    2. 3.2 CGRateS module
    3. 3.3 DIALOG module
    4. 3.4 DIALPLAN module
    5. 3.5 DISPATCHER module
    6. 3.6 DROUTING module
    7. 3.7 GROUP module
    8. 3.8 MEDIA_EXCHANGE module
    9. 3.9 RATELIMIT module
    10. 3.10 RTPPROXY module
    11. 3.11 SIPREC module

This section is meant to provide useful help in migrating your OpenSIPS installations from the 3.2.0 version to 3.3.0.

You can find the all the new additions in the 3.3.0 release compiled under this page. The ChangeLog may help your understanding of the migration / update process.

Make sure you don't carry a left-over Makefile.conf file in your OpenSIPS source tree if migrating to a new branch! This configuration file, generated by make menuconfig, is usually not compatible with the one of a previous major release!


1.  DB migration

You can migrate your 3.2.x MySQL DB to the 3.3.x format using the opensips-cli tool :

   # opensips-cli -x database migrate 3.2_to_3.3 opensips_3_2 opensips_3_3

where :

See the opensips-cli documentation for more details.

NOTE:


2.  Script migration

The following is the full list of backwards-incompatible syntax or functional changes in the OpenSIPS configuration script:

2.1  Global Parameters

2.2  Core Variables

2.3  Core keywords

2.4  Core functions

2.5  Core MI commands

2.6  Statistics migration

3.  Module migration

3.1  B2B_LOGIC_XML module

3.2  CGRateS module

3.3  DIALOG module

3.4  DIALPLAN module

3.5  DISPATCHER module

3.6  DROUTING module

3.7  GROUP module

3.8  MEDIA_EXCHANGE module

3.9  RATELIMIT module

3.10  RTPPROXY module

3.11  SIPREC module

Retrieved from https://www.opensips.org/Documentation/Migration-3-2-0-to-3-3-0
Page last modified on January 23, 2024, at 12:59 PM