From 7d08ffc53c1d08ad7915cb425bc11c92166457fd Mon Sep 17 00:00:00 2001 From: garryavx <92547733+garryavx@users.noreply.github.com> Date: Mon, 6 Feb 2023 15:49:48 -0600 Subject: [PATCH] Update app_config.php (#6544) changed description to make destination_number a variable, and added warning that you must use a global default setting, domain setting will not work. --- app/dialplans/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/dialplans/app_config.php b/app/dialplans/app_config.php index 3b4d66fe11..177217ca58 100644 --- a/app/dialplans/app_config.php +++ b/app/dialplans/app_config.php @@ -55,7 +55,7 @@ $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; $apps[$x]['default_settings'][$y]['default_setting_value'] = "\${sip_to_user}"; $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; - $apps[$x]['default_settings'][$y]['default_setting_description'] = "Options: destination_number, \${sip_to_user}, \${sip_req_user}"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "Global ONLY. Options: \${destination_number}, \${sip_to_user}, \${sip_req_user}"; $y++; //permission details