mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Adjust defaults values for enabled and dialplan_continue
- IVR Menu option enabled by default - Dialplan Add - dialplan_continue: false - Add Outbound Route - dialplan to set call_direction dialplan_continue: true - dialplan for the main outbound route dialplan_continue: false
This commit is contained in:
@@ -564,7 +564,7 @@
|
||||
$ivr_menu_options[$id]['ivr_menu_option_param'] = '';
|
||||
$ivr_menu_options[$id]['ivr_menu_option_order'] = '';
|
||||
$ivr_menu_options[$id]['ivr_menu_option_description'] = '';
|
||||
$ivr_menu_options[$id]['ivr_menu_option_enabled'] = false;
|
||||
$ivr_menu_options[$id]['ivr_menu_option_enabled'] = true;
|
||||
$id++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user