[asterisk-bugs] [JIRA] (ASTERISK-28292) Changed to show all channel stats including wrong media
Friendly Automation (JIRA)
noreply at issues.asterisk.org
Wed Feb 20 09:06:47 CST 2019
[ https://issues.asterisk.org/jira/browse/ASTERISK-28292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=246274#comment-246274 ]
Friendly Automation commented on ASTERISK-28292:
------------------------------------------------
Change 11012 merged by Friendly Automation:
chan_pjsip: Changed to continued after invalid media for pjsip show channelstats
[https://gerrit.asterisk.org/11012|https://gerrit.asterisk.org/11012]
> Changed to show all channel stats including wrong media
> -------------------------------------------------------
>
> Key: ASTERISK-28292
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-28292
> Project: Asterisk
> Issue Type: Improvement
> Security Level: None
> Components: Channels/chan_pjsip
> Affects Versions: 16.1.1
> Reporter: sungtae kim
> Assignee: sungtae kim
> Severity: Minor
> Labels: pjsip
>
> Currently, if the pjsip show channelstats cli hits any invalid channel info(no media, no channel info, ...), it doesn't iterate last of things. It just stop there.
> But this should show last of things.
> {noformat}
> *CLI> pjsip show channelstats
> ...........Receive......... .........Transmit..........
> BridgeId ChannelId ........ UpTime.. Codec. Count Lost Pct Jitter Count Lost Pct Jitter RTT....
> ===========================================================================================================
> PJSIP/sipp-uac-00000002 not valid
> Objects found: 1
> {noformat}
> This should be like below.
> {noformat}
> ...........Receive......... .........Transmit..........
> BridgeId ChannelId ........ UpTime.. Codec. Count Lost Pct Jitter Count Lost Pct Jitter RTT....
> ===========================================================================================================
> PJSIP/sipp-uac-00000002 not valid
> sipp-uac-00000003 00:00:37 ulaw 0 1 0 0.000 1810 0 0 0.000 0.000
> Objects found: 2
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list