Ticket #1787 (closed Feature Requests: duplicate)

Opened 2 years ago

Last modified 6 months ago

Enable ARI to 'see' archived recordings

Reported by: lazytt Assigned to:
Priority: minor Milestone: 3.0
Component: User Portal Version: 2.2.1
Keywords: Cc:
Confirmation: Unreviewed SVN Revision (if applicable):
Backend Engine: All Backend Engine Version:

Description

Presuming that Asterisk is what decides where to store recorded file, perhaps running /var/lib/asterisk/bin/archive_recordings would make managing recording much easier.

The ARI gui would have to updated though to be able to read these archive files (currently it only looks in /val/spool/asterisk/monitor)

Change History

02/16/07 03:10:12 changed by p_lindheimer

  • owner deleted.
  • component changed from ARI to User Portal.

ARI is in maintenance mode (if even that) with minimal additions. All such requests are best logged against user portal which will be the replacmement.

02/19/07 04:59:26 changed by lazytt

As a temporary measure: The ari DOES list files recursively. However there is a limit on the amount of files/folders that it will scan. I don't understand why the limit is there. I bypassed the limit by blocking out lines 113-117 and lines 123-127 in /var/www/html/recordings//includes/bootstrap.php

line 111

        $fileCount++;

//      if ($fileCount>3000) {
//         $_SESSION['ari_error'] 
//            .= _("To many files in $msg_path Not all files processed") . "<br>";
//          return;
//        }

        if ($recursive_count<$recursive_max && is_dir($msg_path)) {

          $dirCount++;
 
//          if ($dirCount>10) {
//            $_SESSION['ari_error'] 
//              .= sprintf(_("To many directories in %s Not all files processed"),$msg_path) . "<br>";
//            return;
//          }



To commit or not is a op call, other than that this ticket can be closed

06/15/08 01:10:20 changed by lazytt

  • status changed from new to closed.
  • confirmation set to Unreviewed.
  • resolution set to duplicate.

dup of #2733

Donate



Support
Download
Develop
Forums
News
Documentation
Paid Support
About

Paid Ads