Changeset 8111

Show
Ignore:
Timestamp:
08/23/09 21:12:30 (2 years ago)
Author:
p_lindheimer
Message:

fixes #3654 don't include app-queueprio into from-internal-additional

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.6/queueprio/functions.inc.php

    r6908 r8111  
    4545  switch ($engine) { 
    4646    case 'asterisk': 
    47       $ext->addInclude('from-internal-additional', 'app-queueprio'); 
    4847      foreach (queueprio_list() as $row) { 
    4948          $ext->add('app-queueprio',$row['queueprio_id'], '', new ext_noop('Changing Channel to queueprio: '.$row['queue_priority'].' ('.$row['description'].')')); 
  • modules/branches/2.6/queueprio/module.xml

    r7948 r8111  
    22  <rawname>queueprio</rawname> 
    33  <name>Queue Priorities</name> 
    4   <version>2.6.0.0</version> 
     4  <version>2.6.0.1</version> 
    55  <publisher>FreePBX</publisher> 
    66  <license>GPLv2+</license> 
     
    1414  </menuitems> 
    1515  <changelog> 
     16    *2.6.0.1* #3654 
    1617    *2.6.0.0* misc 
    1718    *2.5.0.4* #3246, #3254