Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Upgrading the operating system requires following the procedures outlines by the operating system provider. sipXecs is compiled against a specific version of the operating system. Therefore, as part of an OS upgrade sipXecs needs to be upgraded to the version compiled for that new version of the OS.

Uninstalling sipXecs

The following procedure will get sipXecs uninstalled on CentOS or Fedora operating systems:

Panel

service sipxpbx stop
service postgresql stop
yum remove sipxportlib
rm -rf /var/sipxdata
rm -rf /var/log/sipxpbx
rm -rf /etc/sipxpbx
rm -rf /var/lib/pgsql/data/*

To re-install sipXecs do this:

Panel

yum install sipxecs
cd directory where you generated the certificate
/usr/bin/ssl-cert/install-cert.sh
service sipxpbx start