Changeset 5644 for modules/branches
- Timestamp:
- 02/02/08 15:22:56 (5 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.4/recordings/page.recordings.php
r4898 r5644 74 74 echo "make sure you uploaded or recorded a file with the entered extension<hr>"; 75 75 } else { 76 exec("cp " . $recordings_save_path . "{$dest}ivrrecording.$suffix " . $astsnd."custom/{$filename}.$suffix ", $outarray, $ret);76 exec("cp " . $recordings_save_path . "{$dest}ivrrecording.$suffix " . $astsnd."custom/{$filename}.$suffix 2>&1", $outarray, $ret); 77 77 if (!$ret) { 78 78 $isok = recordings_add($rname, "custom/{$filename}.$suffix");
