- Timestamp:
- 09/04/08 01:33:32 (5 years ago)
- Files:
-
- modules/branches/2.5/core/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/core/functions.inc.php
r6550 r6553 1725 1725 $exten = 'dorecord'; 1726 1726 1727 // Delete all versions of the current sound file (does not consider languages though 1728 // otherwise you might have some versions that are not re-recorded 1729 // 1730 $ext->add($context, $exten, '', new ext_system('rm ${ASTVARLIBDIR}/sounds/${RECFILE}.*')); 1727 1731 $ext->add($context, $exten, '', new ext_record('${RECFILE}:wav')); 1728 1732 $ext->add($context, $exten, '', new ext_wait(1));
