[Home]

Summary:ASTERISK-26335: function DENOISE() is not present
Reporter:Private Name (falves11)Labels:
Date Opened:2016-09-03 00:55:31Date Closed:2016-09-03 05:46:52
Priority:MajorRegression?
Status:Closed/CompleteComponents:Functions/func_speex
Versions:13.11.0 Frequency of
Occurrence
Related
Issues:
Environment:LinuxAttachments:( 0) asterisk_bug.txt
Description:The Talkdetect funcions are loaded, but DENOISE() is absent.
I am uploading a trace.
Comments:By: Asterisk Team (asteriskteam) 2016-09-03 00:55:31.693-0500

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

By: Joshua C. Colp (jcolp) 2016-09-03 05:46:52.231-0500

The DENOISE dialplan function is provided by func_speex, which has speex and speexdsp as a dependency. If these are not on the system the module will not be built. You can see what is missing by going into "make menuselect" and looking at the dependencies.