[Asterisk-doc] docs chapter06.xml,1.7,1.8 chapter07.xml,1.10,1.11

drunken_critch asterisk-doc@lists.digium.com
Sat, 3 Jan 2004 19:22:48 +0000


Comments:
Update of /cvsroot/asterisk/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv30797

Modified Files:
	chapter06.xml chapter07.xml 
Log Message:
Fixed the signaling changes back to match the misspelling that asterisk
expects.
Index: chapter06.xml
===================================================================
RCS file: /cvsroot/asterisk/docs/chapter06.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** chapter06.xml	2 Jan 2004 23:01:52 -0000	1.7
--- chapter06.xml	3 Jan 2004 19:22:42 -0000	1.8
***************
*** 251,255 ****
  
  			<para>
! 				You can configure signaling and all just as though they were T1's or
  				E1's, so you can run RBS or you can run PRI or whatever, they even
  				generate RED and YELLOW alarm just like real T1's and E1's. We're still
--- 251,255 ----
  
  			<para>
! 				You can configure signalling and all just as though they were T1's or
  				E1's, so you can run RBS or you can run PRI or whatever, they even
  				generate RED and YELLOW alarm just like real T1's and E1's. We're still
***************
*** 287,291 ****
  				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&amp;m=2-31                            <lineannotation># you can use ANY signaling</lineannotation>
  				</programlisting>
  			</para>
--- 287,291 ----
  				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&amp;m=2-31                            <lineannotation># you can use ANY signalling</lineannotation>
  				</programlisting>
  			</para>
***************
*** 296,300 ****
  				<programlisting>
  				dynamic=eth,eth0/00:50:FC:65:33:A1,30,1		<lineannotation># note the timing "1", merry's mac</lineannotation>
! 				e&amp;m=1-30					<lineannotation># same signaling as merry</lineannotation>
  				</programlisting>
  			</para>
--- 296,300 ----
  				<programlisting>
  				dynamic=eth,eth0/00:50:FC:65:33:A1,30,1		<lineannotation># note the timing "1", merry's mac</lineannotation>
! 				e&amp;m=1-30					<lineannotation># same signalling as merry</lineannotation>
  				</programlisting>
  			</para>
***************
*** 308,312 ****
  			<para>
  				<programlisting>
! 				signaling=em
  				channel=>2-31
  				</programlisting>
--- 308,312 ----
  			<para>
  				<programlisting>
! 				signalling=em
  				channel=>2-31
  				</programlisting>
***************
*** 317,321 ****
  			<para>
  				<programlisting>
! 				signaling=em
  				channel=>1-30
  				</programlisting>
--- 317,321 ----
  			<para>
  				<programlisting>
! 				signalling=em
  				channel=>1-30
  				</programlisting>
***************
*** 351,357 ****
  			</para>
  			<para>
! 				TODO: multiple Ethernet cards (local and remote), other signaling
  				examples, dummy eth driver to loopback test, caveats, benefits of TDMoE,
! 				comparison of various signaling, cook dinner
  			</para>
  
--- 351,357 ----
  			</para>
  			<para>
! 				TODO: multiple Ethernet cards (local and remote), other signalling
  				examples, dummy eth driver to loopback test, caveats, benefits of TDMoE,
! 				comparison of various signalling, cook dinner
  			</para>
  
Index: chapter07.xml
===================================================================
RCS file: /cvsroot/asterisk/docs/chapter07.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** chapter07.xml	2 Jan 2004 23:01:52 -0000	1.10
--- chapter07.xml	3 Jan 2004 19:22:42 -0000	1.11
***************
*** 352,356 ****
  			rxgain=8.2
  			txgain=1.0
! 			signaling=fxs_ks
  			channel=1
  			</programlisting>
--- 352,356 ----
  			rxgain=8.2
  			txgain=1.0
! 			signalling=fxs_ks
  			channel=1
  			</programlisting>