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.
This commit is contained in:
FusionPBX
2024-06-11 10:27:37 -06:00
committed by GitHub
parent 5fda9b2dda
commit 20cf6c8255
+1 -4
View File
@@ -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";
?>
?>