From d95052ffefe974b27af76d6881d9f2f3fb645510 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 27 Aug 2020 09:49:10 -0600 Subject: [PATCH] Update app_config.php --- app/destinations/app_config.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index 31450828c8..1b619d5b8e 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -122,6 +122,14 @@ $apps[$x]['default_settings'][$y]['default_setting_value'] = "true"; $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'] = "3141e4ad-a892-4a51-8789-aa27be54ee94"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "destinations"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "dialplan_method"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "multiple"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; //cache details $apps[$x]['cache']['key'] = "dialplan.\${destination_context}";