Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
kb:asterisk:installation [2016/09/08 10:20] – [Install] yehuda | kb:asterisk:installation [2022/01/03 16:03] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
<code bash> | <code bash> | ||
sudo apt-get install build-essential | sudo apt-get install build-essential | ||
- | sudo apt-get install openssl libxml2-dev libncurses5-dev uuid-dev sqlite3 libsqlite3-dev pkg-config libjansson-dev | + | sudo apt-get install openssl libxml2-dev libncurses5-dev uuid-dev sqlite3 libsqlite3-dev pkg-config libjansson-dev |
+ | sudo apt-get install libcurl4-gnutls-dev | ||
</ | </ | ||
===== Download Locations ===== | ===== Download Locations ===== | ||
^ Project ^ Location ^ | ^ Project ^ Location ^ | ||
- | | Asterisk | http:// | + | | Asterisk | http:// |
- | | libpri | http:// | + | | libpri | http:// |
- | | dahdi-linux | http:// | + | | dahdi-linux | http:// |
- | | dahdi-tools | http:// | + | | dahdi-tools | http:// |
- | | dahdi-complete | http:// | + | | dahdi-complete | http:// |
+ | | pjproject | ||
- | + | <code bash> | |
+ | cd / | ||
+ | wget http:// | ||
+ | wget http:// | ||
+ | wget http:// | ||
+ | wget http:// | ||
+ | wget http:// | ||
+ | wget http:// | ||
+ | </ |