From fbf49cbcc0d7367718c5ed4d19aec6f555c13c72 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 7 Dec 2016 23:04:12 -0700 Subject: [PATCH] Update app_config.php Add contact phone speed dial. --- app/contacts/app_config.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/contacts/app_config.php b/app/contacts/app_config.php index 074d198837..e1efd69b5a 100644 --- a/app/contacts/app_config.php +++ b/app/contacts/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++; -?> \ No newline at end of file +?>