diff --git a/Sccp_manager.class.php b/Sccp_manager.class.php index 6795d94..5e328a2 100644 --- a/Sccp_manager.class.php +++ b/Sccp_manager.class.php @@ -172,7 +172,10 @@ class Sccp_manager extends \FreePBX_Helpers implements \BMO { 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_extpath_config') { + ($group_name =='sccp_dev_advconfig') || ($group_name == 'sccp_extpath_config') || + ($group_name =='sccp_dev_vendor_conf') || ($group_name =='sccp_hw_dev_softkey') || + ($group_name =='sccp_hw_dev_advance') || ($group_name =='sccp_hw_dev_conference')) + { $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 4394d36..2e9335e 100644 --- a/conf/sccpgeneral.xml.v433 +++ b/conf/sccpgeneral.xml.v433 @@ -1426,7 +1426,7 @@ and open the template in the editor. Base Version before all crash :-) Activate the callforward NOANSWER stuff and softkeys. Default is On - dndFeature + dnd off @@ -1628,7 +1628,7 @@ and open the template in the editor. Base Version before all crash :-) directrtp - + This option allow devices to do direct RTP sessions (default Off) @@ -2031,7 +2031,7 @@ and open the template in the editor. Base Version before all crash :-) dnd - + Reject diff --git a/views/form.adddevice.php b/views/form.adddevice.php index ffa1ef5..c805776 100644 --- a/views/form.adddevice.php +++ b/views/form.adddevice.php @@ -37,7 +37,7 @@ if (!empty($_REQUEST['new_id'])) { } } -//Get default values. Will use these dor a new device, and modify for an existing. +//Get default values. Will use these for a new device, and modify for an existing. $def_val = $this->getTableDefaults('sccpdevice'); if (!empty($_REQUEST['id'])) { // Editing an existing Device. Overwrite any defaults that are already set for this device.