From 0e143764e82faf413b44e87cd8d92d1fe26a8b63 Mon Sep 17 00:00:00 2001 From: frytimo Date: Fri, 28 Mar 2025 13:49:47 -0300 Subject: [PATCH] Sets the default value for Limit Max field when adding a new extension (#7342) --- app/extensions/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/extensions/app_config.php b/app/extensions/app_config.php index fff26750d0..625c0e02d2 100644 --- a/app/extensions/app_config.php +++ b/app/extensions/app_config.php @@ -374,7 +374,7 @@ $apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric"; $apps[$x]['default_settings'][$y]['default_setting_value'] = "5"; $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; - $apps[$x]['default_settings'][$y]['default_setting_description'] = "Set the maximum number of concurrent outbound calls allowed"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "Sets the default value for the 'Limit Max' field when adding a new extension"; $y++; $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "3a4a14e4-8937-4a02-8038-ea5afb1d842f"; $apps[$x]['default_settings'][$y]['default_setting_category'] = "extension";