[Home]

Summary:ASTERISK-26578: codec_opus: Instructions to install codec_opus via tarball are incomplete
Reporter:Etienne Lessard (hexanol)Labels:
Date Opened:2016-11-10 14:40:31.000-0600Date Closed:2017-03-03 06:16:06.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Codecs/codec_opus
Versions:14.1.1 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Attachments:
Description:Hello,

the README inside the codec_opus tarball says:

{quote}
 The alternative way to install codec_opus is to download a tarball
 directly from digium.com. Once the tarball is downloaded and untarred,
 move the codec_opus.so file into the Asterisk module directory (by default,
 /usr/lib/asterisk/modules/). The codec selecter should ensure that you
 download the correct version of the codec for your version of Asterisk.
{quote}

That said, following this procedure yield to these messages when trying to load the module:

{code}
WARNING[29024] config_options.c: Cannot update type 'opus' in module 'codec_opus' because it has no existing documentation!
ERROR[29024] codec_opus_config.c: Opus: failed to register sorcery object type 'opus'
{code}

The problem is that the XML documentation (e.g.codec_opus_config-en_US.xml) also need to be copied in the astdatadir/documentation/thirdparty directory. This should be added to the README.

Thanks
Comments:By: Asterisk Team (asteriskteam) 2016-11-10 14:40:31.583-0600

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].