Begin resample Sccp_manager

changed the suffix of the configuration file name
This commit is contained in:
PhantomVl 2017-10-25 21:15:31 +03:00
parent 7154b908b7
commit e6823bbfd2

View file

@ -1870,6 +1870,7 @@ class Sccp_manager extends \FreePBX_Helpers implements \BMO {
case 'networkLocaleInfo':
case 'networkLocale':
$hwlang = '';
$lang = '';
if (!empty($var_hw_config["_hwlang"])) {
$hwlang = explode(':', $var_hw_config["_hwlang"]);
}