[Home]

Summary:ASTERISK-23848: list of variables in CHANNEL function help documentation may be missing a few
Reporter:Rusty Newton (rnewton)Labels:
Date Opened:2014-06-10 09:46:50Date Closed:
Priority:TrivialRegression?
Status:Open/NewComponents:Documentation
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:A [comment was left on the wiki|https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Function_CHANNEL?focusedCommentId=29392983#comment-29392983]

I've separated out the vars that appear to be missing from the [documentation.|https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Function_CHANNEL]

{noformat}
> { "txcount", INT, { .i4 =
> &stats.txcount, }, },
> { "rxcount", INT, { .i4 =
> &stats.rxcount, }, },
> { "txjitter", DBL, { .d8 =
> &stats.txjitter, }, },
> { "rxjitter", DBL, { .d8 =
> &stats.rxjitter, }, },

> { "txploss", INT, { .i4 =
> &stats.txploss, }, },
> { "rxploss", INT, { .i4 =
> &stats.rxploss, }, },
> { "remote_maxrxploss", DBL, { .d8 =
> &stats.remote_maxrxploss, }, },
> { "remote_minrxploss", DBL, { .d8 =
> &stats.remote_minrxploss, }, },
> { "remote_normdevrxploss", DBL, { .d8 =
> &stats.remote_normdevrxploss, }, },
> { "remote_stdevrxploss", DBL, { .d8 =
> &stats.remote_stdevrxploss, }, },
> { "local_maxrxploss", DBL, { .d8 =
> &stats.local_maxrxploss, }, },
> { "local_minrxploss", DBL, { .d8 =
> &stats.local_minrxploss, }, },
> { "local_normdevrxploss", DBL, { .d8 =
> &stats.local_normdevrxploss, }, },
> { "local_stdevrxploss", DBL, { .d8 =
> &stats.local_stdevrxploss, }, },
{noformat}

It is worth considering - was there a reason these were left out? Did we have them in there in the past?
Comments: