Default the ring_group_call_timeout to 30 seconds.

This commit is contained in:
FusionPBX 2020-06-15 13:38:53 -06:00 committed by GitHub
parent dc137edabe
commit 87497721c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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") {