From 6dfd86d50db5a07a7ac2c5429a0db27a1c462303 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 1 Nov 2018 17:40:16 -0600 Subject: [PATCH] Update follow_me.php --- app/calls/resources/classes/follow_me.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/calls/resources/classes/follow_me.php b/app/calls/resources/classes/follow_me.php index 7829b614fb..fffb110a78 100644 --- a/app/calls/resources/classes/follow_me.php +++ b/app/calls/resources/classes/follow_me.php @@ -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") {