To install Kamailio (recommended) from source, along with supporting packages:

Single Kamailio machine

  • enswitch install kamailio

Pair of Kamailio machines using heartbeat

  • enswitch install kamailio-ha

Pair of Kamailio machines using corosync and pacemaker

  • enswitch install kamailio-cp

To install OpenSIPS (for use in existing clusters) from source, along with supporting packages:

Single OpenSIPS machine

  • enswitch install opensips

Pair of OpenSIPS machines using heartbeat

  • enswitch install opensips-ha

Pair of OpenSIPS machines using corosync and pacemaker

  • enswitch install opensips-cp

Remove ruid field and ruid_idx index

  • enswitch sql "DROP INDEX ruid_idx ON location"
  • enswitch sql "ALTER TABLE location DROP COLUMN ruid"