How do I go about updating just the Echolink section. I know I can download and re-compile everything, but I would rather not. It overwrites all of my custom audio files everytime I do that.

This is what I currently do to update my system:
cd /usr/src
rm -rf astsrc
wget http://allstarlink.org/svn-trunk.tar.gz -O- | tar xzv
mv trunk astsrc
cd astsrc
make upgrade-acid

cd /tmp/
wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-addons-1.4.13.tar.gz
tar -xf asterisk-addons-1.4.13.tar.gz
cd asterisk-addons-1.4.13
make clean
./config
make install
service asterisk restart

--
KI6PSP (Ed)