diff --git a/app/ring_groups/ring_group_edit.php b/app/ring_groups/ring_group_edit.php index b454aaae3f..3051a12cd0 100644 --- a/app/ring_groups/ring_group_edit.php +++ b/app/ring_groups/ring_group_edit.php @@ -497,6 +497,9 @@ if (strlen($ring_group_ringback) == 0) { $ring_group_ringback = '${us-ring}'; } + if (strlen($ring_group_call_timeout) == 0) { + $ring_group_call_timeout = '30'; + } //get the ring group destination array if ($action == "add") {