aboutsummaryrefslogtreecommitdiffstats
path: root/configs/extensions.conf.sample
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-11 17:02:51 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-11 17:02:51 +0000
commit380a145e4ae0754288012c0f1a895811f73bd486 (patch)
tree82b70b28ad03f481b4f40aa392433581b7b9ed7e /configs/extensions.conf.sample
parent7b32419c2ed92b1ef5329a0fa4ba9f4aad919195 (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@42736 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/extensions.conf.sample')
-rw-r--r--configs/extensions.conf.sample6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/extensions.conf.sample b/configs/extensions.conf.sample
index 5c55ef501..649e53c0d 100644
--- a/configs/extensions.conf.sample
+++ b/configs/extensions.conf.sample
@@ -107,7 +107,7 @@ TRUNKMSD=1 ; MSD digits to strip (usually 1 or 0)
;
; 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.
+; preceded by a one.
;
; Each step of an extension is ordered by priority, which must
; always start with 1 to be considered a valid extension. The priority
@@ -214,7 +214,7 @@ include => dundi-e164-lookup
exten => _91700XXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN:1}@iaxtel)
;
-; The SWITCH statement permits a server to share the dialplain with
+; The SWITCH statement permits a server to share the dialplan with
; another server. Use with care: Reciprocal switch statements are not
; allowed (e.g. both A -> B and B -> A), and the switched server needs
; to be on-line or else dialing can be severly delayed.
@@ -397,7 +397,7 @@ exten => 500,n,Playback(demo-nogo) ; Couldn't connect to the demo site
exten => 500,n,Goto(s,6) ; Return to the start over message.
;
-; Create an extension, 600, for evaulating echo latency.
+; Create an extension, 600, for evaluating echo latency.
;
exten => 600,1,Playback(demo-echotest) ; Let them know what's going on
exten => 600,n,Echo ; Do the echo test