Changeset 9063

Show
Ignore:
Timestamp:
03/01/10 17:35:51 (3 years ago)
Author:
p_lindheimer
Message:

fixes #4092 macro-record-enable set back to proper previous format

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.7/core/functions.inc.php

    r9062 r9063  
    15141514        $ext->add($context, $exten, 'IN', new ext_execif('$["${CUT(DB(AMPUSER/${ARG1}/recording),\\\\\|,2):3}" != "Always"]','MacroExit')); 
    15151515        $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}')); 
    15171517        $ext->add($context, $exten, 'record', new ext_mixmonitor('${MIXMON_DIR}${CALLFILENAME}.${MIXMON_FORMAT}','','${MIXMON_POST}')); 
    15181518        $ext->add($context, $exten, '', new ext_macroexit()); 
  • modules/branches/2.7/core/module.xml

    r9062 r9063  
    1010  <canuninstall>no</canuninstall> 
    1111  <changelog> 
    12     *2.7.0.1* #4093, #4094, #4095 
     12    *2.7.0.1* #4093, #4094, #4095, #4092 
    1313    *2.7.0.0* minor tweaks 
    1414    *2.7.0RC1.5* #4075, #4078, #4080, #4053