From 257264f87f388796c5c4e63c455f233e4537e053 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Wed, 17 Dec 2014 09:53:13 +0000 Subject: [PATCH] Update the dialed_domain in the dial_string. --- app/calls/resources/classes/follow_me.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/calls/resources/classes/follow_me.php b/app/calls/resources/classes/follow_me.php index fccaa33796..00fbde920e 100644 --- a/app/calls/resources/classes/follow_me.php +++ b/app/calls/resources/classes/follow_me.php @@ -368,6 +368,7 @@ include "root.php"; } $session_dial_string = $_SESSION['domain']['dial_string']['text']; $dial_string = str_replace("\${dialed_user}", $replace_value, $session_dial_string); + $dial_string = str_replace("\${dialed_domain}", $_SESSION['domain_name'], $dial_string); } } else {