THIS PAGE IS A WORK IN PROGRESS. IT MAY NOT BE COMPLETE, AND MAY CONTAIN ERRORS.

  • delete from active;
  • delete from location;
  • If moving from OpenSER to OpenSIPS, delete from versions then copy from install/mk_db.sql.
  • If using Enswitch 2.11 or earlier and moving to multiple Asterisks, add "check_active_calls = 1" to common.conf.
  • If using Enswitch 2.11 or earlier run these SQL commands:
    alter table sippeers add column ipaddr varchar(31) not null default '' after host;
    alter table sippeers add column port integer not null default 5060 after ipaddr;
  • Disable /etc/crontab entries on old database server.
  • Disable any registrations in sip.conf on old Asterisk machines.
  • Update System » Domains.
  • Update System » Machines.
  • Restart enswitch_routed on each Asterisk machine.