From openSIPS

Documentation: Migration-3-3-0-to-3-4-0

Documentation -> Migration -> Migration from 3.3.x to 3.4.0

This page has been visited 2270 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 module
    2. 3.2 CFGUTILS module
    3. 3.3 DIALOG module
    4. 3.4 MID_REGISTRAR module
    5. 3.5 NATHELPER module
    6. 3.6 REGISTRAR module
    7. 3.7 TM module
  4. 4. Command line options migration
  5. 5. Packaging migration
    1. 5.1 AUTH modules

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

You can find the all the new additions in the 3.4.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.3.x MySQL DB to the 3.4.x format using the opensips-cli tool :

   # opensips-cli -x database migrate 3.3_to_3.4 opensips_3_3 opensips_3_4

where :

See the opensips-cli documentation for more details.

NOTE:


2.  Script migration

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 module

3.2  CFGUTILS module

3.3  DIALOG module

3.4  MID_REGISTRAR module

3.5  NATHELPER module

3.6  REGISTRAR module

3.7  TM module

4.  Command line options migration

5.  Packaging migration

5.1  AUTH modules

Retrieved from https://www.opensips.org/Documentation/Migration-3-3-0-to-3-4-0
Page last modified on May 30, 2023, at 04:32 PM