little typo
This commit is contained in:
parent
96189ed7a4
commit
b22d8a78f7
|
|
@ -96,7 +96,7 @@ include "root.php";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
if ($_SESSION['cdr']['follow_me_fix']['boolean'] == "true"){
|
if ($_SESSION['cdr']['call_forward_fix']['boolean'] == "true"){
|
||||||
$dial_string .= ",outbound_caller_id_name=".$this->outbound_caller_id_name;
|
$dial_string .= ",outbound_caller_id_name=".$this->outbound_caller_id_name;
|
||||||
$dial_string .= ",outbound_caller_id_number=".$this->outbound_caller_id_number;
|
$dial_string .= ",outbound_caller_id_number=".$this->outbound_caller_id_number;
|
||||||
$dial_string .= ",origination_caller_id_name=".$this->outbound_caller_id_name;
|
$dial_string .= ",origination_caller_id_name=".$this->outbound_caller_id_name;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue