Changeset 9605

Show
Ignore:
Timestamp:
05/11/10 14:01:24 (3 years ago)
Author:
p_lindheimer
Message:

fixes #4261 remove mohmp3 hardcode

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.7/music/install.php

    r9053 r9605  
    2222      touch($dir."/silence.wav"); 
    2323    } else { 
    24    $dir = $asterisk_conf['astvarlibdir']."/mohmp3/{$tresult}/"; 
     24      $dir = $path_to_moh_dir."/{$tresult}/"; 
    2525    } 
    2626    if (file_exists("{$dir}.random")) { 
  • modules/branches/2.7/music/module.xml

    r9365 r9605  
    22  <rawname>music</rawname> 
    33  <name>Music on Hold</name> 
    4   <version>2.7.0.4</version> 
     4  <version>2.7.0.5</version> 
    55  <publisher>FreePBX</publisher> 
    66  <license>GPLv2+</license> 
     
    1111  <description>Uploading and management of sound files (wav, mp3) to be used for on-hold music.</description> 
    1212  <changelog> 
     13    *2.7.0.5* #4261 
    1314    *2.7.0.4* #4157 
    1415    *2.7.0.3* #4111