summaryrefslogtreecommitdiff
path: root/configs/iax.conf.sample
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2007-04-30 14:56:43 +0000
committerJason Parker <jparker@digium.com>2007-04-30 14:56:43 +0000
commitb942fe3d89ae3ca59ed1d7ac249b8eece291c63a (patch)
tree909ba52575cf84338194b9f0f2976b45d23f634a /configs/iax.conf.sample
parentfe158ded8a52e438e017e2c93157994085921d39 (diff)
Merged revisions 62371 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r62371 | qwell | 2007-04-30 09:52:31 -0500 (Mon, 30 Apr 2007) | 2 lines Remove unused (and potentially confusing) jitterbuffer options from sample config. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@62372 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/iax.conf.sample')
-rw-r--r--configs/iax.conf.sample6
1 files changed, 1 insertions, 5 deletions
diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample
index 89e485bfe..b274bf388 100644
--- a/configs/iax.conf.sample
+++ b/configs/iax.conf.sample
@@ -102,7 +102,7 @@ disallow=lpc10 ; Icky sound quality... Mr. Roboto.
; The jitter buffer's function is to compensate for varying
; network delay.
;
-; All the jitter buffer settings except dropcount are in milliseconds.
+; All the jitter buffer settings are in milliseconds.
; The jitter buffer works for INCOMING audio - the outbound audio
; will be dejittered by the jitter buffer at the other end.
;
@@ -143,13 +143,9 @@ disallow=lpc10 ; Icky sound quality... Mr. Roboto.
jitterbuffer=no
forcejitterbuffer=no
-;dropcount=2
;maxjitterbuffer=1000
;maxjitterinterps=10
;resyncthreshold=1000
-;maxexcessbuffer=80
-;minexcessbuffer=10
-;jittershrinkrate=1
;jittertargetextra=40
;trunkfreq=20 ; How frequently to send trunk msgs (in ms)