Hey All, I use cvsup to update my Asterisk servers. I have the following in the sup file... *default host=cvs.digium.com *default base=/usr/src *default release=cvs tag=v1-0 *default delete use-rel-suffix asterisk ;libpri ;zaptel asterisk-addons asterisk-sounds After it downloads the files, I do a make clean make make install When I connect to the console on one machine I get... Connected to Asterisk CVS-v1-0-10/15/04-14:48:10 currently running on bell ( When I connect on the other I get Connected to Asterisk currently running on bell Any ideas why I don't get the correct versions? ~chris
On Wed, 1 Dec 2004 18:44:43 -0500, Christopher Jacob <chris@jacob-solutions.com> wrote:> > After it downloads the files, I do a > > make clean > make > make install > > When I connect to the console on one machine I get... > > Connected to Asterisk CVS-v1-0-10/15/04-14:48:10 currently running on bell ( >Try doing a make update then a make install from the asterisk src directory that will update the .version files Jason