From 0a8c6f01fb8c6eb7733fd4fc7093567d073d2f15 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 14 Jan 2022 10:35:06 -0700 Subject: [PATCH] Increase the number used in the ring group destination delay and timeout. --- app/ring_groups/ring_group_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/ring_groups/ring_group_edit.php b/app/ring_groups/ring_group_edit.php index 3e0bd9b8cc..e7a244223c 100644 --- a/app/ring_groups/ring_group_edit.php +++ b/app/ring_groups/ring_group_edit.php @@ -772,7 +772,7 @@ echo " \n"; echo " \n"; $i = 5; - while($i <= 300) { + while($i <= 999) { if ($i == $row['destination_timeout']) { echo " \n"; }