Documentation |
Documentation.Migration-3-0-0-to-3-1-0 HistoryHide minor edits - Show changes to markup June 17, 2021, at 09:41 AM
by
- Changed line 85 from:
to:
June 17, 2021, at 09:37 AM
by
- Added lines 121-124:
RLS module
June 17, 2021, at 09:35 AM
by
- Added line 100:
June 16, 2021, at 07:16 PM
by
- Added line 85:
December 10, 2020, at 08:37 PM
by
- Changed line 80 from:
to:
December 10, 2020, at 08:36 PM
by
- Changed line 80 from:
to:
December 10, 2020, at 08:34 PM
by
- Changed lines 80-84 from:
to:
December 10, 2020, at 08:34 PM
by
- Added lines 77-81:
DROUTING module
July 28, 2020, at 08:40 PM
by
- Changed lines 59-61 from:
to:
June 02, 2020, at 06:28 PM
by
- Added line 60:
June 02, 2020, at 06:07 PM
by
- Added lines 58-59:
June 02, 2020, at 03:39 PM
by
- Changed lines 108-111 from:
to:
TM module
May 28, 2020, at 01:50 AM
by
- Deleted lines 46-49:
Core keywords
Deleted lines 57-64:
Core MI commands
Statistics migration
May 28, 2020, at 01:38 AM
by
- Added lines 72-74:
AUTH module
May 27, 2020, at 02:47 AM
by - May 27, 2020, at 02:16 AM
by - May 27, 2020, at 02:03 AM
by
- Added lines 73-75:
B2B_ENTITIES module
Added lines 91-93:
PRESENCE module
May 27, 2020, at 12:35 AM
by
- Added lines 78-87:
EVENT_DATAGRAM module
EVENT_JSONRPC module
EVENT_RABBITMQ module
May 26, 2020, at 07:40 PM
by
- Added lines 23-25:
See the opensips-cli documentation for more details. Deleted lines 28-29:
See the opensips-cli documentation for more details. May 26, 2020, at 07:39 PM
by
- Changed line 15 from:
You can migrate your 3.0.x MySQL DB to the 3.1.x format by using the opensipsdbctl tool : to:
You can migrate your 3.0.x MySQL DB to the 3.1.x format using the opensips-cli tool : Changed line 17 from:
# opensipsdbctl migrate opensips_3_0 opensips_3_1 to:
# opensips-cli -x database migrate 3.0_to_3.1 opensips_3_0 opensips_3_1 Deleted line 22:
Changed lines 27-30 from:
NOTE that the migration tool is available only for MYSQL databases! NOTE that the default MySQL DB engine is now InnoDB! to:
See the opensips-cli documentation for more details. May 26, 2020, at 02:00 PM
by
- Changed line 79 from:
to:
May 26, 2020, at 01:59 PM
by
- Added lines 75-80:
DIALOG module
April 23, 2020, at 02:14 PM
by
- Added line 43:
April 23, 2020, at 01:24 PM
by
- Added lines 40-43:
April 23, 2020, at 12:22 PM
by
- Added line 39:
April 23, 2020, at 11:59 AM
by
- Changed lines 37-38 from:
The following is the full list of backwards-incompatible syntax or functional changes in the OpenSIPS configuration script (some of them are fixes): to:
The following is the full list of backwards-incompatible syntax or functional changes in the OpenSIPS configuration script:
January 16, 2020, at 05:54 PM
by
- Changed lines 89-91 from:
PROTO_WSS module
to:
TLS_MGM module
January 16, 2020, at 05:52 PM
by
- Changed line 81 from:
to:
Changed lines 87-91 from:
@] to:
@] PROTO_WSS module
January 10, 2020, at 11:38 AM
by
- Changed lines 73-74 from:
modparam("proto_tls", "tls_handshake_timeout", 200) # OLD was modparam("tls_mgm", "tls_handshake_timeout", 200) modparam("proto_tls", "tls_send_timeout", 200) # OLD was modparam("tls_mgm", "tls_send_timeout", 200) to:
# Before 3.1 was modparam("tls_mgm", "tls_handshake_timeout", 200) modparam("proto_tls", "tls_handshake_timeout", 200) # Before 3.1 was modparam("tls_mgm", "tls_send_timeout", 200) modparam("proto_tls", "tls_send_timeout", 200) Changed lines 83-84 from:
modparam("proto_wss", "wss_tls_handshake_timeout", 200) # OLD was modparam("tls_mgm", "tls_handshake_timeout", 200) modparam("proto_wss", "wss_send_timeout", 200) # OLD was modparam("tls_mgm", "tls_send_timeout", 200) to:
# Before 3.1 was modparam("tls_mgm", "tls_handshake_timeout", 200) modparam("proto_wss", "wss_tls_handshake_timeout", 200) # Before 3.1 was modparam("tls_mgm", "tls_send_timeout", 200) modparam("proto_wss", "wss_send_timeout", 200) January 10, 2020, at 11:37 AM
by
- Changed lines 69-83 from:
to:
PROTO_TLS module
modparam("proto_tls", "tls_handshake_timeout", 200) # OLD was modparam("tls_mgm", "tls_handshake_timeout", 200) modparam("proto_tls", "tls_send_timeout", 200) # OLD was modparam("tls_mgm", "tls_send_timeout", 200) PROTO_WSS module
modparam("proto_wss", "wss_tls_handshake_timeout", 200) # OLD was modparam("tls_mgm", "tls_handshake_timeout", 200) modparam("proto_wss", "wss_send_timeout", 200) # OLD was modparam("tls_mgm", "tls_send_timeout", 200) November 14, 2019, at 03:11 PM
by
- Changed line 41 from:
to:
August 20, 2019, at 07:56 PM
by
- Added lines 56-57:
August 20, 2019, at 07:46 PM
by
- Changed line 1 from:
Documentation -> Migration -> Migration from 3.1.x to 3.1.0to:
Documentation -> Migration -> Migration from 3.0.x to 3.1.0Changed lines 6-7 from:
This section is meant to provide useful help in migrating your OpenSIPS installations from the 3.1.0 version to 3.1.0. to:
This section is meant to provide useful help in migrating your OpenSIPS installations from the 3.0.0 version to 3.1.0. Changed line 15 from:
You can migrate your 3.1.x MySQL DB to the 3.1.x format by using the opensipsdbctl tool : to:
You can migrate your 3.0.x MySQL DB to the 3.1.x format by using the opensipsdbctl tool : Changed line 20 from:
to:
Added lines 46-55:
Core functions
April 16, 2019, at 09:55 PM
by
- Added lines 1-57:
Documentation -> Migration -> Migration from 3.1.x to 3.1.0This page has been visited 6171 times. (:toc-float Table of Contents:) This section is meant to provide useful help in migrating your OpenSIPS installations from the 3.1.0 version to 3.1.0. You can find the all the new additions in the 3.1.0 release compiled under this page. The ChangeLog may help your understanding of the migration / update process. Make sure you don't have any Makefile.conf files in your sources' root before starting the migration. The configuration file generated by 'menuconfig is not compatible with the one in older version! DB migrationYou can migrate your 3.1.x MySQL DB to the 3.1.x format by using the opensipsdbctl tool : # opensipsdbctl migrate opensips_3_0 opensips_3_1 where :
NOTE:
NOTE that the migration tool is available only for MYSQL databases! NOTE that the default MySQL DB engine is now InnoDB! (:toc-back Back to Table of Contents:) Script migrationThe following is the full list of backwards-incompatible syntax or functional changes in the OpenSIPS configuration script (some of them are fixes): Global Parameters
Core keywords
Core MI commands
Statistics migration
Module migration
|