Update call_center_agent_edit.php (#5942)

Remove a deprecated line of code.
This commit is contained in:
borisk1976 2021-05-25 02:41:43 +05:00 committed by GitHub
parent 0acb7c4ac3
commit 668a073355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}
}