From 20cf6c82555771e68e2172011173be0311692959 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 11 Jun 2024 10:27:37 -0600 Subject: [PATCH] Remove default rinback Ringback is not always us-ring. This is not a good default. It can also override the ringback from the inbound destinations and other places where ringback can be set. --- app/ring_groups/ring_group_edit.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/ring_groups/ring_group_edit.php b/app/ring_groups/ring_group_edit.php index aeaa47677f..373d5790d0 100644 --- a/app/ring_groups/ring_group_edit.php +++ b/app/ring_groups/ring_group_edit.php @@ -585,9 +585,6 @@ //set the defaults $destination_delay_max = $_SESSION['ring_group']['destination_delay_max']['numeric']; $destination_timeout_max = $_SESSION['ring_group']['destination_timeout_max']['numeric']; - if (empty($ring_group_ringback)) { - $ring_group_ringback = '${us-ring}'; - } if (empty($ring_group_call_timeout)) { $ring_group_call_timeout = '30'; } @@ -1312,4 +1309,4 @@ //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?>