[Asterisk-doc] docs extensions.xml,1.19,1.20

websmith asterisk-doc@lists.digium.com
Sun, 11 Jul 2004 03:02:16 +0000


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

Modified Files:
	extensions.xml 
Log Message:
I didn't like some of the wording at the beginning of the chapter, so I
changed it.
Index: extensions.xml
===================================================================
RCS file: /cvsroot/asterisk/docs/extensions.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** extensions.xml	7 Jul 2004 18:32:30 -0000	1.19
--- extensions.xml	11 Jul 2004 03:02:10 -0000	1.20
***************
*** 3,21 ****
  	<para>
  	The dialplan is the central piece of any Asterisk system.  Simply put, the 
! 	dialplan specifies what Asterisk should do when it answers a call or when an 
! 	extension is dialed.  The dialplan consists of a list of instructions or steps 
! 	that Asterisk should follow.  It is <emphasis>absolutely vital</emphasis> that
! 	you understand dialplans if you want to setup an Asterisk system.  
  	</para>
- 
  	<para>
! 	The dialplan is a roadmap for how Asterisk will work.  The dialplan is the logic
! 	Asterisk requires to know what to do with calls and what operations to perform
! 	during various circumstances.  An entire book could be devoted simply to the logic
! 	and creation of dialplans.  Our intention is to give you a gentle introduction
! 	to the creation of dialplans within the Asterisk PBX environment, but is not 
! 	exhaustive.
  	</para>
! 	
  	<sect1>
  		<title>Introduction to creating dialplans</title>
--- 3,21 ----
  	<para>
  	The dialplan is the central piece of any Asterisk system.  Simply put, the 
! 	dialplan is the "road map" for how Asterisk will work.  The dialplan specifies
! 	how Asterisk should should handle calls.  The dialplan consists of a list of 
! 	instructions or steps that Asterisk should follow.  To sucessfully set up 
! 	your own Asterisk system, it is <emphasis>absolutely vital</emphasis> that
! 	you understand dialplans.
  	</para>
  	<para>
! 	This chapter will explain how dialplans work in a step-by-step manner, and give 
! 	you the skills to create your own dialplan.  The examples in this chapter have 
! 	been designed to build upon one another, so feel free to go back and reread a
! 	section if something doesn't make sense.  While this chapter is by no means an 
! 	exhaustive survey of all the possible things that dialplans can do, our aim is
! 	to cover all the fundamentals.
  	</para>
! 
  	<sect1>
  		<title>Introduction to creating dialplans</title>