[asterisk-bugs] [JIRA] (ASTERISK-26703) PJSIP Opus jitter rating incorrect over AMI RTCP events

Kevin Harwell (JIRA) noreply at issues.asterisk.org
Fri Jan 13 13:22:10 CST 2017


    [ https://issues.asterisk.org/jira/browse/ASTERISK-26703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=234620#comment-234620 ] 

Kevin Harwell commented on ASTERISK-26703:
------------------------------------------

I tested it again with the fix from ASTERISK-26710 and the problem still occurs (assuming the mismatched numbers reported are coming from the RTCPReceived ami event).

> PJSIP Opus jitter rating incorrect over AMI RTCP events
> -------------------------------------------------------
>
>                 Key: ASTERISK-26703
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26703
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Codecs/codec_opus, Core/ManagerInterface
>    Affects Versions: 13.13.1
>         Environment: Centos x64
>            Reporter: Luke Escude
>            Severity: Minor
>
> In the following console readout, x101 is a device using Opus. You can see that asterisk is correctly measuring jitter (the audio quality was flawless, so jitter is close to 0).
> {noformat}
> testbed3*CLI> pjsip show channelstats
>           100-00000001       00:20:20 ulaw    61001       2    0   0.000  61000       0    0   0.005 999.999
>           101-00000003       00:01:20 ulaw      932       0    0   0.000   3890       0    0   0.003 999.999
> testbed3*CLI> pjsip show channelstats
>           100-00000001       00:20:20 ulaw    61034       2    0   0.000  61033       0    0   0.006 999.999
>           101-00000003       00:01:20 ulaw      965       0    0   0.000   3923       0    0   0.003 999.999
> testbed3*CLI> pjsip show channelstats
>           100-00000001       00:20:21 ulaw    61075       2    0   0.000  61074       0    0   0.007 999.999
>           101-00000003       00:01:21 ulaw     1007       1    0   0.000   3965       0    0   0.006 999.999
> testbed3*CLI> pjsip show channelstats
>           100-00000001       00:20:22 ulaw    61105       2    0   0.000  61104       0    0   0.004 999.999
>           101-00000003       00:01:22 ulaw     1036       1    0   0.000   3994       0    0   0.004 999.999
> testbed3*CLI> pjsip show channelstats
>           100-00000001       00:20:22 ulaw    61138       2    0   0.000  61137       0    0   0.005 999.999
>           101-00000003       00:01:22 ulaw     1069       1    0   0.000   4027       0    0   0.005 999.999
> {noformat}
> However, the AMI is receiving values that are insanely off:
> {noformat}
> 253.0
> 172.0
> 237.0
> etc.
> {noformat}
> All other codecs are correctly coming across the AMI.



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



More information about the asterisk-bugs mailing list