Skip to content

Commit

Permalink
Remove default rinback
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
markjcrane authored Jun 11, 2024
1 parent 5fda9b2 commit 20cf6c8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/ring_groups/ring_group_edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}
Expand Down Expand Up @@ -1312,4 +1309,4 @@
//include the footer
require_once "resources/footer.php";

?>
?>

0 comments on commit 20cf6c8

Please sign in to comment.