Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save csegura2011/57024bda49c0d254bcc105d38019d3ea to your computer and use it in GitHub Desktop.
Save csegura2011/57024bda49c0d254bcc105d38019d3ea to your computer and use it in GitHub Desktop.
Compile Asterisk 13 (The happy & simple way)
cd /usr/src/asterisk-x.x.x
./configure
make all
make install
make samples
make config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment