Last active
March 8, 2025 03:06
-
-
Save deeja/6577120099b631acd5cbe4eb0ed441ac to your computer and use it in GitHub Desktop.
Raspberry PI 2W - Asterisk and FreePBX installation
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
### Installing Asterisk | |
wget https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-22-current.tar.gz | |
tar -xvzf asterisk-22-current.tar.gz | |
cd asterisk-22-current | |
sudo apt update && sudo apt upgrade && sudo apt install -y libxml2-dev libjansson-dev uuid-dev libedit-dev libsqlite3-dev | |
./configure | |
make menuselect # Configure installation | |
make | |
# WAIT A VERY LONG TIME | |
make install | |
# Wait about 5 minutes | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment