[asterisk-bugs] [Asterisk 0015819]: [patch] buggy output in "sip show channelstats"
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Sep 3 07:19:01 CDT 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=15819
======================================================================
Reported By: klaus3000
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 15819
Category: Channels/chan_sip/General
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: 1.6.2.0-beta4
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-09-02 12:09 CDT
Last Modified: 2009-09-03 07:19 CDT
======================================================================
Summary: [patch] buggy output in "sip show channelstats"
Description:
Hi!
"sip show channelstats" output is wrong
- the packetloss in % is always 0 due to integer division instead of float
divison
- the local measured jitter is reported in as rxjitter (which in in
seconds) * 100, converted to int. Multiply with 100 makes no sense - I
supsect a type and it should be 1000 as all other jittervalues (max/min...)
are also multiplyed with 1000.
======================================================================
----------------------------------------------------------------------
(0110115) oej (manager) - 2009-09-03 07:19
https://issues.asterisk.org/view.php?id=15819#c110115
----------------------------------------------------------------------
Can you test trunk as well? The stats part has changed quiet a lot there.
Issue History
Date Modified Username Field Change
======================================================================
2009-09-03 07:19 oej Note Added: 0110115
======================================================================
More information about the asterisk-bugs
mailing list