[Asterisk-doc] docs introduction.xml,1.14,1.15

websmith asterisk-doc@lists.digium.com
Wed, 14 Jul 2004 15:23:28 +0000


Comments:
Update of /cvsroot/asterisk/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19101

Modified Files:
	introduction.xml 
Log Message:
New introductory paragraphs written by Jim Van Meggelen (jim at digitalchemy.ca) and posted to the mailing list on 14 Jul 2004
Index: introduction.xml
===================================================================
RCS file: /cvsroot/asterisk/docs/introduction.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** introduction.xml	27 Jun 2004 15:12:04 -0000	1.14
--- introduction.xml	14 Jul 2004 15:23:23 -0000	1.15
***************
*** 6,22 ****
  			<title>Asterisk: The Swiss Army Knife of Telephony</title>
  			<para>
! 			Welcome to the wonderful world of Asterisk.  You have discovered, in our opinion, the most powerful open source PBX system.  
! 			Asterisk essentially allows you to create a telephony system that is customized for your exact needs.  
! 			Many common PBX features such as voicemail, call queuing, conferencing, music on hold and others are included.  
! 			Because of the open nature of the system, you can modify and code scripts to further customize Asterisk.  If needed, you can even modify the source code to fit your particular needs.
  			</para>
- 
  			<para>
! 			Since Asterisk is so powerful yet flexible, it will be impossible to cover all the possible uses and configurations in this book.
! 			We will attempt to cover the most commonly used features of the system and attempt to answer many of the 
! 			frequently asked questions.  We have also included several appendices that we feel make good reference material, and cover subjects such as application programming in C, configuring varios types of hardware, and sample configuration files.  
! 			We've also included a glossary to help you find definitions for terms and acronyms used in this book.
  			</para>
  		</sect2>
  		<sect2>
  			<title>Prerequisite Knowledge and Skills</title>
--- 6,25 ----
  			<title>Asterisk: The Swiss Army Knife of Telephony</title>
  			<para>
! 			Welcome to the wonderful world of Asterisk. You are about to discover the most powerful and popular open source PBX available. 
  			</para>
  			<para>
! 			Asterisk allows you to craft a telephony system to address your specific requirements. It does this by providing a library of basic telephony functions which you then use as script building-blocks. Calls into the system trigger these functions through digit patterns (referred to as extensions), giving you complete control of complex call routing concepts with relative ease. Common PBX functionality such as voicemail, call queuing, conferencing, music on hold and others are all included. But that's just the beginning. Asterisk is one of the few PBXs in existence that connects legacy telephony technologies such as PRI or Analog trunks through the same switching logic as state of the art VoIP interfaces such as H.323 or SIP. This powerful yet simple core allows complex concepts in other systems to be deployed with ease in Asterisk. For example, building an IVR application or deploying CTI functionality can be done more inexpensively than with any other system. Why? Because 
 with Asterisk, it's all built right in! 
! 			</para>
! 			<para>
! 			Perhaps Asterisk's most valuable asset is the open nature of the system. As with any open-source application, Asterisk can be further enhanced by the community of people who use it. This powerful concept ensures that Asterisk is prepared to mature in keeping with the demands of the industry. Go ahead and modify the source code to fit your needs, or, better still, contribute to an active and growing development community. 
! 			</para>
! 			<para>
! 			Because Asterisk is so powerful and flexible,  in this book we can only begin to cover all the possible uses and configurations. We will therefore focus on the most commonly used features of the system and answer the most frequently asked questions. If you can work through the material we present here, you will be well on your way to becoming a competent Asterisk solutions developer.
! 			</para>
! 			<para>
! 			We have also included appendices that will serve as excellent reference material, covering subjects such as application programming in C, configuration of various types of hardware, and many samples of configuration files. Also, there is a glossary included to help you find definitions for terms and acronyms used in this book.
  			</para>
  		</sect2>
+ 
  		<sect2>
  			<title>Prerequisite Knowledge and Skills</title>