diff --git a/Sccp_manager.class.php b/Sccp_manager.class.php index a18eade..ca73889 100644 --- a/Sccp_manager.class.php +++ b/Sccp_manager.class.php @@ -140,6 +140,7 @@ class Sccp_manager extends \FreePBX_Helpers implements \BMO { } $this->sccpvalues = $this->dbinterface->get_db_SccpSetting(); // Overwrite Exist + $this->initializeSccpPath(); $this->initVarfromDefs(); $this->initTftpLang(); diff --git a/install.php b/install.php index dbdd867..d19420f 100644 --- a/install.php +++ b/install.php @@ -1007,6 +1007,7 @@ function checkTftpServer() { copy($filename, $dst_path . basename($filename)); } } + $settingsToDb['asterisk_etc_path'] =array( 'keyword' => 'asterisk_etc_path', 'seq' => 20, 'type' => 0, 'data' => $confDir); foreach ($settingsToDb as $settingToSave) { $sql = "REPLACE INTO sccpsettings (keyword, data, seq, type) VALUES ('{$settingToSave['keyword']}', '{$settingToSave['data']}', {$settingToSave['seq']}, {$settingToSave['type']});"; diff --git a/module.xml b/module.xml index cd5c29f..57723fe 100644 --- a/module.xml +++ b/module.xml @@ -1,7 +1,7 @@ sccp_manager SCCP Manager - 14.3.0.0 + 14.3.0.1 setup SCCP Connectivity Steve Lad, Alex GP