Next revision | Previous revision |
kb:asterisk:installation [2016/09/08 10:18] – created yehuda | kb:asterisk:installation [2022/01/03 16:03] (current) – external edit 127.0.0.1 |
---|
====== Install ====== | ====== Install ====== |
| ===== Requierments ===== |
| <code bash> |
| 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 libcurl4-gnutls-dev |
| </code> |
===== Download Locations ===== | ===== Download Locations ===== |
| |
^ Project ^ Location ^ | ^ Project ^ Location ^ |
| Asterisk | http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-11-current.tar.gz | | | Asterisk | http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-13-current.tar.gz | |
| libpri | http://downloads.asterisk.org/pub/telephony/libpri/libpri-1.4-current.tar.gz | | | libpri | http://downloads.asterisk.org/pub/telephony/libpri/libpri-current.tar.gz | |
| dahdi-linux | http://downloads.asterisk.org/pub/telephony/dahdi-linux/dahdi-linux-current.tar.gz | | | dahdi-linux | http://downloads.asterisk.org/pub/telephony/dahdi-linux/dahdi-linux-current.tar.gz | |
| dahdi-tools | http://downloads.asterisk.org/pub/telephony/dahdi-tools/dahdi-tools-current.tar.gz | | | dahdi-tools | http://downloads.asterisk.org/pub/telephony/dahdi-tools/dahdi-tools-current.tar.gz | |
| dahdi-complete | http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete/dahdi-linux-complete-current.tar.gz | | | dahdi-complete | http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete/dahdi-linux-complete-current.tar.gz | |
| | pjproject | http://www.pjsip.org/release/2.5.5/pjproject-2.5.5.tar.bz2 | |
| |
| <code bash> |
| cd /usr/local/src |
| wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-13-current.tar.gz |
| wget http://downloads.asterisk.org/pub/telephony/libpri/libpri-current.tar.gz |
| wget http://downloads.asterisk.org/pub/telephony/dahdi-linux/dahdi-linux-current.tar.gz |
| wget http://downloads.asterisk.org/pub/telephony/dahdi-tools/dahdi-tools-current.tar.gz |
| wget http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete/dahdi-linux-complete-current.tar.gz |
| wget http://www.pjsip.org/release/2.5.5/pjproject-2.5.5.tar.bz2 |
| </code> |