[Asterisk-doc] docs/volume-one vm1chp3-compiling.xml,1.9,1.10

Greg Varga gvarga at bvcompuworks.com
Thu Oct 7 07:24:48 CDT 2004


Jim,

It appears that this update has made the docbook uncompilable.  Can you please 
look into it and fix any errors?

Thanks,
   --Greg

jimvanm wrote:
> Comments:
> Update of /cvsroot/asterisk/docs/volume-one
> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22225/volume-one
> 
> Modified Files:
> 	vm1chp3-compiling.xml 
> Log Message:
> More FTP stuff
> Index: vm1chp3-compiling.xml
> ===================================================================
> RCS file: /cvsroot/asterisk/docs/volume-one/vm1chp3-compiling.xml,v
> retrieving revision 1.9
> retrieving revision 1.10
> diff -C2 -d -r1.9 -r1.10
> *** vm1chp3-compiling.xml	7 Oct 2004 04:43:14 -0000	1.9
> --- vm1chp3-compiling.xml	7 Oct 2004 06:12:04 -0000	1.10
> ***************
> *** 7,13 ****
>   >Downloading Asterisk</title
>   ><para
> ! >Until very recently, the preferred method of obtaining Asterisk was through CVS. Now that version 1.0 has been released, the most sensible way to obtain Asterisk is through Digium's FTP servers.</para
>   ><para
> ! >The fist thing to do is to log in:<programlisting
>   >
>   <prompt
> --- 7,13 ----
>   >Downloading Asterisk</title
>   ><para
> ! >Until very recently, the preferred method of obtaining Asterisk was through CVS. Now that version 1.0 has been released, the most sensible way for a beginner to obtain Asterisk is through Digium's FTP servers.</para
>   ><para
> ! >The first thing to do is to log in:<programlisting
>   >
>   <prompt
> ***************
> *** 49,58 ****
>   >We are now ready to obtain the packages we want.</para
>   ><para
> ! >get /asterisk/asterisk-1.0.1.tar.gz
> ! get /asterisk/asterisk-addons-1.0.1.tar.gz
> ! get /asterisk/asterisk-sounds-1.0.1.tar.gz
> ! get /zaptel/zapata-1.0.1.tar.gz
> ! get /zaptel/zaptel-1.0.1.tar.gz
> ! </para
>   ></sect1
>   ><sect1
> --- 49,59 ----
>   >We are now ready to obtain the packages we want.</para
>   ><para
> ! ></para
> ! ><para
> ! ></para
> ! ><para
> ! ></para
> ! ><para
> ! ></para
>   ></sect1
>   ><sect1
> ***************
> *** 65,96 ****
>   >Obtain</title
>   ><para
> ! >To obtain the Zaptel drivers for use with Digium hardware, you will need to checkout the zaptel-1.0.1 drivers from the Digium CVS server.</para
>   ><example
> - ><title
> - >Checkout Zaptel Drivers from CVS</title
>   ><programlisting
>   >
> ! 	<command
> ! >cd /usr/src/</command
> ! >
> ! 	<command
> ! >export CVSROOT=:pserver:anoncvs at cvs.digium.com:/usr/cvsroot</command
> ! >
> ! 	<command
> ! >cvs login</command
> ! >
> ! 	<emphasis
> ! >password is anoncvs</emphasis
> ! >
> ! 	<command
> ! >cvs checkout zaptel</command
> ! >
> ! 	</programlisting
>   ></example
>   ><para
> ! >You will be connected to the CVS server where it will download all the files necessary to compile the Zaptel drivers. These files will be stored in the <filename
> ! class="directory"
> ! >/usr/src/zaptel/</filename
> ! > directory.</para
>   ></sect2
>   ><sect2
> --- 66,100 ----
>   >Obtain</title
>   ><para
> ! >To obtain the Zaptel drivers for use with Digium hardware, you will need the follwing files the Digium FTP server (notice that you need zap<emphasis
> ! >ata</emphasis
> ! > as well as zap<emphasis
> ! >tel</emphasis
> ! >.</para
>   ><example
>   ><programlisting
> + ># <command
> + >get /zaptel/zapata-1.0.1.tar.gz
> + </command
>   >
> ! # <command
> ! >get /zaptel/zaptel-1.0.1.tar.gz</command
> ! ></programlisting
>   ></example
>   ><para
> ! ></para
> ! ></sect2
> ! ><sect2
> ! ><title
> ! >Extract</title
> ! ><programlisting
> ! ># <command
> ! >tar -xzvf zapata-1.0.1.tar.gz
> ! </command
> ! >
> ! # <command
> ! >tar -xzvf zaptel-1.0.1.tar.gz</command
> ! ></programlisting
> ! ><para
> ! ></para
>   ></sect2
>   ><sect2
> ***************
> *** 482,534 ****
>   >Obtain</title
>   ><para
> ! >In order to obtain Asterisk, you must check it out from the Digium CVS server. Currently there are two flavours of Asterisk which you can obtain: Release Candidate 2 (RC2) and HEAD (the development branch). The HEAD branch is the most recent version which contains all the newest patches implemented into the source. Although uncommon, like all development branches, it is possible to get a broken version of Asterisk from the CVS server. Your safest bet is to use the RC2 version which can be considered the stable version.</para
> ! ><sect3
> ! ><title
> ! >Obtaining the RC2 Branch</title
> ! ><informalexample
> ! ><programlisting
> ! >
> ! 	<command
> ! >cd /usr/src/</command
> ! >
> ! 	<command
> ! >export CVSROOT=:pserver:anoncvs at cvs.digium.com:/usr/cvsroot</command
> ! >
> ! 	<command
> ! >cvs login</command
> ! >
> ! 	<emphasis
> ! >password is anoncvs</emphasis
> ! >
> ! 	<command
> ! >cvs checkout -r v1_0_rc_2 asterisk</command
> ! >
> !       	</programlisting
> ! ></informalexample
> ! ></sect3
> ! ><sect3
> ! ><title
> ! >Obtaining the HEAD Branch</title
> ! ><informalexample
>   ><programlisting
>   >
> ! 		<command
> ! >cd /usr/src/</command
> ! >
> ! 		<command
> ! >export CVSROOT=:pserver:anoncvs at cvs.digium.com:/usr/cvsroot</command
> ! >
> ! 		<command
> ! >cvs login</command
> ! >
> ! 		<emphasis
> ! >password is anoncvs</emphasis
> ! >
> ! 		<command
> ! >cvs checkout asterisk</command
> ! >
> ! 		</programlisting
> ! ></informalexample
> ! ></sect3
>   ></sect2
>   ><sect2
> --- 486,532 ----
>   >Obtain</title
>   ><para
> ! >Now that Asterisk has been released as version 1.0, we no longer need to use development versions from CVS. The best way to obtain Asterisk 1.0 is therefore from Digium's FTP servers.</para
>   ><programlisting
>   >
> ! <prompt
> ! >#</prompt
> ! ><command
> ! > cd /usr/src
> ! </command
> ! ><prompt
> ! >#</prompt
> ! ><command
> ! > ftp ftp.asterisk.org
> ! </command
> ! ><prompt
> ! >Connected to asterisk.org (69.16.138.164).
> ! 220---------- Welcome to Pure-FTPd [TLS] ----------
> ! 220-You are user number 3 of 30 allowed. 
> ! 220-Local time is now 23:13. Server port: 21. 
> ! 220-Only anonymous FTP is allowed here 
> ! 220 You will be disconnected after 2 minutes of inactivity. 
> ! Name (asterisk.org:root): </prompt
> ! ><command
> ! >anonymous
> ! </command
> ! ><prompt
> ! >230 Anonymous user logged in 
> ! Remote system type is UNIX. 
> ! Using binary mode to transfer files. 
> ! ftp&gt; </prompt
> ! ><command
> ! >cd /pub/telephony
> ! </command
> ! ><prompt
> ! >250 OK. Current directory is /pub/telephony
> ! ftp&gt; </prompt
> ! ><command
> ! >get /asterisk/asterisk-1.0.1.tar.gz 
> ! </command
> ! ><prompt
> ! >ftp&gt; </prompt
> ! ><command
> ! >get /asterisk/asterisk-sounds-1.0.1.tar.gz </command
> ! ></programlisting
>   ></sect2
>   ><sect2
> _______________________________________________
> Asterisk-Doc mailing list
> Asterisk-Doc at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-doc
> 
> 



More information about the Asterisk-Doc mailing list