> 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:[EMAIL PROTECTED]:/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
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to