diff --git a/app/hunt_group/v_hunt_group_edit.php b/app/hunt_group/v_hunt_group_edit.php index 7519eb05c3..04fa552705 100644 --- a/app/hunt_group/v_hunt_group_edit.php +++ b/app/hunt_group/v_hunt_group_edit.php @@ -108,7 +108,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { if (strlen($hunt_group_timeout) == 0) { $msg .= "Please provide: Timeout
\n"; } if (strlen($hunt_group_timeout_destination) == 0) { $msg .= "Please provide: Timeout Destination
\n"; } if (strlen($hunt_group_timeout_type) == 0) { $msg .= "Please provide: Timeout Type
\n"; } - if (strlen($hunt_group_ringback) == 0) { $msg .= "Please provide: Ring Back
\n"; } + //if (strlen($hunt_group_ringback) == 0) { $msg .= "Please provide: Ring Back
\n"; } //if (strlen($hunt_group_cid_name_prefix) == 0) { $msg .= "Please provide: CID Prefix
\n"; } //if (strlen($hunt_group_pin) == 0) { $msg .= "Please provide: PIN
\n"; } if (strlen($hunt_group_caller_announce) == 0) { $msg .= "Please provide: Caller Announce
\n"; }