Documentation

Documentation.Migration-1-10-0-to-1-11-0 History

Hide minor edits - Show changes to markup

March 12, 2015, at 12:53 PM by liviu -
Changed line 13 from:

You can migrate your 1.10.x DB to the 1.11.0 format by using the opensipsdbctl tool :

to:

You can migrate your 1.10.x MySQL DB to the 1.11.0 format by using the opensipsdbctl tool :

March 12, 2015, at 12:52 PM by liviu -
Changed line 8 from:

You can find the all the new additions in the 1.11.0 release compiled under this page. The changelog may help you understanding the migration / update process.

to:

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

March 12, 2015, at 12:51 PM by liviu -
Changed line 6 from:

This section is meant to provide useful help in migrating your OpenSIPS installations from the 1.10 version over to 1.11.

to:

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

March 12, 2015, at 12:51 PM by liviu -
Changed line 6 from:

This section is meant to provide useful help in migrating your OpenSIPS installations from the 1.10 version over to OpenSIPS 1.11.

to:

This section is meant to provide useful help in migrating your OpenSIPS installations from the 1.10 version over to 1.11.

March 12, 2015, at 12:51 PM by liviu -
Changed line 6 from:

This section is meant to provide useful help in migrating your OpenSIPS installations from the 1.10 branch to the 1.11 branch.

to:

This section is meant to provide useful help in migrating your OpenSIPS installations from the 1.10 version over to OpenSIPS 1.11.

March 12, 2015, at 12:50 PM by liviu -
Changed line 6 from:

This section is to provide useful help in migrating your OpenSIPS installations from the 1.10 branch to the 1.11 branch.

to:

This section is meant to provide useful help in migrating your OpenSIPS installations from the 1.10 branch to the 1.11 branch.

March 12, 2015, at 12:48 PM by liviu -
Changed line 8 from:

You can find the all the new additions in the 1.11.0 release compiled under this page. The changelog may help you understanding the migration / update process.

to:

You can find the all the new additions in the 1.11.0 release compiled under this page. The changelog may help you understanding the migration / update process.

March 12, 2015, at 12:48 PM by liviu -
Changed line 8 from:

You can find the all the new additions in 1.11.0 release compiled under this page. The changelog may help you understanding the migration / update process.

to:

You can find the all the new additions in the 1.11.0 release compiled under this page. The changelog may help you understanding the migration / update process.

March 06, 2015, at 02:07 PM by liviu -
Changed line 8 from:

You can find the all the new additions in 1.11.0 release compiled under this page. Over viewing it may help you understanding the migration / update process.

to:

You can find the all the new additions in 1.11.0 release compiled under this page. The changelog may help you understanding the migration / update process.

April 07, 2014, at 02:19 PM by liviu -
Changed line 43 from:
  • fr_timer_avp and fr_inv_timer_avp parameters from the TM module were removed. New T_fr_timeout and T_fr_inv_timeout exported pseudovariables have been added as a drop-in replacement.
to:
  • fr_timer_avp and fr_inv_timer_avp parameters from the TM module were removed. New $T_fr_timeout and $T_fr_inv_timeout exported pseudovariables have been added as a drop-in replacement.
March 20, 2014, at 09:16 PM by 89.120.101.121 -
Added line 44:
  • attrs_pvar parameter from the dialplan module was removed. The script writer can now pass a pseudovariable to be populated with the diaplan rule attrs when calling dp_translate()
March 20, 2014, at 09:12 PM by 89.120.101.121 -
Changed lines 43-44 from:
to:
  • fr_timer_avp and fr_inv_timer_avp parameters from the TM module were removed. New T_fr_timeout and T_fr_inv_timeout exported pseudovariables have been added as a drop-in replacement.
March 20, 2014, at 09:08 PM by 89.120.101.121 -
Changed lines 41-42 from:
  • gw_attrs_avp , rule_attrs_avp , carrier_attrs_avp parameters from the drouting module were removed. Now the script writer can provide appropriate pseudovariables ( AVPs, regular vars, etc ) when calling the do_routing()/use_next_gw() functions. All parameters are optional. Any of them may be ignored,provided the necessary separation marks "," are properly placed.
to:
  • gw_attrs_avp , rule_attrs_avp , carrier_attrs_avp parameters from the drouting module were removed. Now the script writer can provide pseudovariables ( AVPs, regular vars, etc ) when calling the do_routing()/use_next_gw() functions, where the appropriate attrs will get populated. All parameters are optional. Any of them may be ignored,provided the necessary separation marks "," are properly placed.
  • set_rtp_proxy_set() function and rtpp_sock_pvar parameter from rtpproxy module were removed. The script writer can now pass all the info ( the RTPProxy set to be used as well as a PVAR to store the actual RTPProxy used for the call ) directly when calling the rtpproxy_offer() / rtpproxy_answer() etc type functions
March 20, 2014, at 09:00 PM by 89.120.101.121 -
Changed lines 40-42 from:
  • timeout_avp parameter from the dialog module was removed. Functionality was kept via the new $DLG_timeout variable, which is R/W, and can be set an any time ( before matching the dialog or after )
to:
  • timeout_avp parameter from the dialog module was removed. Functionality was kept via the new $DLG_timeout variable, which is R/W, and can be set an any time ( before matching the dialog or at any time after )
  • gw_attrs_avp , rule_attrs_avp , carrier_attrs_avp parameters from the drouting module were removed. Now the script writer can provide appropriate pseudovariables ( AVPs, regular vars, etc ) when calling the do_routing()/use_next_gw() functions. All parameters are optional. Any of them may be ignored,provided the necessary separation marks "," are properly placed.
March 20, 2014, at 08:57 PM by 89.120.101.121 -
Changed lines 40-41 from:
  • SCA support for the presence_callinfo module is not by default activated. If you want to disable it, you have to set the on 1.
  • The auth_username_avp, auth_realm_avp and auth_password_avp parameters have been moved from the uac module to uac_auth. See this FAQ for more information.
to:
  • timeout_avp parameter from the dialog module was removed. Functionality was kept via the new $DLG_timeout variable, which is R/W, and can be set an any time ( before matching the dialog or after )
March 20, 2014, at 02:56 PM by 89.120.101.121 -
Added lines 1-41:
Documentation -> Migration -> Migration from 1.10.x to 1.11.0

This page has been visited 5732 times. (:toc-float Table of Content:)


This section is to provide useful help in migrating your OpenSIPS installations from the 1.10 branch to the 1.11 branch.

You can find the all the new additions in 1.11.0 release compiled under this page. Over viewing it may help you understanding the migration / update process.


DB migration

You can migrate your 1.10.x DB to the 1.11.0 format by using the opensipsdbctl tool :

   # opensipsdbctl migrate opensips_1_10 opensips_1_11
   or
   # osipsconsole 
   > migrate opensips_1_10 opensips_1_11
   > quit
   # 

where :

  • opensips_1_10 is the existing DB name corresponding to version 1.10.x format
  • opensips_1_11 is the DB name to be created for 1.11 format

NOTE:

  • the old database will not be deleted, altered or changed - it will not be touched at all
  • new database will be created and data from old DB will be imported into it

NOTE that the migration tool is available only for MYSQL databases!

(:toc-back Back to Table of Contents:)


Script migration

  • SCA support for the presence_callinfo module is not by default activated. If you want to disable it, you have to set the on 1.
  • The auth_username_avp, auth_realm_avp and auth_password_avp parameters have been moved from the uac module to uac_auth. See this FAQ for more information.

Page last modified on March 12, 2015, at 12:53 PM