Show
Ignore:
Timestamp:
01/06/11 12:27:00 (2 years ago)
Author:
p_lindheimer
Message:

fixes #4724 call macro-user-callerid before processing dialplan

Files:

Legend:

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

    r6940 r10802  
    2020        if ($row['enabled']) { 
    2121          $ext->add('app-miscapps-'.$row['miscapps_id'], $row['ext'], '', new ext_noop('Running miscapp '.$row['miscapps_id'].': '.$row['description'])); 
     22          $ext->add('app-miscapps-'.$row['miscapps_id'], $row['ext'], '', new ext_macro('user-callerid')); 
    2223          $ext->add('app-miscapps-'.$row['miscapps_id'], $row['ext'], '', new ext_goto($row['dest'])); 
    2324           
  • modules/branches/2.7/miscapps/module.xml

    r9000 r10802  
    22  <rawname>miscapps</rawname> 
    33  <name>Misc Applications</name> 
    4   <version>2.7.0.0</version> 
     4  <version>2.7.0.1</version> 
    55  <publisher>FreePBX</publisher> 
    66  <license>GPLv2+</license> 
     
    1414  </menuitems> 
    1515  <changelog> 
     16    *2.7.0.1* #4724 
    1617    *2.7.0.0* localizations 
    1718    *2.6.0.0* localizations, misc