diff --git a/app/ring_groups/ring_group_edit.php b/app/ring_groups/ring_group_edit.php index 4a4cc29662..620326a396 100644 --- a/app/ring_groups/ring_group_edit.php +++ b/app/ring_groups/ring_group_edit.php @@ -100,6 +100,7 @@ $ring_group_context = check_str($_POST["ring_group_context"]); $ring_group_strategy = check_str($_POST["ring_group_strategy"]); $ring_group_timeout_action = check_str($_POST["ring_group_timeout_action"]); + $ring_group_call_timeout = check_str($_POST["ring_group_call_timeout"]); $ring_group_caller_id_name = check_str($_POST["ring_group_caller_id_name"]); $ring_group_caller_id_number = check_str($_POST["ring_group_caller_id_number"]); $ring_group_cid_name_prefix = check_str($_POST["ring_group_cid_name_prefix"]); @@ -372,6 +373,7 @@ $ring_group_strategy = $row["ring_group_strategy"]; $ring_group_timeout_app = $row["ring_group_timeout_app"]; $ring_group_timeout_data = $row["ring_group_timeout_data"]; + $ring_group_call_timeout = $row["ring_group_call_timeout"]; $ring_group_caller_id_name = $row["ring_group_caller_id_name"]; $ring_group_caller_id_number = $row["ring_group_caller_id_number"]; $ring_group_cid_name_prefix = $row["ring_group_cid_name_prefix"]; @@ -683,6 +685,17 @@ echo "\n"; echo "\n"; + echo "\n"; + echo "\n"; + echo " ".$text['label-ring_group_call_timeout']."\n"; + echo "\n"; + echo "\n"; + echo " \n"; + echo "
\n"; + echo $text['description-ring_group_call_timeout']." \n"; + echo "\n"; + echo "\n"; + if (permission_exists('ring_group_caller_id_name')) { echo "\n"; echo "\n";