[Home]

Summary:ASTERISK-09349: obsolete jitterbuffer config options in iax.conf.sample
Reporter:pj (pj)Labels:
Date Opened:2007-04-29 05:54:17Date Closed:2007-04-30 09:56:44
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Documentation
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:looking into chan_iax.c only available options for iax jb config are:
static int maxjitterbuffer=1000;
static int resyncthreshold=1000;
static int maxjitterinterps=10;
static int jittertargetextra = 40;

but in sample files text are some options, related to old iax jb implementation, that is currently probably useless and confusing, like:
;dropcount=2
;maxexcessbuffer=80
;minexcessbuffer=10
;jittershrinkrate=1
Comments:By: Jason Parker (jparker) 2007-04-30 09:56:44

Fixed in svn 1.4 and trunk in revisions 62371 and 62372