Ticket #4262 (closed Bugs: fixed)

Opened 3 years ago

Last modified 3 years ago

recordings module won't install on freebsd 8.0

Reported by: kurtlidl Assigned to:
Priority: minor Milestone: 2.8
Component: System Recordings Version: 2.8-branch
Keywords: Cc:
Confirmation: Unreviewed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

When attempting to install on FreeBSD 8.0, the "recordings" module fails to install. It appears that $asterisk_conf isn't valid during the installation process.

However, $amp_conf is valid, so changing the install script to reference that makes installation work.

Attachments

recordings_install.patch (0.6 kB) - added by kurtlidl on 05/11/10 13:53:57.

Change History

05/11/10 13:53:57 changed by kurtlidl

  • attachment recordings_install.patch added.

05/11/10 14:06:11 changed by p_lindheimer

  • owner deleted.
  • component changed from - choose - to System Recordings.

well FreePBD is not really supported by the project for v2. However, using $amp_conf is the preferred way so the patch is helpful and if it fixes something for FreeBSD, great :-)

05/11/10 14:08:47 changed by p_lindheimer

  • status changed from new to closed.
  • resolution set to fixed.

(In [9607]) fixes #4262 use amp_conf in place of asterisk_conf to get path information

05/24/10 16:28:20 changed by p_lindheimer

(In [9694]) Merged revisions 9607 via svnmerge from http://svn.freepbx.org/modules/branches/2.8

........

r9607 | p_lindheimer | 2010-05-11 11:08:47 -0700 (Tue, 11 May 2010) | 1 line

fixes #4262 use amp_conf in place of asterisk_conf to get path information

........