Skip to content

Instantly share code, notes, and snippets.

@deeja
Last active March 8, 2025 03:06
Show Gist options
  • Save deeja/6577120099b631acd5cbe4eb0ed441ac to your computer and use it in GitHub Desktop.
Save deeja/6577120099b631acd5cbe4eb0ed441ac to your computer and use it in GitHub Desktop.
Raspberry PI 2W - Asterisk and FreePBX installation
### 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