Ticket #4282 (closed Bugs: fixed)

Opened 3 years ago

Last modified 3 years ago

patch to make ARI use amp_conf config rather than hardcoded directories

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

Description

The ARI recordings code has some hard-coded directories in it, where various bits of the asterisk configuration are parsed. This patch changes the ARI code to parse the amportal.conf file, and use the settings from there to locate the asterisk configuration.

Attachments

d2.patch (2.7 kB) - added by kurtlidl on 05/18/10 13:30:05.

Change History

05/18/10 13:30:05 changed by kurtlidl

  • attachment d2.patch added.

05/19/10 01:18:30 changed by mickecarlsson

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

(In [9651]) Close #4282, remove hardcoded paths in ARI, replace with parse_amportal. Thank you kurtlidl