Changeset 12339 for modules

Show
Ignore:
Timestamp:
08/01/11 01:07:25 (2 years ago)
Author:
mickecarlsson
Message:

Fixed a bug in recorings path

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.10/cdr/functions.inc.php

    r12334 r12339  
    1616// 
    1717//    cdr module for FreePBX 2.7+ 
    18 //    Copyright (C) 2011 Igor Okunevn 
     18//    Copyright (C) 2011 Igor Okunev 
    1919//    Portions Copyright (C) 2011 Mikael Carlsson 
    2020//    Portions Copyright (C) 2006 Seth Sargent, Steven Ward 
  • modules/branches/2.10/cdr/module.xml

    r12336 r12339  
    44  <description>Call Data Record report tools for vieweing reports of your calls</description> 
    55  <name>CDR Viewer</name> 
    6   <version>2.10.0.alpha5</version> 
     6  <version>2.10.0.alpha6</version> 
    77  <publisher>Mikael Carlsson</publisher> 
    88  <license>GPLv2+</license> 
     
    1313  </menuitems> 
    1414  <changelog> 
     15    *2.10.0.alpha6* Bug fix in recordings settings 
    1516    *2.10.0.alpha5* Added localization 
    1617    *2.10.0.alpha4* Added csv export 
  • modules/branches/2.10/cdr/page.cdr.php

    r12338 r12339  
    1818// 
    1919//    cdr module for FreePBX 2.7+ 
    20 //    Copyright (C) 2011 Igor Okunevn 
     20//    Copyright (C) 2011 Igor Okunev 
    2121//    Portions Copyright (C) Mikael Carlsson 
    2222 
     
    2727$db_name = !empty($amp_conf['CDRDBNAME'])?$amp_conf['CDRDBNAME']:"asteriskcdrdb"; 
    2828$db_table_name = !empty($amp_conf['CDRDBTABLENAME'])?$amp_conf['CDRTABLENAME']:"cdr"; 
    29 $system_monitor_dir = isset($amp_conf['ASTSPOOLDIR'])?$amp_conf['ASTSPOOLDIR']:"/monitor"; 
     29$system_monitor_dir = isset($amp_conf['ASTSPOOLDIR'])?$amp_conf['ASTSPOOLDIR']."/monitor":"/var/spool/asterisk/monitor"; 
    3030 
    3131/* $system_fax_archive_dir is the directory where sent/received fax images are stored */