[asterisk-bugs] [JIRA] (ASTERISK-28292) Changed to show all channel stats including wrong media

George Joseph (JIRA) noreply at issues.asterisk.org
Fri Feb 15 09:22:47 CST 2019


     [ https://issues.asterisk.org/jira/browse/ASTERISK-28292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Joseph updated ASTERISK-28292:
-------------------------------------

    Status: Open  (was: Triage)

> 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
>            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