Skip to content

Migration from 1.9.x to 1.10.0

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

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


You can migrate your 1.9.x DB to the 1.10.0 format by using the opensipsdbctl tool :

Terminal window
$ opensipsdbctl migrate opensips_1_9 opensips_1_10
# or
$ osipsconsole
> migrate opensips_1_9 opensips_1_10
> quit
$

where :

  • opensips_1_9 is the existing DB name corresponding to version 1.9.x format
  • opensips_1_8 is the DB name to be created for 1.10 format

  • SCA support for the presence_callinfo module is not by default activated. If you want to disable it, you have to set the disable_dialog_support_for_sca 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.