Update app_config.php

Add contact phone speed dial.
This commit is contained in:
FusionPBX 2016-12-07 23:04:12 -07:00 committed by GitHub
parent d785523688
commit fbf49cbcc0
1 changed files with 5 additions and 1 deletions

View File

@ -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++;
?>
?>