Changeset 2264 for modules/branches/2.1
- Timestamp:
- 08/17/06 20:16:16 (7 years ago)
- Files:
-
- modules/branches/2.1/findmefollow/functions.inc.php (modified) (1 diff)
- modules/branches/2.1/findmefollow/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.1/findmefollow/functions.inc.php
r1955 r2264 59 59 // recording stuff 60 60 $ext->add($contextname, $grpnum, '', new ext_setvar('RecordMethod','Group')); 61 $ext->add($contextname, $grpnum, '', new ext_macro('record-enable', '${MACRO_EXTEN},${RecordMethod}'));61 $ext->add($contextname, $grpnum, '', new ext_macro('record-enable',$grplist.',${RecordMethod}')); 62 62 // group dial 63 63 $ext->add($contextname, $grpnum, '', new ext_setvar('RingGroupMethod',$strategy)); modules/branches/2.1/findmefollow/module.xml
r1956 r2264 2 2 <rawname>findmefollow</rawname> 3 3 <name>Follow Me</name> 4 <version>1.2. 5</version>4 <version>1.2.6</version> 5 5 <type>setup</type> 6 6 <category>Basic</category>
