Update follow_me.php

This commit is contained in:
FusionPBX 2018-11-01 17:40:16 -06:00 committed by GitHub
parent 9d0be4c15d
commit 6dfd86d50d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -416,9 +416,9 @@ include "root.php";
$variables[] = "domain=".$_SESSION['domain_name'];
$variables[] = "extension_uuid=".$this->extension_uuid;
$variables[] = "leg_delay_start=".$row["follow_me_delay"];
$variables[] = "originate_delay_start=".$row["follow_me_delay"];
$variables[] = "sleep=".($row["follow_me_delay"] * 1000);
$variables[] = "leg_timeout=".$row["follow_me_timeout"];
$variables[] = "outbound_caller_id_name=".$row["outbound_caller_id_name"];
$variables[] = "outbound_caller_id_number=".$row["outbound_caller_id_number"];
if (is_numeric($row["follow_me_destination"])) {
if ($_SESSION['domain']['bridge']['text'] == "outbound" || $_SESSION['domain']['bridge']['text'] == "bridge") {