aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-30 14:52:31 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-30 14:52:31 +0000
commita584672015faab01ab58aecdbaafc4983b73917d (patch)
tree46097bc2b9131531204fb65442971cbe6013e587
parent673b2814bb021ba8a43302ef92cf6ab5a8793300 (diff)
Remove unused (and potentially confusing) jitterbuffer options from sample config.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@62371 f38db490-d61c-443f-a65b-d21fe96a405b
-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 4c016bac6..d9c613bfc 100644
--- a/configs/iax.conf.sample
+++ b/configs/iax.conf.sample
@@ -98,7 +98,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.
;
@@ -132,13 +132,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
;trunkfreq=20 ; How frequently to send trunk msgs (in ms)