Changeset 9063
- Timestamp:
- 03/01/10 17:35:51 (3 years ago)
- Files:
-
- modules/branches/2.7/core/functions.inc.php (modified) (1 diff)
- modules/branches/2.7/core/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.7/core/functions.inc.php
r9062 r9063 1514 1514 $ext->add($context, $exten, 'IN', new ext_execif('$["${CUT(DB(AMPUSER/${ARG1}/recording),\\\\\|,2):3}" != "Always"]','MacroExit')); 1515 1515 $ext->add($context, $exten, '', new ext_noop('Recording enable for ${ARG1}')); 1516 $ext->add($context, $exten, '', new ext_set('CALLFILENAME',' IN${ARG1}-${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)}-${UNIQUEID}'));1516 $ext->add($context, $exten, '', new ext_set('CALLFILENAME','${ARG1}-${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)}-${UNIQUEID}')); 1517 1517 $ext->add($context, $exten, 'record', new ext_mixmonitor('${MIXMON_DIR}${CALLFILENAME}.${MIXMON_FORMAT}','','${MIXMON_POST}')); 1518 1518 $ext->add($context, $exten, '', new ext_macroexit()); modules/branches/2.7/core/module.xml
r9062 r9063 10 10 <canuninstall>no</canuninstall> 11 11 <changelog> 12 *2.7.0.1* #4093, #4094, #4095 12 *2.7.0.1* #4093, #4094, #4095, #4092 13 13 *2.7.0.0* minor tweaks 14 14 *2.7.0RC1.5* #4075, #4078, #4080, #4053
