[asterisk-commits] qwell: trunk r62372 - in /trunk: ./
configs/iax.conf.sample
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Mon Apr 30 07:56:44 MST 2007
Author: qwell
Date: Mon Apr 30 09:56:43 2007
New Revision: 62372
URL: http://svn.digium.com/view/asterisk?view=rev&rev=62372
Log:
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.
........
Modified:
trunk/ (props changed)
trunk/configs/iax.conf.sample
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/configs/iax.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/iax.conf.sample?view=diff&rev=62372&r1=62371&r2=62372
==============================================================================
--- trunk/configs/iax.conf.sample (original)
+++ trunk/configs/iax.conf.sample Mon Apr 30 09:56:43 2007
@@ -102,7 +102,7 @@
; 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 @@
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)
More information about the asterisk-commits
mailing list