Skip to content

Commit

Permalink
change asterisk archive name
Browse files Browse the repository at this point in the history
  • Loading branch information
cleardevice committed Mar 3, 2016
1 parent 34f87a9 commit 520e9ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ cd /tmp/pjproject-trunk
./configure --libdir=/usr/lib/x86_64-linux-gnu --prefix=/usr --enable-shared --disable-sound --disable-resample --disable-video --disable-opencore-amr CFLAGS='-O2 -DNDEBUG'
make dep && make && make install && ldconfig && ldconfig -p | grep pj

# certified-asterisk-13.1-current
# asterisk-certified-13.1-current.tar.gz
cd /tmp
wget http://downloads.asterisk.org/pub/telephony/certified-asterisk/certified-asterisk-13.1-current.tar.gz
wget http://downloads.asterisk.org/pub/telephony/certified-asterisk/asterisk-certified-13.1-current.tar.gz
mkdir asterisk
tar -xzvf certified-asterisk-13.1-current.tar.gz -C asterisk/ --strip-components=1
tar -xzvf asterisk-certified-13.1-current.tar.gz -C asterisk/ --strip-components=1

cd /tmp/asterisk
sh contrib/scripts/get_mp3_source.sh
Expand Down

0 comments on commit 520e9ff

Please sign in to comment.