Changeset 2130 for modules/branches/2.2/infoservices
- Timestamp:
- 07/05/06 08:23:11 (7 years ago)
- Files:
-
- modules/branches/2.2/infoservices/functions.inc.php (modified) (1 diff)
- modules/branches/2.2/infoservices/install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.2/infoservices/functions.inc.php
r2128 r2130 126 126 $ext->add($id, $c, '', new ext_hangup('')); 127 127 } 128 129 function infoservices_gxppickup$c) {130 global $ext;131 132 $id = "app-speakextennum";133 128 ?> modules/branches/2.2/infoservices/install.php
r2128 r2130 31 31 unset($fcc); 32 32 33 $fcc = new featurecode('infoservices', 'gxppickup');34 $fcc->setDescription('BLF Call Pickup for GXP-2000');35 $fcc->setDefault('**');36 $fcc->update();37 unset($fcc);38 39 40 33 ?>
