Changeset 9605
- Timestamp:
- 05/11/10 14:01:24 (3 years ago)
- Files:
-
- modules/branches/2.7/music/install.php (modified) (1 diff)
- modules/branches/2.7/music/module.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.7/music/install.php
r9053 r9605 22 22 touch($dir."/silence.wav"); 23 23 } else { 24 $dir = $asterisk_conf['astvarlibdir']."/mohmp3/{$tresult}/";24 $dir = $path_to_moh_dir."/{$tresult}/"; 25 25 } 26 26 if (file_exists("{$dir}.random")) { modules/branches/2.7/music/module.xml
r9365 r9605 2 2 <rawname>music</rawname> 3 3 <name>Music on Hold</name> 4 <version>2.7.0. 4</version>4 <version>2.7.0.5</version> 5 5 <publisher>FreePBX</publisher> 6 6 <license>GPLv2+</license> … … 11 11 <description>Uploading and management of sound files (wav, mp3) to be used for on-hold music.</description> 12 12 <changelog> 13 *2.7.0.5* #4261 13 14 *2.7.0.4* #4157 14 15 *2.7.0.3* #4111
