mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Default the ring_group_call_timeout to 30 seconds.
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user