Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
kb:asterisk:installation [2016/09/08 10:20] – [Install] yehudakb: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
 </code> </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>
kb/asterisk/installation.1473330054.txt.gz · Last modified: (external edit)
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0