From 62c11613282f1d45fe5ef7a2bac5ffd21aa8c25c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 15 Jun 2020 13:20:55 -0600 Subject: [PATCH] Require the ring group call timeout. --- app/ring_groups/ring_group_edit.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/ring_groups/ring_group_edit.php b/app/ring_groups/ring_group_edit.php index 5d40c8fd03..45320969f8 100644 --- a/app/ring_groups/ring_group_edit.php +++ b/app/ring_groups/ring_group_edit.php @@ -246,6 +246,7 @@ if (strlen($ring_group_extension) == 0) { $msg .= $text['message-extension']."
\n"; } //if (strlen($ring_group_greeting) == 0) { $msg .= $text['message-greeting']."
\n"; } if (strlen($ring_group_strategy) == 0) { $msg .= $text['message-strategy']."
\n"; } + if (strlen($ring_group_call_timeout) == 0) { $msg .= $text['message-call_timeout']."
\n"; } //if (strlen($ring_group_timeout_app) == 0) { $msg .= $text['message-timeout-action']."
\n"; } //if (strlen($ring_group_cid_name_prefix) == 0) { $msg .= "Please provide: Caller ID Name Prefix
\n"; } //if (strlen($ring_group_cid_number_prefix) == 0) { $msg .= "Please provide: Caller ID Number Prefix
\n"; } @@ -829,7 +830,7 @@ echo "\n"; echo "\n"; - echo "\n"; + echo "\n"; echo " ".$text['label-call_timeout']."\n"; echo "\n"; echo "\n";