Skip to content

Instantly share code, notes, and snippets.

@ffronok
Created August 7, 2018 07:37
Show Gist options
  • Select an option

  • Save ffronok/46a0c669ef3fa1790bf7a77f004b4188 to your computer and use it in GitHub Desktop.

Select an option

Save ffronok/46a0c669ef3fa1790bf7a77f004b4188 to your computer and use it in GitHub Desktop.
Remove-Uninstall Asterisk
killall -9 safe_asterisk
killall -9 asterisk
rm -rf /etc/asterisk
rm -rf /var/log/asterisk
rm -rf /var/lib/asterisk
rm -rf /var/spool/asterisk
rm -rf /usr/lib/asterisk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment