Hi, I've updated my Asterisk 3 times with : cvs checkout -r v1-0 zaptel asterisk asterisk-addons and then do cd asterisk make clean && make && make install make samples make progdocs and then when I run Asterisk I get : Asterisk CVS-v1-0-02/11/05-01:46:25, Copyright (C) 1999-2004 Digium. Is this a bug in CVS handling or am I doing something wrong ? How to check which version of CVS I have from commandline ? Regards, Rob.
----- Original Message ----- From: "Adnan Ahmed" <adnan.ahmed@emergen.biz> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Sent: Friday, March 04, 2005 1:28 AM Subject: Re: [Asterisk-Users] Wrong CVS version ?> you are compiling in wrong sequence first zaptel then asterisk and after > that asterisk-addons . > hope this helps >??? How this influence on cvs version of asterisk binary ??? Regards, Rob.> _______________________________________________ > 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
On Thu, 2005-03-03 at 12:22 +0100, Robert Rozman wrote:> Hi, > > I've updated my Asterisk 3 times with : > > cvs checkout -r v1-0 zaptel asterisk asterisk-addons > > and then do > > cd asteriskrm -f .version> make clean && make && make install-- -- Adam Goryachev Website Managers Ph: +61 2 9345 4395 adam@websitemanagers.com.au Fax: +61 2 9345 4396 www.websitemanagers.com.au
Robert Rozman wrote:> Hi, > > I've updated my Asterisk 3 times with : > > cvs checkout -r v1-0 zaptel asterisk asterisk-addons > > and then do > > cd asterisk > make clean && make && make install > make samples > make progdocs > > and then when I run Asterisk I get : > > > Asterisk CVS-v1-0-02/11/05-01:46:25, Copyright (C) 1999-2004 Digium. > > Is this a bug in CVS handling or am I doing something wrong ? How to check > which version of CVS I have from commandline ?If you're updating use "cvs update -r v1-0 zaptel asterisk asterisk-addons" The version printed comes from the .verison file in Asterisk. Remove it and rebuiild.
you are compiling in wrong sequence first zaptel then asterisk and after that asterisk-addons . hope this helps
Robert Rozman wrote:>I've updated my Asterisk 3 times with : > >cvs checkout -r v1-0 zaptel asterisk asterisk-addons > >and then do > >cd asterisk >make clean && make && make install >make samples >make progdocs > >Try this cd zaptel make update; make; make install cd ../asterisk make update; make; make install You should be right on track... also on complection I'd suggest stopping asterisk, restarting zaptel, then booting asterisk back up to make sure all the new changes kick in.