[asterisk-bugs] [JIRA] (ASTERISK-23849) list of variables in CHANNEL function help documentation may be missing a few

Rusty Newton (JIRA) noreply at issues.asterisk.org
Tue Jun 10 09:47:58 CDT 2014


Rusty Newton created ASTERISK-23849:
---------------------------------------

             Summary: list of variables in CHANNEL function help documentation may be missing a few
                 Key: ASTERISK-23849
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-23849
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Documentation
            Reporter: Rusty Newton
            Severity: Trivial


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?



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list