mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Remove unused (and potentially confusing) jitterbuffer options from sample config.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@62371 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -98,7 +98,7 @@ disallow=lpc10 ; Icky sound quality... Mr. Roboto.
|
|||||||
; The jitter buffer's function is to compensate for varying
|
; The jitter buffer's function is to compensate for varying
|
||||||
; network delay.
|
; 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
|
; The jitter buffer works for INCOMING audio - the outbound audio
|
||||||
; will be dejittered by the jitter buffer at the other end.
|
; will be dejittered by the jitter buffer at the other end.
|
||||||
;
|
;
|
||||||
@@ -132,13 +132,9 @@ disallow=lpc10 ; Icky sound quality... Mr. Roboto.
|
|||||||
|
|
||||||
jitterbuffer=no
|
jitterbuffer=no
|
||||||
forcejitterbuffer=no
|
forcejitterbuffer=no
|
||||||
;dropcount=2
|
|
||||||
;maxjitterbuffer=1000
|
;maxjitterbuffer=1000
|
||||||
;maxjitterinterps=10
|
;maxjitterinterps=10
|
||||||
;resyncthreshold=1000
|
;resyncthreshold=1000
|
||||||
;maxexcessbuffer=80
|
|
||||||
;minexcessbuffer=10
|
|
||||||
;jittershrinkrate=1
|
|
||||||
|
|
||||||
;trunkfreq=20 ; How frequently to send trunk msgs (in ms)
|
;trunkfreq=20 ; How frequently to send trunk msgs (in ms)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user