Uninstalling

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

Jump to: navigation, search

Contents

[edit] Image:Ver3.4.png or older system

sipx-uninstall

[edit] 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

[edit] 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

[edit] Drop database

Only if you want to reset all data!!

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