aboutsummaryrefslogtreecommitdiffstats
path: root/configs/mgcp.conf.sample
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-11 16:41:49 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-11 16:41:49 +0000
commit9b9ca6cac58dea63b8d1bd7fa516c283c765bf33 (patch)
tree9ca8ca28a79672017dbf1d1e0d392fe2152daeab /configs/mgcp.conf.sample
parentfb320ddf9e22fb4cd3101b04bde43a373a15daa5 (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: http://svn.digium.com/svn/asterisk/trunk@42717 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/mgcp.conf.sample')
-rw-r--r--configs/mgcp.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/mgcp.conf.sample b/configs/mgcp.conf.sample
index c80104e32..288065355 100644
--- a/configs/mgcp.conf.sample
+++ b/configs/mgcp.conf.sample
@@ -21,11 +21,11 @@
; jbresyncthreshold = 1000 ; Jump in the frame timestamps over which the jitterbuffer is
; resynchronized. Useful to improve the quality of the voice, with
- ; big jumps in/broken timestamps, usualy sent from exotic devices
+ ; big jumps in/broken timestamps, usually sent from exotic devices
; and programs. Defaults to 1000.
; jbimpl = fixed ; Jitterbuffer implementation, used on the receiving side of a MGCP
- ; channel. Two implementations are currenlty available - "fixed"
+ ; channel. Two implementations are currently available - "fixed"
; (with size always equals to jbmax-size) and "adaptive" (with
; variable size, actually the new jb of IAX2). Defaults to fixed.