Dahdi 2.4.0 install error (connection timed out). Any way to bypass digium servers?

Hello,

I install AsterCC distribution (0.14-beta-rc1), and when i try to install dahdi 2.4.0 i got allways downloads.digium.com connection error (failed: Connection timed out).

My kernel is 2.6.18-194, zaptel drivers 1.4.11, FreePBX 2.8.0.2 (after several updates via web interface). I’m begining to install OpenVox A400P with 4 FXO ports on our server.

I have internet connection, but it seams that digium servers are down for several hours (I’m at retry 18). How can i bypass this downloads or find mirrors?

The steps i take were:

cd /usr/src
wget http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete/releases/dahdi-linux-complete-2.4.0+2.4.0.tar.gz

tar zxvf dahdi-linux-complete-2.4.0+2.4.0.tar.gz
cd dahdi-linux-complete-2.4.0+2.4.0
make

and I hope to do soon:
make install

during make i got:
–2010-09-13 12:43:28-- (try:19) http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fwload-vpmadt032-1.25.0.tar.gz
Connecting to downloads.digium.com|32.1.4.112|:80… failed: Connection timed out.
Retrying.

(etc)

Thanks for any advice,

Pedro

If you don’t set DAHDI to download the firmware it won’t need to contact the server.

You can select this with make menuselect before you do the make all

Thanks Leap Frog for the help. I manage to download the firmware. Never the less, in the /usr/src/dahdi-linux-complete-2.4.0+2.4.0/MakeFile the make options avaliable are:
make all or install
make clean
make distclean or dist-clean
make config
make update

Pedro Polónia