From b1c1c8c9a0612fbc7f2820b3970b7fa930a95e5c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 7 May 2018 19:46:28 -0600 Subject: [PATCH] Update ring_group_edit.php --- app/ring_groups/ring_group_edit.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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";