Hi Erick, The instructions for the SVN installation are on the Asterisk's website: http://www.asterisk.org/download
Instruction from Asterisk's web: =============================================== SVN repository Subversion is the best way to keep on the bleeding edge of source releases. If you are wanting to help develop for the Asterisk project, you will want to use SVN to get the most up-to-date source code. Commands to check out code from our SVN repository: # cd /usr/src # svn checkout http://svn.digium.com/svn/asterisk/trunk asterisk # svn checkout http://svn.digium.com/svn/zaptel/trunk zaptel # svn checkout http://svn.digium.com/svn/libpri/trunk libpri Commands to get the current snapshot from the release branch of SVN: # svn checkout http://svn.digium.com/svn/asterisk/branches/1.2 asterisk-1.2 # svn checkout http://svn.digium.com/svn/zaptel/branches/1.2 zaptel-1.2 # svn checkout http://svn.digium.com/svn/libpri/branches/1.2 libpri-1.2 An Important Note: You can check out the source at any level of the filesystem. This includes something like svn checkout http://svn.digium.com/svn/asterisk. However, it would be a bad idea to do so, because you will end up checking out the code for every branch and tag that exists in the asterisk repository. Make sure you are careful when checking out the code! After you receive the latest code from SVN, issue the following commands as root to install Asterisk on your system: # cd zaptel # make clean; make install # cd ../libpri # make clean; make install # cd ../asterisk # make clean; make install Alternatively, if you checked out the 1.2 branch, you would use the following commands: # cd zaptel-1.2 # make clean; make install # cd ../libpri-1.2 # make clean; make install # cd ../asterisk-1.2 # make clean; make install ============================================================================ Regards Fred -----Message d'origine----- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Erick Perez Envoyé : samedi, 15. juillet 2006 16:46 À : Asterisk Users Mailing List - Non-Commercial Discussion; [EMAIL PROTECTED] Objet : Re: [asterisk-users] Asterisk 1.2.10 and Zaptel 1.2.7 released! Matt, What do you mean the 1.2 svn branch? Where are the download instructions and installation procedure? I always download tar.gz (that means the official release) but i always question what do I do to keep my installation with the latest bug fixes. Thanks, On 7/15/06, Matt Riddell (NZ) <[EMAIL PROTECTED]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Julian Varanini wrote: > > What is the best way to update from 1.2.9 to 1.2.10? > > If it was downloaded from SVN then you can just type make update in the > directory. > > If it was a .tar.gz download then you will need to reinstall. I would > recommend using the 1.2 branch of SVN as it means you don't have to wait > for the releases to get the bugfixes. > > - -- > Cheers, > > Matt Riddell > _______________________________________________ > > http://www.sineapps.com/news.php (Daily Asterisk News - html) > http://freevoip.gedameurope.com (Free Asterisk Voip Community) > http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss) > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.2 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFEuLm8S6d5vy0jeVcRAk9RAJ478UyMx8g7WLzkhAp+9VT9eZfXewCggHXo > 9bn2Ob7u9jlDsqrKLZVrv/4= > =y79J > -----END PGP SIGNATURE----- > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > -- ------------------------------------------------------------ Erick Perez Panama Sistemas Integradores de Telefonia IP y Soluciones Para Centros de Datos Panama, Republica de Panama Cel Panama. +(507) 6694-4780 ------------------------------------------------------------ _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
