Stop Asterisk and unload its modules
The first thing you have to do is to stop Asterisk and unload the modules it may be using, e.g Zaptel's.
The following lines will brutally terminate Asterisk and kill all ongoing conversation. You have to kill safe_asterisk first, otherwise it will respawn Asterisk.
Then you'll have to unload the Zaptel drivers; check which ones are loaded by issuing a:
This means that the submodules wcfxo and wctdm are loaded for zaptel. We'll have to remove them in reverse order:
If you repeat the lsmod | grep zaptel command now, it should find nothing.
Delete Asterisk files
By running the commands below, you will delete with no possible recovery an Asterisk system. First make a backup of things you'd like to keep, lik ethe log files or the configuration files.
Remember: once you run these commands, there's no turning back!
No comments:
Post a Comment