mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Change variable name caller_direction to call_direction
This commit is contained in:
@@ -171,7 +171,7 @@
|
||||
$apps[$x]['default_settings'][$y]['default_setting_category'] = "bridge";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "variable";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_name'] = "array";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_value'] = 'caller_direction=outbound';
|
||||
$apps[$x]['default_settings'][$y]['default_setting_value'] = 'call_direction=outbound';
|
||||
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_description'] = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user