From ae3ade1714128eb3883deff565da0bbbd00364e2 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 2 Dec 2020 12:11:56 -0700 Subject: [PATCH] Add new setting agent_contact_method --- app/call_centers/app_config.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/call_centers/app_config.php b/app/call_centers/app_config.php index 2bd9f542ec..b2e806fa41 100644 --- a/app/call_centers/app_config.php +++ b/app/call_centers/app_config.php @@ -155,6 +155,14 @@ $apps[$x]['default_settings'][$y]['default_setting_value'] = "1"; $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; + $y++; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "bc73c8eb-f3eb-4182-adc0-9ac5aeedae2a"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "call_center"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "agent_contact_method"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "user"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "Options: user (default)"; //cache details $apps[$x]['cache']['key'] = "dialplan.\${domain_name}";