- Timestamp:
- 09/30/07 23:46:29 (6 years ago)
- Files:
-
- modules/branches/2.3/recordings/audio.php (modified) (1 diff)
- modules/branches/2.3/recordings/module.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.3/recordings/audio.php
r4898 r5078 25 25 elseif (is_file("$path.Wav")) { $path="$path.Wav"; } 26 26 elseif (is_file("$path.WAV")) { $path="$path.WAV"; } 27 elseif (is_file("$path.mp3")) { $path= $path.mp3; }27 elseif (is_file("$path.mp3")) { $path="$path.mp3"; } 28 28 elseif (is_file("$path.gsm")) { $path="$path.gsm"; } 29 29 elseif (!is_file($path)) { die("<b>404 File not found!: $opath </b>"); } modules/branches/2.3/recordings/module.xml
r4899 r5078 2 2 <rawname>recordings</rawname> 3 3 <name>Recordings</name> 4 <version>3.3.5. 2</version>4 <version>3.3.5.3</version> 5 5 <candisable>no</candisable> 6 6 <canuninstall>no</canuninstall> … … 9 9 <description>Creates and manages system recordings, used by many other modules (eg, IVR).</description> 10 10 <changelog> 11 *3.3.5.3* #2409 syntax error in audio.php could cause playback problems 11 12 *3.3.5.2* #2016 allow amportal.conf AMPLAYKEY override hardcoded crypt key 12 13 *3.3.5.1* bump for rc1
