compile asterisk 13

 

 

Certified Asterisk 13  

LTS

2 - 4 times per year

Certified Asterisk releases have undergone additional testing and are made less frequently

 


pjproject

cd /usr/src/

git clone https://github.com/asterisk/pjproject.git

cd pjproject

./configure --enable-shared --disable-sound --disable-resample --disable-video --disable-opencore-amr

make dep && make && make install

 


asterisk 13

wget http://downloads.asterisk.org/pub/telephony/certified-asterisk/certified...

tar -zxf certified-asterisk-13.1-current.tar.gz

cd certified-asterisk-13.1-cert2/

./configure

#If you want mp3 support

contrib/scripts/get_mp3_source.sh

make menuselect

make


sounds

 

由於可能之後要再 compile asterisk, 所以 sounds 另外 download 會方便一點

core & extra

cd /var/lib/asterisk/sounds

mkdir en

wget http://downloads.asterisk.org/pub/telephony/sounds/asterisk-core-sounds-...
wget http://downloads.asterisk.org/pub/telephony/sounds/asterisk-extra-sounds...

tar -zxf asterisk-extra-sounds-en-wav-current.tar.gz -C en

tar -zxf asterisk-extra-sounds-en-wav-current.tar.gz -C en

moh

cd /var/lib/asterisk/moh

wget http://downloads.asterisk.org/pub/telephony/sounds/asterisk-moh-opsound-...

tar asterisk-moh-opsound-wav-current.tar.gz

 


Doc

https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Documentation

 

 

 

Creative Commons license icon Creative Commons license icon