[Home]

Summary:ASTERISK-27939: [patch] bridge_softmix_binaural: Enable FFTW3 in Solaris 11.
Reporter:Alexander Traud (traud)Labels:patch
Date Opened:2018-06-23 04:45:29Date Closed:2018-07-05 15:42:27
Priority:MinorRegression?
Status:Closed/CompleteComponents:Bridges/bridge_softmix
Versions:13.21.1 15.4.1 Frequency of
Occurrence
Related
Issues:
Environment:Solaris 11.3Attachments:( 0) solaris-binaural.patch
Description:The library [FFTW|http://www.fftw.org/] for computing the Discrete Fourier Transform is used by the project bridge_softmix_binaural. The library includes convenience functions to (de)allocate memory:
* {{fftw_malloc(.)}}
* {{fftw_free(.)}}

Furthermore, to avoid hard to read typecast statements, those convenience functions are wrapped via even more convenience functions, like for {{double}}: {{fftw_alloc_real(.)}}. The latter is not available in Solaris 11. Therefore, the attached patch replaces that convenience function as described in the [FFTW documentation...|http://www.fftw.org/fftw3_doc/Memory-Allocation.html]
Comments:By: Asterisk Team (asteriskteam) 2018-06-23 04:45:31.158-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: Friendly Automation (friendly-automation) 2018-07-05 15:42:28.188-0500

Change 9289 merged by Jenkins2:
bridge_softmix_binaural: Enable FFTW3 in Solaris 11.

[https://gerrit.asterisk.org/9289|https://gerrit.asterisk.org/9289]

By: Friendly Automation (friendly-automation) 2018-07-05 16:20:42.068-0500

Change 9290 merged by Kevin Harwell:
bridge_softmix_binaural: Enable FFTW3 in Solaris 11.

[https://gerrit.asterisk.org/9290|https://gerrit.asterisk.org/9290]