Changeset 10355

Show
Ignore:
Timestamp:
10/05/10 12:21:23 (3 years ago)
Author:
p_lindheimer
Message:

fixes #4574 fix CFB

Files:

Legend:

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

    r10264 r10355  
    27032703      $exten = 'docfb'; 
    27042704      $ext->add($mcontext,$exten,'docfb', new ext_set("RTCFB", '${IF($["${VMBOX}"!="novm"]?${RINGTIMER}:"")}')); 
    2705       $ext->add($mcontext,$exten,'', new ext_dial('Local/${CFUEXT}@from-internal/n', '${RTCFB},${DIAL_OPTIONS}')); 
     2705      $ext->add($mcontext,$exten,'', new ext_dial('Local/${CFBEXT}@from-internal/n', '${RTCFB},${DIAL_OPTIONS}')); 
    27062706      $ext->add($mcontext,$exten,'', new ext_return('')); 
    27072707 
  • modules/branches/2.7/core/module.xml

    r10282 r10355  
    44  <category>Basic</category> 
    55  <name>Core</name> 
    6   <version>2.7.0.8</version> 
     6  <version>2.7.0.9</version> 
    77  <publisher>FreePBX</publisher> 
    88  <license>GPLv2+</license> 
     
    1010  <canuninstall>no</canuninstall> 
    1111  <changelog> 
    12     *2.7.0.9* #4396, #4507 
     12    *2.7.0.9* #4396, #4507, #4574 
    1313    *2.7.0.8* #4089 
    1414    *2.7.0.7* #4273, (experminetal mode fixes: #4155, #4205, #4212)