Update install.php
Set default of hotline_enabled to no
This commit is contained in:
parent
968210795f
commit
b646f4c31f
|
@ -1218,6 +1218,8 @@ function cleanUpSccpSettings() {
|
||||||
// Override certain chan-sccp defaults as they are based on a non-FreePbx system
|
// Override certain chan-sccp defaults as they are based on a non-FreePbx system
|
||||||
$settingsFromDb['context']['systemdefault'] = 'from-internal';
|
$settingsFromDb['context']['systemdefault'] = 'from-internal';
|
||||||
$settingsFromDb['directed_pickup']['systemdefault'] = 'no';
|
$settingsFromDb['directed_pickup']['systemdefault'] = 'no';
|
||||||
|
// Override this chan-sccp default as it is a potential security risk. See Issue 29
|
||||||
|
$settingsFromDb['hotline_enabled']['systemdefault'] = 'no';
|
||||||
|
|
||||||
unset($sysConfiguration[$key]);
|
unset($sysConfiguration[$key]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue