summaryrefslogtreecommitdiff
path: root/configs/extensions.conf.sample
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2006-09-11 16:41:49 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2006-09-11 16:41:49 +0000
commit091e1aed8d8e53750b934df59e0be01d9ac070d7 (patch)
tree9ca8ca28a79672017dbf1d1e0d392fe2152daeab /configs/extensions.conf.sample
parentef879455f58de028973f155108ec0f85846ccc95 (diff)
Merged revisions 42716 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r42716 | tilghman | 2006-09-11 11:39:06 -0500 (Mon, 11 Sep 2006) | 2 lines Spelling/grammar fixes (Issue 7929) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@42717 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 e88404c5e..864644c2f 100644
--- a/configs/extensions.conf.sample
+++ b/configs/extensions.conf.sample
@@ -110,7 +110,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
@@ -228,7 +228,7 @@ include => dundi-e164-lookup
exten => _91700XXXXXXX,1,Dial(IAX2/${GLOBAL(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.
@@ -432,7 +432,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