diff --git a/conf/Sccp.class.php.v11 b/conf/Sccp.class.php.v11 index 67a55f3..581142a 100644 --- a/conf/Sccp.class.php.v11 +++ b/conf/Sccp.class.php.v11 @@ -74,7 +74,7 @@ class Sccp extends \FreePBX\modules\Core\Driver { switch ($key) { case 'secondary_dialtone_digits': case 'secondary_dialtone_tone': - case 'incominglimit': +// case 'incominglimit': case 'dnd': $sql .= ', '.$key; if (!empty($settings[$val]['value'])){ diff --git a/conf/sccpgeneral.xml.v11 b/conf/sccpgeneral.xml.v11 index 460dce4..da0633f 100644 --- a/conf/sccpgeneral.xml.v11 +++ b/conf/sccpgeneral.xml.v11 @@ -801,7 +801,7 @@ and open the template in the editor. Base Version before all crash :-) directed_pickup on - no + off Enable Pickup function to direct pickup an extension. Default is On @@ -810,9 +810,9 @@ and open the template in the editor. Base Version before all crash :-) conf_allow on - no - - + off + + Allow the use of conference diff --git a/install.php b/install.php index 63b5459..5b1cd07 100644 --- a/install.php +++ b/install.php @@ -226,7 +226,7 @@ $db_config_v3 = array( 'audio_cos' => array('drop' => "yes"), 'video_tos' => array('drop' => "yes"), 'video_cos' => array('drop' => "yes"), - 'incominglimit' =>array('def_modify' => "2"), + 'incominglimit' =>array('create' => "INT(11) NOT NULL DEFAULT '6'", 'modify' =>'INT(11)', 'def_modify' => "6"), 'transfer' =>array('create' => "enum('on','off') NOT NULL default 'on'",'modify' => "enum('on','off')"), 'vmnum' =>array('def_modify' => "*97"), 'musicclass' =>array('def_modify' => "default"),