Created
March 9, 2021 19:15
-
-
Save LinuxlinkedBD/84b128e167e3d42d33b62aa86a3a5ae5 to your computer and use it in GitHub Desktop.
Asterisk installation on ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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