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