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.
This commit is contained in:
garryavx
2023-02-06 15:49:48 -06:00
committed by GitHub
parent 87192bd07d
commit 7d08ffc53c

View File

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