Changeset 9631
- Timestamp:
- 05/14/10 09:57:36 (3 years ago)
- Files:
-
- modules/branches/2.7/queues/functions.inc.php (modified) (1 diff)
- modules/branches/2.7/queues/module.xml (modified) (2 diffs)
- modules/branches/2.7/queues/page.queues.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.7/queues/functions.inc.php
r9442 r9631 484 484 $ext->add($from_queue_exten_only, $item[0], '', new ext_hangup()); 485 485 } 486 $ext->add($from_queue_exten_only, 'h', '', new ext_macro('hangupcall')); 486 487 } 487 488 modules/branches/2.7/queues/module.xml
r9442 r9631 2 2 <rawname>queues</rawname> 3 3 <name>Queues</name> 4 <version>2.7.0. 4</version>4 <version>2.7.0.5</version> 5 5 <publisher>FreePBX</publisher> 6 6 <license>GPLv2+</license> … … 11 11 </description> 12 12 <changelog> 13 *2.7.0.5* shows some incorrect ring strategies in some Asterisk versions 13 14 *2.7.0.4* #4187 14 15 *2.7.0.3* #4165 modules/branches/2.7/queues/page.queues.php
r9118 r9631 536 536 <b><?php echo _("ringall")?></b>: <?php echo _("ring all available agents until one answers (default)")?><br> 537 537 <?php 538 $ast_ge_16=true;539 538 if (!$ast_ge_16) { 540 539 ?>
