[asterisk-bugs] [JIRA] (ASTERISK-28346) useless transcoding

Asterisk Team (JIRA) noreply at issues.asterisk.org
Thu Apr 11 12:00:47 CDT 2019


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

Asterisk Team commented on ASTERISK-28346:
------------------------------------------

Suspended due to lack of activity. This issue will be automatically re-opened if the reporter posts a comment. If you are not the reporter and would like this re-opened please create a new issue instead. If the new issue is related to this one a link will be created during the triage process. Further information on issue tracker usage can be found in the Asterisk Issue Guidlines [1].

[1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines

> useless transcoding
> -------------------
>
>                 Key: ASTERISK-28346
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-28346
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Codecs/codec_opus
>    Affects Versions: 13.25.0
>            Reporter: Thomas Sevestre
>            Assignee: Thomas Sevestre
>
> Here is the revelant informations :
> /etc/asterisk/sip.conf :
> [100]
> disallow=all
> allow=alaw
> allow=opus
> ...
> [200]
> disallow=all
> allow=alaw
> allow=opus
> ...
> /etc/asterisk/extensions.conf :
> I force opus codec with SIP_CODEC and SIP_CODEC_OUTBOUND variables
> The call is established with Dial application.
> In asterisk console, both channels have the following transcoding information :
>   NativeFormats: (opus)
>     WriteFormat: slin48
>      ReadFormat: slin48
>  WriteTranscode: Yes (slin at 48000)->(opus at 48000)
>   ReadTranscode: Yes (opus at 48000)->(slin at 48000)
> If I force alaw on both channels, it works as expected without transcoding.
> If I change codec order in sip.conf :
> [100]
> disallow=all
> allow=opus
> allow=alaw
> ...
> [200]
> disallow=all
> allow=opus
> allow=alaw
> ...
> Then I can force opus passthrough but when I force alaw there is a useless transcoding :
>   NativeFormats: (alaw)
>     WriteFormat: slin48
>      ReadFormat: slin48
>  WriteTranscode: Yes (slin at 48000)->(slin at 8000)->(alaw at 8000)
>   ReadTranscode: Yes (alaw at 8000)->(slin at 8000)->(slin at 48000)
> Is it a known issue?



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



More information about the asterisk-bugs mailing list