Documentation

Documentation.Migration-1-6-3-to-1-6-4 History

Hide minor edits - Show changes to output

May 16, 2013, at 07:24 PM by 109.99.235.212 -
Changed line 1 from:
!! [[Documentation.Index | Documentation]] -> [[Documentation.Migration-1-6-3-to-1-6-4 | Migration from 1.6.3 to 1.6.4]]
to:
!!!!!Documentation -> [[Documentation.Migration|Migration]] -> Migration from 1.6.3 to 1.6.4
May 09, 2013, at 02:09 PM by 79.118.227.150 -
Changed line 8 from:
You can find the all the new additions in 1.6.4 release compiled [[Main.Ver164 | 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.4 release compiled [[About.Version-1-6-4 | under this page]]. Reading it may help you understand the migration / update process.
May 09, 2013, at 02:02 PM by 79.118.227.150 -
Changed line 1 from:
!! Resources -> [[Resources.Documentation | Documentation]] -> [[Resources.DocsMigration | Version Migration]] -> Upgrading from 1.6.3 to 1.6.4
to:
!! [[Documentation.Index | Documentation]] -> [[Documentation.Migration-1-6-3-to-1-6-4 | Migration from 1.6.3 to 1.6.4]]
April 24, 2013, at 03:05 PM by 109.99.235.212 -
Added lines 1-29:
!! Resources -> [[Resources.Documentation | Documentation]] -> [[Resources.DocsMigration | Version Migration]] -> Upgrading from 1.6.3 to 1.6.4
This page has been visited {$PageCount} times.
(:toc-float Table of Content:)
----

This section is to provide useful help in migrating your OpenSIPS installations from 1.6.3 release to 1.6.4 release (both on 1.6 branch).

You can find the all the new additions in 1.6.4 release compiled [[Main.Ver164 | under this page]]. Reading it may help you understand the migration / update process.

----
!!! DB migration

The tables of several modules were extended with new fields (and the version of the tables were accordingly increased).

To migrate from any 1.6.x DB structure to 1.6.4, if using MySQL, you can use the DB update shell script provided by the OpenSIPS tarball under '''scripts/mysql_update_1_6_4.sh''' - you can also fetch it from SVN - http://opensips.svn.sourceforge.net/viewvc/opensips/branches/1.6/scripts/mysql_update_1_6_4.sh?view=log



----
!!! Script migration


!!!! NATHELPER module

The '''force_rtp_proxy()''' function was removed and needs to be replaced with '''rtpproxy_offer()''' / '''rtpproxy_answer()'''. The new functions take the same parameters as the old one.

Replace '''force_rtp_proxy()''' with '''rtpproxy_offer()''' when dealing with the first SDP in session (like dealing with the INVITE request) and replace '''force_rtp_proxy()''' with '''rtpproxy_answer()''' when handling the second SDP in session (200 OK INVITE reply).

----

Page last modified on May 16, 2013, at 07:24 PM