[Home]

Summary:ASTERISK-00984: [patch] Allow enable/disable jitter buffer at run time
Reporter:gcc (gcc)Labels:
Date Opened:2004-02-03 13:39:16.000-0600Date Closed:2011-06-07 14:04:54
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) asterisk-jitter-buffer-cmds.patch
Description:This patch adds two new CLI commands:

iax2 buffer
iax2 no buffer

which can be used to enable/disable the jitter buffer from the CLI, which can be very helpful in evaluating its usefulness.

The patch also fixes a very minor typo, and changes some jitter buffer log events to be enabled or disabled with the "iax2 debug" command, instead of the global debug option.
Comments:By: zoa (zoa) 2004-04-10 05:15:47

what would be the difference between disabling the jitter buffer or setting it to zero on the fly ?

By: gcc (gcc) 2004-04-13 11:54:33

I think that some different code paths are followed if the jitter buffer
is enabled, even if it's set to zero, but I'm not sure because the code
isn't at all clear on how the jitter buffer works.

By: Brian West (bkw918) 2004-04-18 00:45:36

Jitter buffer should be off anyway.