Enable valet by default.

This commit is contained in:
Mark Crane
2014-11-23 09:30:50 +00:00
parent ba7b2b3a2c
commit 2ca6548e3f

View File

@@ -610,8 +610,8 @@ echo $mod->dir."\n";
$mod['module_label'] = 'Valet Parking';
$mod['module_category'] = 'Applications';
$mod['module_description'] = 'Call parking';
$mod['module_enabled'] = 'false';
$mod['module_default_enabled'] = 'false';
$mod['module_enabled'] = 'true';
$mod['module_default_enabled'] = 'true';
break;
case "mod_voicemail":
$mod['module_label'] = 'Voicemail';