Changeset 9209
- Timestamp:
- 03/13/10 01:00:49 (2 years ago)
- Files:
-
- modules/branches/2.8/ringgroups/functions.inc.php (modified) (1 diff)
- modules/branches/2.8/ringgroups/module.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.8/ringgroups/functions.inc.php
r8840 r9209 10 10 if (isset($results)) { 11 11 foreach($results as $result){ 12 $thisgrp = ringgroups_get(ltrim($result['0'])); 13 $extens[] = array('destination' => 'ext-group,'.ltrim($result['0']).',1', 'description' => $thisgrp['description'].' <'.ltrim($result['0']).'>'); 12 $extens[] = array('destination' => 'ext-group,'.$result['grpnum'].',1', 'description' => $result['description'].' <'.$result['grpnum'].'>'); 14 13 } 15 14 } modules/branches/2.8/ringgroups/module.xml
r8994 r9209 2 2 <rawname>ringgroups</rawname> 3 3 <name>Ring Groups</name> 4 <version>2. 7.0.2</version>4 <version>2.8.0.0</version> 5 5 <publisher>FreePBX</publisher> 6 6 <license>GPLv2+</license> … … 11 11 </description> 12 12 <changelog> 13 *2.8.0.0* #4133 13 14 *2.7.0.2* localizations 14 15 *2.7.0.1* #4051 (requires MoH 2.7.0.0 or above)
