mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-09 10:08:23 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user