Update the leg timeout in the dial_string.
This commit is contained in:
parent
257264f87f
commit
984796b0fa
|
|
@ -369,6 +369,8 @@ include "root.php";
|
||||||
$session_dial_string = $_SESSION['domain']['dial_string']['text'];
|
$session_dial_string = $_SESSION['domain']['dial_string']['text'];
|
||||||
$dial_string = str_replace("\${dialed_user}", $replace_value, $session_dial_string);
|
$dial_string = str_replace("\${dialed_user}", $replace_value, $session_dial_string);
|
||||||
$dial_string = str_replace("\${dialed_domain}", $_SESSION['domain_name'], $dial_string);
|
$dial_string = str_replace("\${dialed_domain}", $_SESSION['domain_name'], $dial_string);
|
||||||
|
$dial_string = str_replace("\${call_timeout}", $row["follow_me_timeout"], $dial_string);
|
||||||
|
$dial_string = str_replace("\${leg_timeout}", $row["follow_me_timeout"], $dial_string);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue