Sets the default value for Limit Max field when adding a new extension (#7342)

This commit is contained in:
frytimo 2025-03-28 13:49:47 -03:00 committed by GitHub
parent d1d24a0a9c
commit 0e143764e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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";