mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update call_center_agent_edit.php (#5942)
Remove a deprecated line of code.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user