Uninstalling

From SIPfoundry sipXecs IP PBX, The Open Source SIP PBX for Linux - Calivia

Jump to: navigation, search

Contents

Image:Ver3.4.png or older system

sipx-uninstall

Image:Ver3.6.png and newer systems

Although there are more steps than in previous versions to uninstall sipXpbx, it's important to involve the admin and to use standard packaging uninstalling commands

Remove sipXpbx

Image:Fedora-logo.png on Fedora

yum remove sipx*

Image:Redhat.jpegImage:Centos-little.png on RHEL/Centos 4

rpm -qa | egrep '(sipx|ecspingtel)' | xargs rpm -e

Drop database

Only if you want to reset all data!!

dropdb -U postgres SIPXCONFIG
dropdb -U postgres SIPXCDR
Personal tools