Skip to content

Instantly share code, notes, and snippets.

@LinuxlinkedBD
Created March 9, 2021 19:15
Show Gist options
  • Save LinuxlinkedBD/84b128e167e3d42d33b62aa86a3a5ae5 to your computer and use it in GitHub Desktop.
Save LinuxlinkedBD/84b128e167e3d42d33b62aa86a3a5ae5 to your computer and use it in GitHub Desktop.
Asterisk installation on ubuntu
If you need complete Asterisk installation, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/ewAarGrf3sU
########################################################################################################################################
sudo apt update
sudo apt-get upgrade -y
apt-get clean all
apt-get update
apt-get upgrade
sudo addgroup --quiet --system asterisk
sudo adduser --quiet --system --ingroup asterisk --no-create-home --disabled-password asterisk
sudo systemctl enable asterisk
sudo systemctl start asterisk
sudo systemctl status asterisk
sudo systemctl restart asterisk
sudo systemctl status asterisk
sudo ufw status
sudo ufw allow 5060/udp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment