Changeset 9631

Show
Ignore:
Timestamp:
05/14/10 09:57:36 (3 years ago)
Author:
p_lindheimer
Message:

remove debug statement that was forcing ring strategies to show as if 1.6 was installed

Files:

Legend:

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

    r9442 r9631  
    484484          $ext->add($from_queue_exten_only, $item[0], '', new ext_hangup()); 
    485485        } 
     486        $ext->add($from_queue_exten_only, 'h', '', new ext_macro('hangupcall')); 
    486487      } 
    487488 
  • modules/branches/2.7/queues/module.xml

    r9442 r9631  
    22  <rawname>queues</rawname> 
    33  <name>Queues</name> 
    4   <version>2.7.0.4</version> 
     4  <version>2.7.0.5</version> 
    55  <publisher>FreePBX</publisher> 
    66  <license>GPLv2+</license> 
     
    1111  </description> 
    1212  <changelog> 
     13    *2.7.0.5* shows some incorrect ring strategies in some Asterisk versions 
    1314    *2.7.0.4* #4187 
    1415    *2.7.0.3* #4165 
  • modules/branches/2.7/queues/page.queues.php

    r9118 r9631  
    536536          <b><?php echo _("ringall")?></b>:  <?php echo _("ring all available agents until one answers (default)")?><br> 
    537537<?php 
    538   $ast_ge_16=true; 
    539538        if (!$ast_ge_16) { 
    540539?>