Set default for enabled (#6556)
* Set default for enabled * Update conference_profile_edit.php * Update call_block_edit.php * Update conference_control_edit.php * Update conference_control_detail_edit.php * Update conference_profile_edit.php * Update conference_profile_param_edit.php * Update conference_edit.php * Update destination_edit.php * Update device_edit.php * Update device_profile_edit.php * Update device_vendor_edit.php * Update email_template_edit.php * Update extension_edit.php * Update module_edit.php * Update phrase_edit.php * Update ring_group_edit.php * Update sip_profile_edit.php * Update stream_edit.php * Update time_condition_edit.php * Update var_edit.php * Update voicemail_edit.php * Update call_block_edit.php * Update default_setting_edit.php * Update domain_setting_edit.php * Update domain_edit.php * Update user_edit.php * Update bridge_edit.php * Update sip_profile_edit.php * Update sofia_global_setting_edit.php * Update call_flow_edit.php * Update email_template_edit.php * Update call_flow_edit.php * Update bridge_edit.php * Update email_template_edit.php * Update sip_profile_edit.php * Update sofia_global_setting_edit.php * Update bridge_edit.php * Update call_flow_edit.php * Update conference_control_edit.php * Update sip_profile_edit.php * Update stream_edit.php * Update default_setting_edit.php * Update email_template_edit.php * Update extension_setting_edit.php * Update default_setting_edit.php * Update dashboard_edit.php * Update dashboard_edit.php * Update default_setting_edit.php
This commit is contained in:
@@ -503,7 +503,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
//set the default
|
||||
//set the defaults
|
||||
$destination_delay_max = $_SESSION['ring_group']['destination_delay_max']['numeric'];
|
||||
$destination_timeout_max = $_SESSION['ring_group']['destination_timeout_max']['numeric'];
|
||||
if (strlen($ring_group_ringback) == 0) {
|
||||
@@ -512,6 +512,7 @@
|
||||
if (strlen($ring_group_call_timeout) == 0) {
|
||||
$ring_group_call_timeout = '30';
|
||||
}
|
||||
if (strlen($ring_group_enabled) == 0) { $ring_group_enabled = 'true'; }
|
||||
|
||||
//get the ring group destination array
|
||||
if ($action == "add") {
|
||||
|
||||
Reference in New Issue
Block a user