Update call_center_agent_edit.php (#5942)
Remove a deprecated line of code.
This commit is contained in:
parent
0acb7c4ac3
commit
668a073355
|
|
@ -207,7 +207,6 @@
|
|||
}
|
||||
else {
|
||||
//add the call_timeout and confirm
|
||||
$agent_contact = $first.',call_timeout='.$agent_call_timeout.$last;
|
||||
$agent_contact = "{".$confirm.",call_timeout=".$agent_call_timeout.",sip_invite_domain=".$_SESSION['domain_name']."}".$agent_contact;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue