dect
/
asterisk
Archived
13
0
Fork 0

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: http://svn.digium.com/svn/asterisk/trunk@62372 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
qwell 2007-04-30 14:56:43 +00:00
parent c31c1f5e67
commit b7f4370ad8
1 changed files with 1 additions and 5 deletions

View File

@ -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)