[Asterisk-doc] docs chapter06.xml,1.3,1.4
blitzrage
asterisk-doc@lists.digium.com
Sun, 21 Dec 2003 08:07:14 +0000
Comments:
Update of /cvsroot/asterisk/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv10305/docs
Modified Files:
chapter06.xml
Log Message:
blitzrage
Clean-up code:
- make some minor changes to the way that the TDMoE section looks since
I'm starting to get a bit more familiar with some of the DocBook
tags (such as using <programlisting>, <screen>, <prompt>, etc...)
Index: chapter06.xml
===================================================================
RCS file: /cvsroot/asterisk/docs/chapter06.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** chapter06.xml 21 Dec 2003 00:29:37 -0000 1.3
--- chapter06.xml 21 Dec 2003 08:07:08 -0000 1.4
***************
*** 200,205 ****
<para>
! <literallayout>
! <command>
# Next come the dynamic span definitions, in the form:
# dynamic=<driver>,<address>,<numchans>,<timing>
--- 200,204 ----
<para>
! <programlisting>
# Next come the dynamic span definitions, in the form:
# dynamic=<driver>,<address>,<numchans>,<timing>
***************
*** 213,218 ****
#
# dynamic=eth,eth0/00:02:b3:35:43:9c,24,0
! </command>
! </literallayout>
</para>
--- 212,216 ----
#
# dynamic=eth,eth0/00:02:b3:35:43:9c,24,0
! </programlisting>
</para>
***************
*** 238,242 ****
<para>
! The address is <command><eth interface>/<macaddress>[/subaddr]</command>
</para>
--- 236,240 ----
<para>
! The address is <programlisting><eth interface>/<macaddress>[/subaddr]</programlisting>
</para>
***************
*** 286,294 ****
</para>
<para>
! <literallayout>
! fxsls=1 # this be the X100P
! dynamic=eth,eth0/00:D0:B7:89:E3:86,30,0 # put the MAC of pippin nic here
! e&m=2-31 # you can use ANY signalling
! </literallayout>
</para>
<para>
--- 284,292 ----
</para>
<para>
! <programlisting>
! fxsls=1 <lineannotation># this be the X100P</lineannotation>
! dynamic=eth,eth0/00:D0:B7:89:E3:86,30,0 <lineannotation># put the MAC of pippin nic here</lineannotation>
! e&m=2-31 <lineannotation># you can use ANY signalling</lineannotation>
! </programlisting>
</para>
<para>
***************
*** 296,303 ****
</para>
<para>
! <literallayout>
! dynamic=eth,eth0/00:50:FC:65:33:A1,30,1 # note the timing "1", merry's mac
! e&m=1-30 # same signalling as merry
! </literallayout>
</para>
<para>
--- 294,301 ----
</para>
<para>
! <programlisting>
! dynamic=eth,eth0/00:50:FC:65:33:A1,30,1 <lineannotation># note the timing "1", merry's mac</lineannotation>
! e&m=1-30 <lineannotation># same signalling as merry</lineannotation>
! </programlisting>
</para>
<para>
***************
*** 309,314 ****
--- 307,314 ----
</para>
<para>
+ <programlisting>
signalling=em
channel=>2-31
+ </programlisting>
</para>
<para>
***************
*** 316,321 ****
--- 316,323 ----
</para>
<para>
+ <programlisting>
signalling=em
channel=>1-30
+ </programlisting>
</para>
<para>
***************
*** 328,333 ****
</para>
<para>
! <literallayout>
! [root@pippin ~]$ lsmod
Module Size Used by Tainted: P
ztd-eth 4032 0 (autoclean) (unused)
--- 330,335 ----
</para>
<para>
! <screen>
! <prompt>[root@pippin ~]$</prompt> <command>lsmod</command>
Module Size Used by Tainted: P
ztd-eth 4032 0 (autoclean) (unused)
***************
*** 336,340 ****
ppp_generic 27392 0 [zaptel]
slhc 6844 0 [ppp_generic]
! </literallayout>
</para>
<para>
--- 338,342 ----
ppp_generic 27392 0 [zaptel]
slhc 6844 0 [ppp_generic]
! </screen>
</para>
<para>