Index: configs/iax.conf.sample =================================================================== RCS file: /usr/cvsroot/asterisk/configs/iax.conf.sample,v retrieving revision 1.16 diff -u -r1.16 iax.conf.sample --- configs/iax.conf.sample 4 Dec 2003 03:41:22 -0000 1.16 +++ configs/iax.conf.sample 4 Feb 2004 11:39:44 -0000 @@ -34,15 +34,22 @@ disallow=lpc10 ; Icky sound quality... Mr. Roboto. ;allow=gsm ; Always allow GSM, it's cool :) ; +; You can turn the jitter buffer on or off by setting the "jitterbuffer" +; option to "yes" or "no" (the default is off). It is recommended that +; you leave the jitter buffer off when running IAX only over a network +; dedicated to voice traffic and with fixed latency, or turn it on +; when running IAX over a shared voice/data network, or one where +; latency varies over time. +; +;jitterbuffer=no +; ; You can also adjust several parameters relating to the jitter ; buffer. Specifically, you can provide a maximum jitter buffer, ; you can turn it off entirely, and you can specify an acceptable -; drop rate (per MEMORY_SIZE, by default 3 of 100). Disabling the -; jitter buffer is not recommended. Finally, you can specify the maximum -; excess jitter buffer, which if exceeded, causes the jitter buffer to -; slowly shrink in order to improve latency. +; drop rate (per MEMORY_SIZE, by default 3 of 100). Finally, you can +; specify the maximum excess jitter buffer, which if exceeded, causes +; the jitter buffer to slowly shrink in order to improve latency. ; -jitterbuffer=no ;dropcount=3 ;maxjitterbuffer=500 ;maxexccessbuffer=100