[Asterisk-cvs] asterisk/configs extensions.conf.sample,1.19,1.20

citats at lists.digium.com citats at lists.digium.com
Sat Mar 20 01:56:34 CST 2004


Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv9779/configs

Modified Files:
	extensions.conf.sample 
Log Message:
Improve sample extensions.conf (bug 1190)


Index: extensions.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/extensions.conf.sample,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- extensions.conf.sample	29 Jan 2004 16:11:21 -0000	1.19
+++ extensions.conf.sample	20 Mar 2004 06:52:03 -0000	1.20
@@ -1,6 +1,9 @@
 ;
-; Static extension configuration files, used by
-; the pbx_config module.
+; Static extension configuration file, used by
+; the pbx_config module. This is where you configure all your 
+; inbound and outbound calls in Asterisk. 
+; 
+
 ;
 ; The "General" category is for certain variables.  
 ;
@@ -48,12 +51,14 @@
 ; literal.  In patterns, some characters have special meanings:
 ;
 ;   X - any digit from 0-9
+;   Z - any digit from 1-9
 ;   N - any digit from 2-9
 ;   [1235-9] - any digit in the brackets (in this example, 1,2,3,5,6,7,8,9)
-;   . - wildcard, matches anything remaining (e.g. _9011. matches anything starting with 9011 excluding 9011 itself)
+;   . - wildcard, matches anything remaining (e.g. _9011. matches 
+;	anything starting with 9011 excluding 9011 itself)
 ;
-; For example the extenion _NXXXXXX would match normal 7 digit dialings, while
-; _1NXXNXXXXXX would represent an area code plus phone number
+; For example the extension _NXXXXXX would match normal 7 digit dialings, 
+; while _1NXXNXXXXXX would represent an area code plus phone number
 ; preceeded by a one.
 ;
 ; Contexts contain several lines, one for each step of each
@@ -159,6 +164,7 @@
 ; You can use an alternative switch type as well, to resolve
 ; extensions that are not known here, for example with remote 
 ; IAX switching you transparently get access to the remote
+; Asterisk PBX
 ; 
 ; switch => IAX2/user:password at bigserver/local
 
@@ -293,10 +299,13 @@
 ;
 ;exten => 8600,1,Meetme,1234
 ;
-; Or playing an announce to the called party, as soon it answers
+; Or playing an announcement to the called party, as soon it answers
 ;
 ;exten = 8700,1,Dial(${MARK},30,A(/path/to/my/announcemsg))
 ;
 ; For more information on applications, just type "show applications" at your
 ; friendly Asterisk CLI prompt.
+;
+; 'show application <command>' will show details of how you
+; use that particular application in this file, the dial plan. 
 ;




More information about the svn-commits mailing list