diff --git a/Sccp_manager.class.php b/Sccp_manager.class.php
index 4a31bbf..c5f755e 100644
--- a/Sccp_manager.class.php
+++ b/Sccp_manager.class.php
@@ -171,7 +171,8 @@ class Sccp_manager extends \FreePBX_Helpers implements \BMO {
// TODO: Clean up below after debug
if (($group_name == 'sccp_general') || ($group_name == 'sccp_qos_config') ||
($group_name =='sccp_dev_config') || ($group_name =='sccp_dev_group_config') ||
- ($group_name =='sccp_hotline_config') || ($group_name =='sccp_dev_softkey') || ($group_name =='sccp_dev_advconfig')) {
+ ($group_name =='sccp_hotline_config') || ($group_name =='sccp_dev_softkey') ||
+ ($group_name =='sccp_dev_advconfig') || $group_name == 'sccp_extpath_config') {
$htmlret = load_view(__DIR__ . '/views/formShowSysDefs.php', array(
'itm' => $item,
'h_show' => $show_Header,
diff --git a/conf/sccpgeneral.xml.v433 b/conf/sccpgeneral.xml.v433
index 22b2846..8991ff8 100644
--- a/conf/sccpgeneral.xml.v433
+++ b/conf/sccpgeneral.xml.v433
@@ -1195,13 +1195,13 @@ and open the template in the editor. Base Version before all crash :-)
Support the use of regular-expression-based filename remapping
-
+
- devicetable
- sccpdevice
-
-
- sccp-custom
+
+ devicetable
+ sccpdevice
+ sccp-custom
+
Device Table: This is the devicetable for your realtime configuration. Don't change this unless you know what you are doing and have made all the appropriate changes in the rest of your Asterisk config files. There are two reasonable settings for this - the sccpdevice table or the sccpdeviceconfig view. If you do not want to use the realtime database anymore, you can set this to blank. NOT RECOMMENDED.
diff --git a/views/formShowSysDefs.php b/views/formShowSysDefs.php
index 8b2a78f..94ceec5 100644
--- a/views/formShowSysDefs.php
+++ b/views/formShowSysDefs.php
@@ -639,6 +639,9 @@ $thisSccpView = new class{
}
$select_opt= $dialplan_list;
break;
+ case 'SL':
+ $select_opt = array();
+ break;
}
if (empty($child->class)) {
$child->class = 'form-control';
@@ -683,8 +686,10 @@ $thisSccpView = new class{
echo '>' . $opt_val. '';
}
?>
-
-
+
+
+
+