Update the dialed_domain in the dial_string.

This commit is contained in:
Mark Crane 2014-12-17 09:53:13 +00:00
parent 34a570ac73
commit cdabd17e88
1 changed files with 1 additions and 0 deletions

View File

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