Changeset 8111
- Timestamp:
- 08/23/09 21:12:30 (2 years ago)
- Files:
-
- modules/branches/2.6/queueprio/functions.inc.php (modified) (1 diff)
- modules/branches/2.6/queueprio/module.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.6/queueprio/functions.inc.php
r6908 r8111 45 45 switch ($engine) { 46 46 case 'asterisk': 47 $ext->addInclude('from-internal-additional', 'app-queueprio');48 47 foreach (queueprio_list() as $row) { 49 48 $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 2 2 <rawname>queueprio</rawname> 3 3 <name>Queue Priorities</name> 4 <version>2.6.0. 0</version>4 <version>2.6.0.1</version> 5 5 <publisher>FreePBX</publisher> 6 6 <license>GPLv2+</license> … … 14 14 </menuitems> 15 15 <changelog> 16 *2.6.0.1* #3654 16 17 *2.6.0.0* misc 17 18 *2.5.0.4* #3246, #3254
