From 3b550eb6e4aa6f6fd9da1d6f988536fd568fb915 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 24 Nov 2023 09:32:39 -0700 Subject: [PATCH] CC pass through hold_music variable --- app/call_centers/app_config.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app/call_centers/app_config.php b/app/call_centers/app_config.php index 878e10786b..2ae199426d 100644 --- a/app/call_centers/app_config.php +++ b/app/call_centers/app_config.php @@ -197,7 +197,15 @@ $apps[$x]['default_settings'][$y]['default_setting_value'] = "static"; $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; $apps[$x]['default_settings'][$y]['default_setting_description'] = "Agent queue login options: dynamic, static"; - + $y++; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "1bdf7b53-356f-4a81-85de-eeed4d26b7c5"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "call_center"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "export_vars"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "array"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "hold_music"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "Pass through hold_music variable."; + //cache details $apps[$x]['cache']['key'] = "dialplan.\${domain_name}";