[Asterisk-doc] docs channels.xml,NONE,1.1 hgta.xml,1.27,1.28
blitzrage
asterisk-doc@lists.digium.com
Wed, 21 Jul 2004 23:21:40 +0000
Comments:
Update of /cvsroot/asterisk/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23214/docs
Modified Files:
hgta.xml
Added Files:
channels.xml
Log Message:
blitzrage
- move chapter 3 (configuration files) to chapter 6. Increase all chapter
numbers by one.
- add new chapter "Channels"
- update hgta.xml to reflect changes
--- NEW FILE: channels.xml ---
(This appears to be a binary file; contents omitted.)
Index: hgta.xml
===================================================================
RCS file: /cvsroot/asterisk/docs/hgta.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** hgta.xml 19 Jul 2004 00:54:00 -0000 1.27
--- hgta.xml 21 Jul 2004 23:21:34 -0000 1.28
***************
*** 8,19 ****
<!ENTITY chapter01 SYSTEM "introduction.xml"> <!-- Introductions to Asterisk / General Concepts -->
<!ENTITY chapter02 SYSTEM "installation.xml"> <!-- Installing and Compiling Asterisk and Components -->
! <!ENTITY chapter03 SYSTEM "conf-files.xml"> <!-- Introduction to Asterisk Configuration Files -->
<!ENTITY chapter04 SYSTEM "extensions.xml"> <!-- Creating dialplans -->
! <!ENTITY chapter05 SYSTEM "advanced-dialplans.xml"> <!-- Examples and Recipes -->
! <!ENTITY chapter06 SYSTEM "cookbook.xml"> <!-- Examples and Recipes -->
! <!ENTITY chapter07 SYSTEM "agi.xml"> <!-- Scripting and AGI Extensions -->
! <!ENTITY chapter08 SYSTEM "advanced-config.xml"> <!-- Advanced Asterisk Configuration -->
! <!ENTITY chapter09 SYSTEM "common-issues.xml"> <!-- Common Issues / Troubleshooting -->
! <!ENTITY chapter10 SYSTEM "applications-in-c.xml"> <!-- Creating Asterisk Applications in C -->
<!ENTITY appendix01 SYSTEM "othersources.xml"> <!-- Sources of Additional Information -->
<!ENTITY appendix02 SYSTEM "voip-providers.xml"> <!-- Connecting to Common VoIP Providers -->
--- 8,20 ----
<!ENTITY chapter01 SYSTEM "introduction.xml"> <!-- Introductions to Asterisk / General Concepts -->
<!ENTITY chapter02 SYSTEM "installation.xml"> <!-- Installing and Compiling Asterisk and Components -->
! <!ENTITY chapter03 SYSTEM "channels.xml"> <!-- Introduction to Channels -->
<!ENTITY chapter04 SYSTEM "extensions.xml"> <!-- Creating dialplans -->
! <!ENTITY chapter05 SYSTEM "advanced-dialplans.xml"> <!-- Examples and Recipes -->
! <!ENTITY chapter06 SYSTEM "conf-files.xml"> <!-- Introduction to Asterisk Configuration Files -->
! <!ENTITY chapter07 SYSTEM "cookbook.xml"> <!-- Examples and Recipes -->
! <!ENTITY chapter08 SYSTEM "agi.xml"> <!-- Scripting and AGI Extensions -->
! <!ENTITY chapter09 SYSTEM "advanced-config.xml"> <!-- Advanced Asterisk Configuration -->
! <!ENTITY chapter10 SYSTEM "common-issues.xml"> <!-- Common Issues / Troubleshooting -->
! <!ENTITY chapter11 SYSTEM "applications-in-c.xml"> <!-- Creating Asterisk Applications in C -->
<!ENTITY appendix01 SYSTEM "othersources.xml"> <!-- Sources of Additional Information -->
<!ENTITY appendix02 SYSTEM "voip-providers.xml"> <!-- Connecting to Common VoIP Providers -->
***************
*** 43,46 ****
--- 44,48 ----
&chapter09;
&chapter10;
+ &chapter11;
&appendix01;
&appendix02;