浏览代码

Update app_config.php

Add contact phone speed dial.
FusionPBX 8 年之前
父节点
当前提交
fa056764ce
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      app_config.php

+ 5 - 1
app_config.php

@@ -437,6 +437,10 @@
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
 		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Designate a primary number.";
 		$z++;
+		$apps[$x]['db'][$y]['fields'][$z]['name'] = "phone_speed_dial";
+		$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
+		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the speed dial.";
+		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "phone_number";
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
 		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the number.";
@@ -808,4 +812,4 @@
 		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Description';
 		$z++;
 
-?>
+?>