Brett,

I too just installed a new server from the ACID distro, and it reported 0.257 when asked (I'm going to update tonight). The current on SVN is 0.273; here are the instructions:

Upgrading Asterisk to latest (SVN) version :

cd /usr/src
rm -rf astsrc (or move it out of the way to be safe)
wget http://x.allstarlink.org/svn-trunk.tar.gz -O- | tar xzv
mv trunk astsrc
cd astsrc
make upgrade-acid

You can also just leave the files on /usr/src/trunk/ since that was the way I always have done it in the past. I never used the update script myself.

Tony



On 11/10/2010 01:51 PM, Brett Johnson wrote:
Hi,

I recently installed apt_rpt for the first time using the ACID distro. I
have been reviewing the documentation and I see there should be a script
called astupd.sh that will update the asterisk source code. I can't seem
to find this script on the system. Am I missing something? I'm assuming it
is a good idea to update asterisk after the initial install.