[asterisk-bugs] [JIRA] (ASTERISK-26666) chan_pjsip: Opus offered and used, but uLaw is sent, Result No Audio

Kevin Harwell (JIRA) noreply at issues.asterisk.org
Thu Feb 23 11:20:11 CST 2017


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

Kevin Harwell commented on ASTERISK-26666:
------------------------------------------

Sounds like you are using the latest version of Asterisk (13.14). What's the version number of codec_opus that you are using/how was it installed?

(note you can find the codec_opus version by looking its manifest file that resides in the modules directory -  lib/asterisk/modules/codec_opus.manifest.xml)

What's the output of the following commands:
{noformat}
*CLI> module show like codec_opus.so
*CLI> module show like format_ogg_opus.so
{noformat}

If you remove opus from the list of codecs does the problem still occur?

What's the output of the following command (replace <endpoint id> with the id of the endpoint in question:
{noformat}
*CLI> pjsip show endpoint <endpoint id>
{noformat}


> chan_pjsip: Opus offered and used, but uLaw is sent, Result No Audio
> --------------------------------------------------------------------
>
>                 Key: ASTERISK-26666
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26666
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/chan_pjsip
>    Affects Versions: 13.13.1
>         Environment: x64 CentOS
>            Reporter: Luke Escude
>         Attachments: asterisk.pcap, asterisk.txt, call2.pcap, flowroute-280984.pcap, gs.pcap, opus-debug, opus-debug2.txt, opus-debug.txt, yl.pcap
>
>
> The following codecs are configured for an endpoint, in order of priority:
> Opus
> uLaw
> iLBC
> g729
> Asterisk and the handset settle on Opus being the codec for the call, but no audio can be heard from the echo test (or extension-to-extension, or anything).
> Running "pjsip show channelstats" shows uLaw as the codec, even though it should say Opus. opus-debug file shows a lot of the following error:
> Oooh, got a frame with format of opus on channel 'PJSIP/100-0000001d' when we're sending 'ulaw', switching to match



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



More information about the asterisk-bugs mailing list