Uninstalling
From SIPfoundry sipXecs IP PBX, The Open Source SIP PBX for Linux - Calivia
Contents |
or older system
sipx-uninstall
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
yum remove sipx*
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
