[Asterisk-Users] Updating Asterisk
timebandit001 at gmail.com
timebandit001 at gmail.com
Tue Jan 25 06:58:46 MST 2005
> Just tried it. "Show version" still shows:
>
> Connected to Asterisk CVS-v1-0-12/21/04-14:14:46
Well, only thing I can see is that your CVS download didn't went
right, or you downloaded it into a different place, because you're not
even at 1.0.4
Follow these simple steps to update you tree :
# cd /usr/src
# export CVSROOT=:pserver:anoncvs at cvs.digium.com:/usr/cvsroot
# cvs login - the password is anoncvs.
# cvs checkout -r v1-0-5 asterisk
# cd asterisk
# make clean; make
then, stop asterisk
# make install
then start asterisk
HTH
More information about the asterisk-users
mailing list