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:
@@ -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";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user