Documentation |
Documentation.Migration-1-5-to-1-6 HistoryHide minor edits - Show changes to markup May 16, 2013, at 07:25 PM
by
- Changed line 1 from:
to:
Documentation -> Migration -> Migration from 1.5.x to 1.6.xMay 09, 2013, at 01:58 PM
by
- Changed line 1 from:
Resources -> Documentation -> Upgrading from 1.5.x to 1.6.xto:
Changed line 8 from:
You can find the all the new additions in 1.6.x release compiled under this page. Reading it may help you understand the migration / update process. to:
You can find the all the new additions in 1.6.x release compiled under this page. Reading it may help you understand the migration / update process. April 24, 2013, at 03:02 PM
by
- Added lines 1-94:
Resources -> Documentation -> Upgrading from 1.5.x to 1.6.xThis page has been visited 5724 times. (:toc-float Table of Content:) This section is to provide useful help in migrating your OpenSIPS installations from any release from 1.5 branch to any release from 1.6 branch. You can find the all the new additions in 1.6.x release compiled under this page. Reading it may help you understand the migration / update process. DB migrationOne table was remove, one table had its schema changed and new tables were added (corresponding to the newly added modules). The biggest change was done in the PERMISSIONS module, where the trusted and address tables were merged into the address table. You can migrate your 1.5.x DB to the 1.5.x format by using the opensipdbctl(deprecated) or osipsconsole tools: # opensipsdbctl migrate opensips_1_5 opensips_1_6 or # osipsconsole > db migrate opensips_1_5 opensips_1_6 > quit # where :
NOTE:
Take care and edit (if necessary) the opensipsctlrc / '''osipsconsolerc" files if you want to customize the DB users used for accessing the new DB. NOTE that the migration tool is available only for MYSQL databases! (:toc-back Back to Table of Contents:) Script migrationOpenSIPS core
RADIUS modulesA generic AAA interface was build in 1.6 ( very similar to the DB interface). Therefore some changes must be made in the script in the parts referring to modules that use RADIUS. First you must load the aaa_radius module which contains the radius implementation for the AAA interface. Second, you must change the name of the module according to the list:
ALIAS_DB module
DISPATCHER module
ds_is_from_list() == ds_is_in_list("$si","$sp") GROUP module
PERMISSIONS module
REGISTRAR module
TM module
URI module
|